aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Fixed ApiUpdateRecord 'meta' attributeAleksandr2017-09-251-1/+1
| | |
| * | Fixed ACL for interventionv0.3.19kseniya2017-09-253-1/+9
| | |
| * | Merge pull request #28 from drivergroup/PDSUI-2259v0.3.17ktomskikh2017-09-255-10/+155
| |\ \ | | |/ | |/| PDSUI-2259 Added create and delete endpoint for intervention service
| | * Created json format for create interventionkseniya2017-09-253-6/+54
| | |
| | * Added create and delete endpoint to intervention servicekseniya2017-09-223-6/+103
| | |
| * | Merge pull request #26 from drivergroup/pds-MedicalRecord-FixVlad Uspensky2017-09-222-51/+69
| |\ \ | | |/ | |/| Fixed MedicalRecord and FuzzyValue classes
| | * Fixed formatting code issuesAleksandr2017-09-212-14/+11
| | |
| | * Fixed meta attribute filling of MedicalRecord when one transforms it from ↵Aleksandr2017-09-212-52/+73
| | | | | | | | | | | | 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-2026-82/+922
| |\
| | * Fix date generationv0.3.14Jakob Odersky2017-09-191-4/+6
| | |
| | * 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
| |/ |/|
* | PDSUI-2273 Renamed intervention.originalDescription to originalDosagetomskikh_ka2017-09-154-16/+16
| |
* | Fix random date generationv0.3.11v0.3.10Jakob Odersky2017-09-141-1/+1
| |
* | PDSUI-2273 Renamed intervention.description to dosagetomskikh_ka2017-09-145-14/+14
| |
* | Add missing formatsJakob Odersky2017-09-063-24/+14
| |
* | Add spray-json formats for document typesJakob Odersky2017-09-061-0/+13
| |
* | Created custom formats of TriC for swaggerKseniya Tomskikh2017-08-293-0/+226
| |
* | 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
| |
* | Don't require parser query stringJakob Odersky2017-08-161-2/+5
| |
* | Remove unused parameterJakob Odersky2017-08-161-4/+1
| |
* | Use AuthUserInfoJakob Odersky2017-08-161-2/+2
| |
* | Fix parsers and renable fatal warningsJakob Odersky2017-08-163-47/+29
| |
* | App toDomain converion to ApiTrialIssueJakob Odersky2017-08-161-1/+19
| |
* | Exception-based error handlingJakob Odersky2017-08-162-49/+45
| |
* | Use akka streams in trial pdfsJakob Odersky2017-08-164-26/+20
| |
* | Add path matchers for custom id typesJakob Odersky2017-08-161-1/+11
| |
* | Fix pagination parserJakob Odersky2017-08-161-1/+1
| |
* | Auth directives and formattingJakob Odersky2017-08-166-43/+50
| |
* | Temporary back-port of parsersJakob Odersky2017-08-165-0/+64
| |
* | Add auth context conversionJakob Odersky2017-08-161-0/+11
| |
* | Add completion directives for service replies (also scalafmt)Jakob Odersky2017-08-162-15/+53
| |
* | Add parser directivesJakob Odersky2017-08-161-0/+31
| |
* | Remove play requirements from parsersJakob Odersky2017-08-166-101/+17
| |
* | Add parsers to commonJakob Odersky2017-08-166-0/+316
|/
* Merge pull request #18 from drivergroup/PDSUI-2188Jakob Odersky2017-08-1426-0/+1806
|\ | | | | PDSUI-2188 Create spray json formats for domain entities
| * PDSUI-2188 Created tests for export and dictionary APIKseniya Tomskikh2017-08-145-1/+175
| |
| * PDSUI-2188 Created and fixed test for json formats for ReP and TMKseniya Tomskikh2017-08-118-128/+210
| |
| * PDSUI-2188 Created and fixed test for json formats of TriCKseniya Tomskikh2017-08-113-16/+61
| |