2.0.30
Bug fixes:
#3 Provide uglyfyjs workaround for codemirror (#801)
#805: Fix reports by day of the week chart (#806)
The chart was empty because the search query was missing a parameter,
which was not being added as it was not part of the reports advanced
filters.
Fixes #805.
#798: Fix advanced search state filter in IE11 (#804)
Framework improvements:
Introduce batching with java-dataloader (#807)
Upgrade graphql-java and add graphql:spqr.
Replace own introspection code with GraphQL SPQR annotations.
Add batch retrieval methods and use them in GraphQL requests.
Use non-batching, non-caching context in REST API methods.
Use that context also in Freemarker templates.