beholder
beholder copied to clipboard
Small slick lib for create views on on database
Split query by 2 part: 1. query for data contains ordering 2. query for count contains no ordering.
Coveralls added for uploading coverage statistics. Release plugin added for reasy release process, see CONTRIBUTING.md for more details. Build file simplified, big chunks of config moved to `project`. Cache resolution...
When filtering by json field that is ignored doFilter endpoint returns `null` instead of list of entities not filtered by this value.
We need to create tests for (see ForamtterTestSuire.scala) - ranges, and alternatives for all fields - nested filters - definition tests - create tests for json controllers
Create utils for making enum fields working with both databse and json
Move all beholder specific keys into dedicated object and use it in tests
Beholder is now single jar. We need to split it into set of smaller ones with different dependencies. My proposal: beholder-core - depends only on slick beholder-json (beholder-play) - depends...
Create aggregation collector including tests