slush-marklogic-node icon indicating copy to clipboard operation
slush-marklogic-node copied to clipboard

Slush generator for a MarkLogic/node project

Results 73 slush-marklogic-node issues
Sort by recently updated
recently updated
newest added

Here a workaround: ``` +++ b/node-server/proxy.js @@ -57,6 +57,11 @@ function proxy(req, res) { // TODO: filter www-header in response? // (currently prompts without authed middleware) + delete req.headers['x-forwarded-for']; +...

Add a new feature to the slush UI template that will enable the facets to suggest values whenever the list of values exceed the viewable area. For example: if there...

There has been a few mentions internally of deployments on servers that didn't allow direct internet access. It is still possible to get it on a server by running most...

documentation

![image](https://user-images.githubusercontent.com/1315891/39718127-59cf6ca8-5203-11e8-97c8-6243cf3fac43.png)

``` npm WARN deprecated [email protected]: express 2.x series is deprecated npm WARN deprecated [email protected]: connect 1.x series is deprecated npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher...

bug

Roxy replaced with ml-gradle. Will also work with ml-app-deployer CLI with the exception of custom properties in gradle.properties and gradle-[env].properties.

Move code from landing control to charts service, and allow callback: ``` - service.top10Chart = function(title, type, xFacet, xLabel, limit) { + service.top10Chart = function(title, type, xFacet, xLabel, limit, callback)...

Callback test function example: function callbackTest(facet, x, y) { console.log('facet', facet) console.log('x', x) console.log('y', y) } angular.extend(ctrl, { eyeColor: chartsService.top10Chart('Eye Color', 'pie', 'eyeColor', 'Eye Color', 50, callbackTest), gender: chartsService.top10Chart('Gender', 'bar',...

In a lot of POCs where we load customer data, the documents are often very big - up to hundreds of pages and 10s of MBs. Consider introducing pagination or...

Slush generator is hanging for windows machine . Please see below. I runned the come . I have all the prequite install I beelive. ikeky@ikowusu-laptop MINGW64 /c/workspace/ramp-project $ slush marklogic-node...