Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Helm Chart

  • fixed ReplicaSet configuration, based on the recommendations from MongoDB. Do not use arbiter and set replicaCount to either “1” or “3”. For testing, “1” is recommended.

Single Page Application V 0.1.7

  • New Features

  • Fixed inconveniences

  • Fixed Bugs

New Features

  • Configure MongoDB Replica Sets:

    • set replicaCount to either “1” or “3”. “1” is recommended for testing.

  • 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.

  • No labels