Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

2.9.0

Compare
Choose a tag to compare
@rjrudin rjrudin released this 07 Aug 21:23
· 509 commits to master since this release

All issues: https://github.com/marklogic-community/ml-app-deployer/issues?utf8=%E2%9C%93&q=milestone%3A2.9.0

Summary:

  • A triggers database is no longer created by default. The initial assumption was an application would almost always need a triggers database, but since this isn't always the case and it's so simple to set one up, this property is now false by default.
  • Alerts, CPF, temporal config, and view schemas can now be deployed easily to any database, not just the content database.
  • Roles are now automatically sorted during deployment based on dependencies; role files don't need to be ordered based on their filename now.
  • Roles that refer to themselves can now be deployed.
  • New command for deleting modules to support Roxy's concept of not deploying test modules to certain environments
  • Amps can be exported
  • The app services user - for talking to port 8000 - can be customized