1
0
Fork 0
arangodb/js/server/modules/@arangodb/foxx
Alan Plum 05d0c81d7d More consistent config/deps output in Foxx API (devel) (#3792)
* Correctly expose parsed/raw config

This makes accessing the configuration more consistent by distinguishing between the raw (assigned) and parsed (validated/default) values.
Previously there was no way to recognise default values for unset config options and the "current" value did not actually reflect what the service sees.

* Add minimal option to config/deps routes

The default values are backwards compatible with the existing behaviour but can be overridden to consistently get more/less output.

* Actually merge warnings into non-mininal response
2018-01-30 16:50:36 +01:00
..
legacy Don't use global static variables as collection caches - this may cau… (#3150) 2017-08-28 15:04:05 +02:00
queues added tests and updated documentation for Foxx queues (#3861) 2017-12-08 15:52:45 +01:00
router Add authorizedflag fixing cluster internal foxx requests 2017-05-17 18:14:11 +02:00
sessions JWT uses seconds 2017-02-14 19:20:41 +01:00
auth.js
context.js Expose static req.reverse as module.context.reverse 2016-10-31 17:38:11 +01:00
graphql.js fixed variables parsing in GraphQL 2017-03-05 23:31:38 +01:00
index.js
manager.js Feature/async failover (#3451) 2017-10-18 23:59:29 +02:00
manifest.js Warn about Foxx manifest names (#3899) 2018-01-05 14:49:05 +01:00
mocha.js Implement tap/xunit reporters in Foxx 2017-03-15 20:09:31 +01:00
oauth1.js Document OAuth1 2016-12-09 15:28:36 +01:00
oauth2.js Implement OAuth 1.0a 2016-12-06 18:30:11 +01:00
routing.js Fix issue 2684: Legacy service UI not working (#2685) 2017-06-28 12:09:15 +02:00
service.js More consistent config/deps output in Foxx API (devel) (#3792) 2018-01-30 16:50:36 +01:00
swagger.js Fix Windows file path resolution 2016-11-22 14:02:01 +01:00
test-utils.js
types.js