Release notes for Negroni v1.2.0
Negroni v1.2.0 was released on February 1, 2023. This version covers the following issues:
Stories
- NEG-1 - Add create manifest wizard
- NEG-4 - Add top toolbar
- NEG-6 - Add sub toolbar to service window
- NEG-14 - Implement a feature to import CDM schema
- NEG-18 - Support table generation of entities from parent manifest
- NEG-19 - Machine generate SQL join queries of the entities based on their relationship
- NEG-20 - Machine generate the services of the join queries
- NEG-21 - Machine generate API operations based on entities relationships
- NEG-23 - Machine generate SOT implementation
- NEG-24 - Add create entity wizard
- NEG-25 - Support Multi-Tenancy implementation
- NEG-26 - Support custom field implementation
- NEG-59 - Support SOAP API during manifest build
- NEG-60 - Machine Generate Custom Fields implementation
- NEG-61 - Ability to configure SQL queries during build
- NEG-62 - Provide checkbox in the Build Manifest dialog for custom implementations
- NEG-64 - Implement UI for configuring SQL queries during build
- NEG-66 - Support of adding custom fields on entities
Improvements
- NEG-2 - Remove core entities and manifests from Navigator
- NEG-3 - Search box fixes & improvements
- NEG-5 - Remove existing nav icons from service window
- NEG-7 - Change default number of entity type attributes per page
- NEG-9 - Reorganize "Core" folder structure
- NEG-35 - Update dockerfile to use latest version of MR
- NEG-45 - Deleting Manifest should delete the corresponding packages
- NEG-48 - Disable other toolbar icons if there is no Manifest available
- NEG-50 - Display a warning message on Upload Martini Package dialog
- NEG-68 - Replace "Core" folder to "Standard" folder
- NEG-70 - Add option to choose if new type attribute is "nullable" or not
- NEG-71 - Updating primary key name should also update indicator name
- NEG-72 - Add URL validation during package upload
- NEG-73 - Change default 'Connection Username' value
- NEG-74 - Ignore Demo Martini Workspace for uploading Martini package
- NEG-75 - Revamp Admin page
- NEG-79 - Manifest wizard remove options when there is no existing manifest
- NEG-80 - Context menu for Entity import on Manifest documents
- NEG-81 - Content view for the new Manifest document type
Bugs
- NEG-33 - Can't modify entity throws "Invalid entity"
- NEG-34 - After an entity is updated, all of its attributes vanish.
- NEG-36 - The boolean attributes of entities in SQL services must be integers
- NEG-37 - Deleting entities in navigator doesn't reflect in entities that have relation to those deleted entities
- NEG-38 - Duplicating existing manifest doesn't duplicate all entity only one reflect
- NEG-42 - Cookie header was too large
- NEG-57 - Renaming an entity using admin json editor does not rename the entity on the tree
- NEG-58 - Updating standard entities update the path same format as the custom entities