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

Helm Chart V 1.0.0

  • reference CDCM Application in Version 1.0.0

New Features

  • Possibility to configure a secret for a trust store and a trust store password

  • Possibility to configure a secret that contains the connection routing configuration “connection-routing.yml”

Single Page Application V 1.0.0

(warning) Breaking changes (warning)

  • The following redirect URL has to be added in the identity provider user for Login: {cdcmhostURL}/login/oauth2/code/primary

  • For every connection configured in connection routing that uses Oauth2 a a redirect URI like this has to be added to the corresponding identity provider: {{cdcmhostURL}}/external-login/oauth2-redirect/{connectionId} (connectionId is configured in the connection-routing.yml)

New Features

Full-Text Search on Atlas

  • The search was improved to use Atlas Search if the application is running on an Atlas Cluster as database

  • Indices are created and updated automatically on bootup of the application

  • The feature is designed in a backwards compatible manner, meaning it detects if running on a normal MongoDB / Cluster or on Atlas and depending on that use the classic text-base search or the advanced Atlas Search with full Lucene Index

    • The behaviour can be controlled via MONGO_RUNNING_ON_ATLAS environment variable. By default it is set to ‘autodetect’

  • There is a short documentation on how to use the search here: Search

Improved Logging

  • More logging: Logging of entering and existing of methods. This means you can much better understand the data flow during all operations. This is logged with the DEBUG logging level

  • Set logging level via environment variable: LOGGING_LEVEL env variable can be used to set the logging level. Available levels:

    • TRACE

    • DEBUG (default)

    • INFO

    • WARN

    • ERROR

    • FATAL

    • OFF

Connection routing

A core feature of CDCM is the integration of different authoring tools and other applications. These other applications require a different authentication methods and/or use different identity providers than CDCM itself. In order to handle these different outgoing connections CDCM uses a single file where the connections and authentications are configured. The documentation how to configure this file called connection-routing.ymlcan be found here.

Space agnostic SSO login

The sso login is now independent of the spaces. That is why the space selection was removed from the login screen and is only available after logging in. This is also the reason for the new redirect uri listed above in the “breaking changes” section

Minor features

  • Initial configuration for new Unit instances

    • When a new unit is created a child configuration with the title “Initial Stream” is autiomatically created.

  • Blank configuration items: In addition to the configuration items that could be created before “empty configuration items” can now be created where:

    • only the title is provided → listed as external work product without a storage location

    • only the title and storage location is provided → listed with the given storage location

  • Display state Name instead of state key in change log

  • All types (concept, property etc) can now accessed and updated via their key (see swagger ui for details) in the api

  • Masterdata api was updated to use keys for all requests (see swagger ui)

  • Added search filter for searching by Tags. Filter works as AND.

UI features/improvements

A lot of different UI updates and improvements were made in this version. Below is a list of all the changes in this version. The tasks containing more information were linked.

Bug fixes

Known Issues

  • Re-Order of Configuration Items is not persisted

  • 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.