Helm Chart v
...
0.2.0
added new spacesData environment variable
added authentication provider configuration
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.
...
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.
...
The management of spaces was removed from the REST api and is now only managed via environment variable. The spaces defined this way will be created or if they already exist updated during start up of the application. Existing spaces in the database that are not defined this way will be ignored by the application.
The space identifier (previously called spaceId, now called spaceKey) can be specified as part of the environment variable SPACES_DATA
(see below, and listed in the full environment variable list here). The space key can only contain alphanumeric characters, hyphens and underscores.
...
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
...