aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/pdsuicommon/db
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade sbt settings and support Scala 2.12v0.14.0Jakob Odersky2017-11-081-2/+2
|
* Fixed bugKseniya Tomskikh2017-10-273-0/+65
|
* Merge branch 'master' into PDSUI-2336Kseniya Tomskikh2017-10-271-13/+28
|\
| * Fixing dimensions table name in QueryBuilder and empty IN handlingv0.10.8vlad2017-10-241-11/+13
| |
| * Fixing AllowAll, DenyAll filters in SlickQueryBuilderv0.10.7vlad2017-10-241-2/+2
| |
| * Added custom set parameters to slick qbKseniya Tomskikh2017-10-231-0/+13
| |
* | Restore base repositoryKseniya Tomskikh2017-10-272-0/+65
| |
* | Removed quill query builderKseniya Tomskikh2017-10-2315-885/+2
|/
* Fixed set list parameters in sqlKseniya Tomskikh2017-10-061-10/+11
|
* Added implicit set parameter object for slick query builderKseniya Tomskikh2017-10-051-4/+18
|
* Fixing IN in filters, Model from EVLS added to common, Reusing domain model ↵v0.5.1vlad2017-10-012-4/+2
| | | | labels
* Make number filter parsing attempt first, because number parsers are more ↵vlad2017-09-261-2/+2
| | | | | | | | | | | | specific. Otherwise fails for: https://records-processing.stable.sand.driver.network/rep-api/v1/document?filters=recordId+EQ+1&pageNumber=1&pageSize=9999 with: ERROR: operator does not exist: bigint = character varying Hint: No operator matches the given name and argument type(s). You might need to add explicit type casts. Position: 782
* Fix slick query builder bugv0.3.16kseniya2017-09-211-4/+5
|
* Merge branch 'master' into slick-query-builderkseniya2017-09-203-4/+182
|\
| * Add cause to postgres connection errorsv0.3.13Jakob Odersky2017-09-191-1/+1
| |
| * localDateTimeEncoder/Decoder to ctgov repov0.3.4vlad2017-08-261-19/+0
| |
| * Making Query builder to escape table names with schemas properlyv0.3.3vlad2017-08-261-8/+18
| |
| * Moving PostgresContext to the common codev0.3.1vlad2017-08-172-0/+190
| |
| * Remove unused parameterJakob Odersky2017-08-161-4/+1
| |
* | Fixed builder errorsKseniya Tomskikh2017-08-222-32/+48
| |
* | Fixed compile errorsKseniya Tomskikh2017-08-212-35/+48
| |
* | Created SlickQueryBuilderKseniya Tomskikh2017-08-172-0/+444
|/
* Implement REST services for trial curationJakob Odersky2017-07-125-34/+35
|
* Latest PDS UI utils including all the domain stuffv0.1.12vlad2017-06-302-4/+3
|
* Latest PDS UI utilsvlad2017-06-3012-100/+129
|
* Update PDS UI common code to be up to datev0.1.5vlad2017-06-161-16/+16
|
* Added `optionDecoder` to SqlContextvlad2017-06-151-0/+26
|
* Cleaning up SqlContextv0.1.3vlad2017-06-141-119/+3
|
* Scalafmtv0.1.2v0.1.1vlad2017-06-1310-133/+128
|
* Adding domain entitiesv0.1.0vlad2017-06-1314-0/+1128