Rob Rudin

Results 38 issues of Rob Rudin

Similar to TDE templates - can invoke rdt.ruleValidate

blocked

The CONTRIBUTING.md file describes how to run the client tests via the Run/Debug tool in VSCode. That's helpful for local testing. But we need instructions for running them via the...

The current CONTRIBUTING.md file only describes how to submit a pull request. What we need are instructions for the following: 1. How to build and test the plugin locally in...

As I'm writing a marklogic-unit-test module, I want to run a command that runs my module against the /v1/resources/marklogic-unit-test REST extension so that I can get immediate feedback without having...

enhancement
Data Hub

The code in the build.gradle file for the ssl-project shows how to generate a temp certificate. It's not easy to know this is required. And the Admin UI magically "fixes"...

It's rare that the `build` directory will not exist, but if you delete it and then run an instance of `MlcpTask` with `logOutputUri` set, it will throw an error. There's...

Generally, the approach is: 1. Use a `doFirst` block to write an options file. 2. Use `JavaExec` instead of `MlcpTask` if you don't want host/username/password to be set automatically. 3....

documentation

The intent is to wrap the configDirs methods for consistency with the other "Paths" JavaBean properties - schemaPaths, modulePaths, and dataPaths.

Originally reported at https://github.com/marklogic-community/ml-gradle/issues/635 The [properties-driven forest creation ](https://github.com/marklogic-community/ml-gradle/wiki/Creating-forests#properties-driven) currently does not take into account the Host Zone when generating the HA replica forests and assignment. For customers deployed across...

Using red-panda release 1.0.2: **To Reproduce** Steps to reproduce the behavior: 1. Call df_to_redshift, passing in an S3-specific kwarg like ServerSideEncryption="AES256", and also cleanup=False so you can check the file...