Releases: marklogic/ml-gradle
Releases · marklogic/ml-gradle
2.6.0
Highlights of issues resolved in this release:
- Databases with replica forests are now deleted correctly during mlUndeploy in all cases - #167
- Server-side JavaScript resources and transforms can be generated - #165 - and see https://github.com/rjrudin/ml-gradle/wiki/Common-tasks#create-a-new-resource
- Schema modules can be loaded from child directories - #160
- Schema modules can be assigned to custom collections, e.g. for redaction rulesets in ML9 - #158 - and see https://github.com/rjrudin/ml-javaclient-util/wiki/Loading-files#specifying-collections-and-permissions
- Scheduled tasks can be assigned to specific groups easily - #157
- MLCP output can be easily written to a document in MarkLogic - #151 - and see https://github.com/rjrudin/ml-gradle/wiki/Content-Pump-and-Gradle#writing-log-output-to-marklogic
- Hosts can be easily added to and removed from a cluster - #143 and #144
- And includes issues resolved in ml-app-deployer 2.6.0
2.5.0
Highlights:
- Improved grooysh integration
- Support for generating Entity Services artifacts (requires ML9)
- Support for static checking while loading modules
- Incorporates ml-app-deployer 2.5.0 and its improvements
- Full set of issues
2.4.0
See issues at https://github.com/rjrudin/ml-gradle/issues?q=is%3Aclosed+milestone%3A2.4.0
Highlights:
- New tasks for importing/exporting qconsole workspaces
- New task for waiting for a task server to be empty
- New task for deleting a collection
- Amps can now be properly undeployed
- Scaffolding provides a more comprehensive set of roles
Also see the following issues for the dependent libraries:
- ml-app-deployer 2.4.0 - https://github.com/rjrudin/ml-app-deployer/issues?q=is%3Aclosed+milestone%3A2.4.0
- ml-javaclient-util 2.10.0 - https://github.com/rjrudin/ml-javaclient-util/issues?q=is%3Aclosed+milestone%3A2.10.0
2.3.4
No changes to ml-gradle, just depending on version 2.3.1 of ml-app-deployer, which addresses the following issues:
https://github.com/rjrudin/ml-app-deployer/issues?q=is%3Aclosed+milestone%3A2.3.1
2.3.3
2.3.2
2.3.1
2.3.0
2.2.0
This is currently available as 2.2.0-RC1 from bintray and the Gradle plugins website
Issues:
- #88 Module tokens can now be substituted, a la Roxy
- #93 Now generates a metadata file for a transform when running mlCreateTransform
- #91 Modules loader is not eagerly instantiated on plugin initialization
- #85 Can now reindex any database via mlReindexDatabase
- #84 Can now merge any database via mlMergeDatabase
- #80 mlRestartCluster now works for both 8.0-4 and 8.0-5
- #78 Modules database name can now be overridden via mlModulesDatabaseName
- Everything from https://github.com/rjrudin/ml-app-deployer/releases/tag/2.2.0
2.1.0
Issues:
Also see the issues resolved in the following dependencies: