David Cassel

Results 76 issues of 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...

Enhancement
Component:DHF-Core

**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...

help wanted

Currently the mlUnitTest task runs all test suites. Add parameters to control which suites and test cases are to be run.

enhancement

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...

documentation
deployer
customer-request

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...

unit testing

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,...

bug
deployer

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.

enhancement
deployer

``` $ ./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...

documentation
capture

``` $ ml local deploy content --collection=samples ```

enhancement
deployer

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: ```...

enhancement
deployer
rest