aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/pdsuicommon/parsers
Commit message (Collapse)AuthorAgeFilesLines
* 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