Daniel Quinlan
Daniel Quinlan
As a user, when I execute the connectServer command, I should be presented with a list of app servers available in my MarkLogic instance. Ideally, the list should be responsive...
Currently only SJS debugging gets integration tests. Add some tests for XQ debugging to keep things even.
SJS debugging uses request-promise to make HTTP calls to the MarkLogic Server. These libraries have been [deprecated](https://github.com/request/request#deprecated). We should probably find a maintained library for making these calls and migrate...
Sometimes the modules stored in MarkLogic have an extra line of text at the beginning, going something like: ```xqy (: cache buster: 8fc65705-e192-4c91-b988-a5bc86bec663 :) xquery version "1.0-ml"; module namespace example...
Local source modules are deployed in DHF using the logic described here: https://github.com/marklogic-community/ml-gradle/wiki/How-modules-are-loaded We should support multiple root directories in project source code corresponding to `/` on MarkLogic (e.g. `/ext`...
To build from source, you currently need to run `npm install` in both the project root and the `./server` folder. You should only need to run it once from the...