Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
955 additions
and 679 deletions.
- +7 −7 .travis.yml
- +15 −15 apiary.apib
- +181 −348 config/default.yml
- +1 −1 lib/common/cli.js
- +19 −15 lib/common/datastore.js
- +15 −13 lib/common/domain.js
- +43 −17 lib/common/stats.js
- +24 −27 lib/discovery/index.js
- +12 −4 lib/dispatch/beacon.js
- +1 −1 lib/dispatch/index.js
- +32 −9 lib/dispatch/permissions.js
- +10 −3 lib/dispatch/prototypes/dimension.js
- +9 −2 lib/dispatch/prototypes/metric.js
- +16 −16 lib/dispatch/query.js
- +7 −9 lib/joola.js
- +99 −74 lib/webserver/index.js
- +78 −31 lib/webserver/routes/index.js
- +17 −17 package.json
- +9 −9 test/config/apiary.yml
- +9 −9 test/config/default.yml
- +3 −1 test/config/elasticsearch.yml
- +3 −0 test/config/scripts/joola_uplift_init.groovy
- +8 −0 test/config/scripts/joola_uplift_map.groovy
- +19 −0 test/config/scripts/joola_uplift_reduce.groovy
- +2 −2 test/unit/2_common/memorystore.spec.js
- +3 −3 test/unit/4_dispatch/permissions.spec.js
- +29 −0 test/unit/7_query/query-basic.spec.js
- +253 −19 test/unit/7_query/query-filter.spec.js
- +1 −1 test/unit/99_REST/usage.spec.js
- +29 −25 test/unit/runner.js
- +1 −1 wiki
Oops, something went wrong.