aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/pdsuicommon/parsers
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade sbt settings and support Scala 2.12v0.14.0Jakob Odersky2017-11-082-9/+8
|
* UUID type support in filters parsingv0.10.10vlad2017-10-251-8/+18
|
* Fixing filters parsing for UUIDsv0.10.9vlad2017-10-251-4/+3
|
* Support for `noteq` for filters on numbersv0.10.6v0.10.5vlad2017-10-231-1/+1
|
* Support for boolean filtersv0.8.2vlad2017-10-111-1/+2
|
* Support for boolean filtersvlad2017-10-111-2/+5
|
* Fixing IN in filters, Model from EVLS added to common, Reusing domain model ↵v0.5.1vlad2017-10-011-8/+15
| | | | labels
* Scalafmtv0.3.22vlad2017-09-271-3/+3
|
* Allow parser to parse long numbersvlad2017-09-271-5/+12
|
* Make number filter parsing attempt first, because number parsers are more ↵vlad2017-09-261-1/+1
| | | | | | | | | | | | 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
* Make number filter parsing attempt first, because number parsers are more ↵vlad2017-09-261-1/+1
| | | | | | | | | | | | 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
* Fixing filter parser + testv0.3.6vlad2017-08-281-1/+1
|
* Added converting camel case to snake case for filters and sorting ASTKseniya Tomskikh2017-08-282-3/+9
|
* Fix parsers and renable fatal warningsJakob Odersky2017-08-163-47/+29
|
* Fix pagination parserJakob Odersky2017-08-161-1/+1
|
* Auth directives and formattingJakob Odersky2017-08-165-13/+17
|
* Temporary back-port of parsersJakob Odersky2017-08-165-0/+64
|
* Add completion directives for service replies (also scalafmt)Jakob Odersky2017-08-161-11/+1
|
* Remove play requirements from parsersJakob Odersky2017-08-166-101/+17
|
* Add parsers to commonJakob Odersky2017-08-166-0/+316