aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/pdsuicommon
Commit message (Collapse)AuthorAgeFilesLines
* PDSUI-2336 Deleted play dependenciesKseniya Tomskikh2017-10-203-71/+0
|
* PDSUI-2336 Deleted api classes of play format, userhistory and message servicesKseniya Tomskikh2017-10-2010-208/+70
|
* Apply scalafmtKseniya Tomskikh2017-10-201-13/+13
|
* Review fixesKseniya Tomskikh2017-10-201-24/+86
|
* Created list response for each entityKseniya Tomskikh2017-10-191-23/+22
|
* Code is formattedAleksandr2017-10-171-10/+10
|
* Merge branch 'master' into PDSUI-additional-formatsAleksandr2017-10-171-104/+133
|\
| * Fixed custom formats for rep and tricv0.9.0Kseniya Tomskikh2017-10-171-78/+80
| |
| * PDSUI-2318 Created custom swagger format for TMKseniya Tomskikh2017-10-161-52/+80
| |
* | Added swagger annotations for new entitiesAleksandr2017-10-131-1/+6
|/
* Support for boolean filtersv0.8.2vlad2017-10-111-1/+2
|
* Support for boolean filtersvlad2017-10-111-2/+5
|
* Ignore unknown fields in jsonv0.7.4Kseniya Tomskikh2017-10-101-1/+2
|
* Getting rid of the FuzzyValues, Name as a string, and conditionv0.7.1vlad2017-10-091-1/+2
|
* Getting rid of the FuzzyValues, Name as a string, and conditionvlad2017-10-091-40/+0
|
* 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
|
* Merge branch 'master' into synch-refactorKseniya Tomskikh2017-10-024-16/+93
|\
| * DocumentType and ProviderType as enumsv0.5.3vlad2017-10-021-2/+1
| |
| * Fixing IN in filters, Model from EVLS added to common, Reusing domain model ↵v0.5.1vlad2017-10-014-13/+18
| | | | | | | | labels
| * Corrected scala style errorsAleksandr2017-09-291-1/+1
| |
| * Formatted code by scalafmtAleksandr2017-09-281-13/+0
| |
| * Fixed generators of entities for ReP; Implemented json examples for swagger ↵Aleksandr2017-09-281-4/+90
| | | | | | | | for ReP
* | Merge branch 'master' into synch-refactorKseniya Tomskikh2017-09-288-19/+512
|\|
| * 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-262-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | 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
| * Fixed ACL for interventionv0.3.19kseniya2017-09-251-1/+3
| |
| * Merge pull request #28 from drivergroup/PDSUI-2259v0.3.17ktomskikh2017-09-251-1/+1
| |\ | | | | | | PDSUI-2259 Added create and delete endpoint for intervention service
| | * Created json format for create interventionkseniya2017-09-251-1/+1
| | |
| * | Merge pull request #26 from drivergroup/pds-MedicalRecord-FixVlad Uspensky2017-09-221-9/+19
| |\ \ | | |/ | |/| Fixed MedicalRecord and FuzzyValue classes
| | * Fixed formatting code issuesAleksandr2017-09-211-12/+9
| | |
| | * Fixed meta attribute filling of MedicalRecord when one transforms it from ↵Aleksandr2017-09-211-9/+22
| | | | | | | | | | | | ApiRecord; Fixed FuzzyValue fromString method: on proviedstring it transformes the string to lower case and capitalize it
| * | Fix slick query builder bugv0.3.16kseniya2017-09-211-4/+5
| |/
| * Merge branch 'master' into slick-query-builderkseniya2017-09-2011-4/+656
| |\
| | * Add cause to postgres connection errorsv0.3.13Jakob Odersky2017-09-191-1/+1
| | |
| * | Fixed builder errorsKseniya Tomskikh2017-08-222-32/+48
| | |
| * | Fixed compile errorsKseniya Tomskikh2017-08-212-35/+48
| | |
| * | Created SlickQueryBuilderKseniya Tomskikh2017-08-172-0/+444
| | |
* | | Common code for synchronizerskseniya2017-09-207-0/+261
| |/ |/|
* | Created custom formats of TriC for swaggerKseniya Tomskikh2017-08-291-0/+55
| |
* | Making StringId parser to preserve casev0.3.8vlad2017-08-281-1/+1
| |
* | Fixing filter parser + testv0.3.6vlad2017-08-281-1/+1
| |
* | Small clean-upv0.3.5vlad2017-08-281-4/+4
| |
* | Added converting camel case to snake case for filters and sorting ASTKseniya Tomskikh2017-08-283-3/+29
| |
* | 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
| |
* | Add rejection handlingv0.3.0Jakob Odersky2017-08-161-15/+34
| |