David Cassel
David Cassel
**Is your feature request related to a problem? Please describe.** The "Provenance in a Custom Step" section on the [Editing a Custom Step Module](https://docs.marklogic.com/datahub/modules/editing-custom-step-module.html) provides a structure that's used to...
**Describe the RFE** [Exercising Privilege to Restrict Content](https://www.marklogic.com/blog/exercising-privilege-to-restrict-content/) talks about using privileges (like http://marklogic.com/xdmp/privileges/rest-reader) over roles (like rest-reader). I believe that's generally accepted guidance. Assuming so, I propose changing ml-gradle's...
Currently the mlUnitTest task runs all test suites. Add parameters to control which suites and test cases are to be run.
We have a customer request to identify the privileges needed for bootstrapping, so that they can set up a non-admin-role to use for that task. Identify what's needed and document...
Roxy's Unit Test Framework has been segmented off to https://github.com/marklogic-community/ml-unit-test. In order to complete that process: - copy all testing wikis from Roxy to ml-unit-test and delete them from Roxy's...
If you remove an amp from ml-config.xml and then bootstrap, the amp is not removed. Since amps are written to the Security database, which is likely shared among multiple applications,...
Build on the approach used for #109 Configure Triggers. Set up deploy/sample/alerts-config.sample.xml, add "deploy alerts", "clean alerts" functions. Creating this ticket to separate alerts out from #109.
``` $ ./ml capture -h Usage: ml {env} capture --modules-db=[name of modules database] Captures the source and REST API configuration for an existing Application Builder-based application. modules-db: (required) The modules...
``` $ ml local deploy content --collection=samples ```
The app role needs to have rest-reader to use any REST API endpoints, and rest-writer to call any that make changes. I propose adding rest-reader and a commented-out rest-writer: ```...