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

Releases: marklogic/ml-app-deployer

2.7.0

10 May 21:22
Compare
Choose a tag to compare

Issues: https://github.com/marklogic-community/ml-app-deployer/issues?q=is%3Aclosed+milestone%3A2.7.0

Highlights:

  • New ResourceExporter interface for exporting resources to files
  • New config properties - mlNoRestServer, mlRestAuthentication, mlManageScheme, mlAdminScheme
  • Fix for not creating default forests when custom forests are specified

2.6.0

13 Mar 00:40
Compare
Choose a tag to compare

Highlights of issues resolved in this release:

  • Databases with forests and replicas are now deleted correctly in all cases - #140
  • Scheduled tasks can now be assigned to a particular group - #137
  • Schemas can be loaded from child directories with custom collections (such as for redaction rulesets) - #135
  • setFilenamesToIgnore works on all commands now - #134
  • Hosts can be easily added and removed - #122 and #123
  • Cluster properties can be updated - #66
  • Includes issues resolved in ml-javaclient-util 2.13.0

2.5.0

06 Jan 18:22
Compare
Choose a tag to compare

Highlights:

  1. Support for generating Entity Services artifacts
  2. Support for static checking when loading modules
  3. Incorporates ml-javaclient-util 2.11.0

Full set of issues

2.4.0

28 Oct 21:53
Compare
Choose a tag to compare

See issues at https://github.com/rjrudin/ml-app-deployer/issues?q=is%3Aclosed+milestone%3A2.4.0

Highlights:

  • New command for waiting for a task server to finish all of its requests
  • Scaffolding command creates a more comprehensive set of users and roles
  • Includes new features in ml-javaclient-util 2.10.0

2.3.2

13 Oct 21:00
Compare
Choose a tag to compare

2.3.1

2.3.0

03 Aug 00:37
Compare
Choose a tag to compare

Issues:

  • #103 Configure module paths via mlModulePaths
  • #104 Made code for undeploying a REST API server more accessible
  • #105 Support creating just one replica forest
  • #106 Add multiple forests via one file
  • #109 Allow for a custom database id or name when deploying SQL view schemas

2.2.0

06 May 14:06
Compare
Choose a tag to compare

This is available as 2.2.0 from jcenter.

Issues:

  • #100 Load modules with token replacement, a la Roxy
  • #98 Can now configure group name via "mlGroupName"
  • #97 Can now configure app services port via "mlAppServicesPort"
  • #96 Allow for multiple files for different REST API servers
  • #95 Deploying alert rules now has the correct order (worked before, was just using the same order as alert actions)
  • #94 Can update mimetypes with a "+" in their name
  • #93 Can now configure modules database name via "mlModulesDatabaseName"
  • #92 Added commands for merging or reindexing any database
  • #65 Will now process all files in the databases directory
  • Everything from https://github.com/rjrudin/ml-javaclient-util/releases/tag/2.9.0

2.1.0

07 Apr 12:37
Compare
Choose a tag to compare

Issues

  • #91 Allow caller to set rest api file path in DeployRestApiServersCommand
  • #90 Set updates-allowed on forests
  • #89 Always try to create forests when updating a database
  • #88 Allow flexrep folder to contain master and replica configs
  • #87 Set filenames to ignore on any command
  • #81 Load schemas from ml-schemas

2.0rc4

20 Jan 14:40
Compare
Choose a tag to compare
  • Added exception handling for intermittent case where, when deleting multiple XDBC/ODBC servers in a row, the 2nd one will fail
  • #78 Added support for mlContentForestsPerHost
  • #77 Support Spring Boot-style properties with a "marklogic." prefix