aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/pdsuicommon
Commit message (Expand)AuthorAgeFilesLines
* Make number filter parsing attempt first, because number parsers are more spe...vlad2017-09-261-1/+1
* Make number filter parsing attempt first, because number parsers are more spe...vlad2017-09-262-3/+3
* Fixed ACL for interventionv0.3.19kseniya2017-09-251-1/+3
* Merge pull request #28 from drivergroup/PDSUI-2259v0.3.17ktomskikh2017-09-251-1/+1
|\
| * 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 formatting code issuesAleksandr2017-09-211-12/+9
| * Fixed meta attribute filling of MedicalRecord when one transforms it from Api...Aleksandr2017-09-211-9/+22
* | 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
| * 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
| * 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
| * Exception-based error handlingJakob Odersky2017-08-161-48/+44
| * 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
* | Fixed builder errorsKseniya Tomskikh2017-08-222-32/+48
* | Fixed compile errorsKseniya Tomskikh2017-08-212-35/+48
* | Created SlickQueryBuilderKseniya Tomskikh2017-08-172-0/+444
|/
* Using updated auth modelv0.2.15v0.2.14vlad2017-08-102-4/+6
* PDSUI-2181 Apply scalafmtKseniya Tomskikh2017-08-031-22/+8
* PDSUI-2181 Created entities for patient historyKseniya Tomskikh2017-08-021-8/+28
* Allowing access to the old messages to the same peoplev0.2.11vlad2017-07-281-1/+5
* PDSUI-2157 Create own messages table for Documents, Medical Records and PatientsVyatcheslav Suharnikov2017-07-281-5/+28
* PDSUI-2145 Create own user history for Documents and Medical RecordsVyatcheslav Suharnikov2017-07-251-1/+13
* Export service separationvlad2017-07-211-30/+3
* Merge remote-tracking branch 'origin/master'vlad2017-07-2016-52/+198
|\
| * Updates for authenticationv0.2.2vlad2017-07-196-60/+105
| * Fixes to error message handlingJakob Odersky2017-07-182-17/+14
| * Handle errors by failing futures in REST servicesJakob Odersky2017-07-123-0/+114
| * Implement REST services for trial curationJakob Odersky2017-07-1213-54/+90
* | authToken for AuthenticationContextvlad2017-07-171-3/+3