aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/pdsuicommon
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| |
* | 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
|/
* 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
|\ | | | | | | | | | | | | | | # Conflicts: # build.sbt # src/main/scala/xyz/driver/pdsuicommon/auth/AuthenticatedRequestContext.scala # src/main/scala/xyz/driver/pdsuicommon/domain/User.scala # src/main/scala/xyz/driver/pdsuidomain/formats/json/user/ApiPartialUser.scala
| * 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
| |
* | Removing PasswordHash and jbCrypt lib from dependenciesvlad2017-07-174-48/+1
| |
* | Make AuthenticatedRequestContext to not request executorvlad2017-07-141-3/+5
| |
* | Ability to map roles back to Driver's rolesvlad2017-07-141-0/+31
| |
* | Clean-up + New User constructor from Driver Uservlad2017-07-143-9/+66
| |