Helm Chart V 1.0.
...
Added environment variable for MONGO_SHARED_DATABASE
Helm Chart V 1.0.1
Added support for custom CSP configuration
Single Page Application
Breaking changes
no breaking changes in this release
New features
Paging for Masterdata
Rows in responses for Masterdata tables are paginated.
Making rest calls in javascript (guards and calculated fields)
A webclient object that is automatically configured via “connection routing” (see documentation) and can be accessed in the javascript code. See the javascript api documentation for more details.
Improvements to error messages
Request ID Tracking: Implemented a new feature that generates a unique Request ID for each request. This Request ID is now included in the exception class and is propagated to the frontend in case of errors. The request ID is also automatically added to every log message. This enhancement enables seamless tracing of issues across the entire application, improving debugging and monitoring capabilities.
Error Object Clean-up: Removed stack traces from error objects that are sent to the frontend. This change ensures that sensitive information is not exposed to the end users while maintaining a cleaner error reporting structure.
Audit History fixes
Several issues with the Audit History have been fixed in this version. This includes the following tickets:
[V1 - Audit History] - Adding Configuration to Unit is not reflected in Unit Audit History
[V1+ UI/Audit History] - Username instead Full Name and Unit
Please note that some of these changes only apply to freshly created concepts. Changes done to conceptstaht existed prior to update 1.2.0 might still have a false format or show attributes marked as changed that haven’t been changed.
Miscellaneous fixes
Backend
...
...
[API] - method GET .../masterdata/tables/with-key returns all table rows (unpaged)
...
[Auth] - Space switching without logout does not work
...
[API] - log function does not work
...
[API] - Inconsistent/missing validation for required fields of config area creation
...
[Storage Locations] - OSLC Picker for IBM QM, AM/CCM not working
...
3
added MongoDB TLS configuration
the new values are:
Code Block tls: enabled: false # TLS is disabled by default autoGenerated: false # Standardmäßig keine auto-generierten Zertifikate existingSecret: "" # Add Custom CA certificate caCert: "" # user defined CA certificate (base64 encoded) caKey: "" # CA certificate key (base64 encoded) mode: "requireTLS" # modes: allowTLS, preferTLS, requireTLS
Please check /wiki/spaces/CDCM/pages/391938076 for creating the required secret.
This new Helm chart version addresses the issue raised in this ticket
Single Page Application
Breaking Changes
no breaking changes in this release
Bug Fixes
Backend
[Roles & Rights] - Why "dummy" permissions from deleted concept types are still in the list ???
[Guards/JavaScripts] - JavaScript length method trowing error in guard script
[Auth]: Deleting EWPs from CI Browser when token has expired
[V1- Property Definition] - Error when creating new master data property
[V1 - UI\MD] - User cannot create unit with Concept Type where MD Table Property - Fetching issue of MD occurs)API] - Configuration Area update FAIL - received 400 when attempted update of a Configuration Area
[V1 - Property definition] When creating new property of master data table type the whole master data table is fetched
[V1 - UI/Auth] - Accessing data from Confidential CA via URL
Frontend
[V1 - Attributes] Inconsistent behaviour when adding a dot to an integer
[V1 - Delta Analysis] Search/Filter in 'Delta Analysis' only works on surface level (for folders)
[V1-UI] - If modal is closed by clicking Esc (keyboard) the modal is no longer opening
Storing External Work Products information in the DB (useable sharepoint link in audit history)
Delta Analysis does not show all differences of configuration items
[Auth]: Deleting EWPs from CI Browser when token has expired
Frontend
[V1-UI] - Hover and pointer over items that are not clickable
[V1+ / UI-Config Item Browser] - Drag and Drop has UI artefact
[Guards/JavaScripts] - Guard script does not return customised error message
Cancel button does not work when trying to create new configuration
[V1-UI] - Configurations used are not allowed to be reordered
Localization: some components (datepicker) are not fully translated
Tooltips: show referenced configuration instead of CI in Delta Analysis
[UI / Data Browsing] - Add Filtering/Sorting to Tables (partially done, see ticket for details)