...
Configure MongoDB Replica Sets:
set .Values.mongodb.hidden.replicaCount in values.yaml to either “1” or “3”. “1” is recommended for testing.
include the replica set nodes into the mongoDb connection string
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.
The properties in the meta definition of a concept can be re-ordered
Die properties in the meta definition of all concepts (Configuration Area, Component, Configuration and Configuration Item) can be reordered bay dragging them up/down into the desired position.The user is notified when a backend transactions is processing
Loading / updating the properties in the admin area shows a work progress indicator when loading / saving.
We decided to add a generic handling of the notification for a backend transaction for all transactions that puts the application into modal mode.Slow network can be simulated
In the personal preferences, the user can activate a slow network simulation. That will slow down backend transactions, so the effect of the work progress indicator for backend transactions can be observed and the behavior in a bad network environment can be studied.
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]
.
...