Rob Rudin

Results 152 comments of Rob Rudin

@ralfhergert An update - we are tentatively planning a 7.0 release to coincide with MarkLogic 12 and any potentially breaking changes that may require. We will make the shift from...

Thinking of testing the following: 1. It's almost certain that ml-gradle needs to talk to the Manage App Server, so do a ping call on that and print the results....

Thinking that if ml-gradle can connect to the Manage app server, it can check to see if there are app servers with ports of mlRestPort and mlTestRestPort. And if so,...

Tracking internally via DEVEXP-545 .

Realizing now there are at least two kinds of outputs here: 1. An `mlTestConnections` task that prints out the results of testing each connection. Useful for ad hoc testing of...

I am thinking that the following would be helpful: ``` ./gradlew mlUnitTest -Psuite=suite1 ./gradlew mlUnitTest -Psuite=suite1 -Ptests=test1,test2 ``` The marklogic-unit-test REST extension already expects for `rs:tests` to be a comma-delimited...

I like doing this, as privileges really are the way to go. Can rethink the generated roles as well. No possibility for a breaking change here as the files are...

See https://github.com/marklogic/ml-app-deployer/pull/490