Helm Chart
fixed ReplicaSet configuration, based on the recommendations from MongoDB
added http proxy environment variables
Single Page Application V 0.1.7
New Features
Fixed inconveniences
Fixed Bugs
New Features
Enable MongoDB Replica Sets:
[Placeholder for DevOps Steps]
Improvements to configuration item browser:
CIs can now be organized into groups
Order of CIs can be changed via drag and drop. Also works inside CI groups. Caveat: Only works reliably with new CIs created after deployment.
Fixed Inconveniences
T0059 - MasterData API Single Row Update: Updating a single row via the MasterData API is now possible. View endpoint in swagger UI
T0230 - Master Data Bulk Creation: Capability to create multiple lines of a master data table at once, such as adding 1000 manager names simultaneously. View endpoint in swagger UI
T0032 - Feedback on Save Action: Enhanced user feedback when 'Save' is hit, reducing errors and confirming successful processing.
T0121 - MongoDB User & Password Configuration: Now configure user and password in the MongoDB connection string. Format:
mongodb://[username:password@]host[:Port][?options]
.
Fixed Bugs:
T0033 - Complete Deletion of Master Data Table: Resolved issue where deleting a master data table and its rows via API did not fully remove all components.
T0257 - SpaceID Validation in API Calls: Universal check implemented to ensure provided hierarchy validity, preventing ghost spaces creation.
Add Comment