Helm Chart v XXX
Single Page Application V 0.3.0 - New Features
UI changes
Scrollable header section in component and configuration: Components and configurations now have a scrollable header section so that it disappears when scrolling down.
Externalize SSO/Authentication configuration
The authentication provider configuration was removed from the UI and is now configured via environment variables (see list of fields here). The fields themself did not change so can its basically the same as it was in the UI.
This configuration now also applies for the whole application and is no longer specific to a space.
Externalize Space configuration
The management of spaces was removed from the REST api and is now only managed via environment variable.
...
Code Block | ||
---|---|---|
| ||
[ { "key": "ExampleKey", "title": "An example title", "databaseName": "CDCM-database-name" }, { "key": "AnotherExampleKey", "title": "An different title", "databaseName": "Other-db" } ] |
Write TRS stream
Implemented an endpoint to provide a tracked resource set - based change log which tracks creation, modification and deletion of components and configurations. Changes on configuration items are tracked as a modification of a configuration. The change log contains links to the OSLC resource representation of the concept.
Bug fixes
Miscellaneous
Implemented additional logging on level “info” for the OAuth1.0a configuration process