|
Platform minimal is mod-users, mod-permissions, mod-login, mod-authtoken, mod-configuration, mod-users-bl and mod-password-validator.
Another way to determine this to look at mod-users-bl's requires array in it's mod descriptor.
|
|
platform-minimal is now configured similar to platform-complete. Specifically, in the following ways.
- There are two, protected branches - 'master' and 'snapshot'. Master is a releases only branch. Snasphot consists of snapshots.
- There is an Automation/build-platform-minimal-snapshot Jenkins job that runs hourly and updates the install.json, okapi-install.json, stripes-install.json, and yarn.lock files on the snapshot branch. The CI pipeline is the same as it is for platform-complete.
- There is a Renovate configuration, renovate.json, that is responsible for opening PRs for updates to the master branch which is currently the in-progress Nolana release. When the release goes GA, a release branch can be also be created if needed/wanted.
|