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 8 Next »

Helm Chart

  • fixed ReplicaSet configuration, based on the recommendations from MongoDB. Do not use arbiter and set .Values.mongodb.hidden.replicaCount in values.yaml 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 .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].

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

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.