aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Adding comment to the trial historyv0.14.3v0.14.2v0.14.1vlad2017-11-104-5/+8
|
* Upgrade sbt settings and support Scala 2.12v0.14.0Jakob Odersky2017-11-089-88/+18
|
* originalTitle update supportv0.13.5vlad2017-11-081-1/+7
|
* Trying to read ids from JSONv0.13.4vlad2017-11-0310-9/+30
|
* Fixing missing evidence error in EVv0.13.3vlad2017-11-031-3/+7
|
* Allowing AdministratorRole to do everythingv0.13.2vlad2017-11-031-9/+5
|
* Unifying user idsvlad2017-11-0237-115/+124
|
* Using common request contexts and user objectsvlad2017-11-0292-734/+579
|
* Rolling back `eligibilityStatus` value typev0.12.4vlad2017-11-023-6/+4
|
* PDSUI-2329 Removing `isRationaleRequired` field from the `PatientHypothesis`v0.12.3vlad2017-11-026-95/+7
|
* Fix typo in patient label endpointv0.12.2Jakob Odersky2017-11-011-1/+1
|
* Fixed patient's criteria updatev0.12.1Kseniya Tomskikh2017-11-013-4/+12
|
* Merge branch 'PDSUI-2360'v0.12.0Jakob Odersky2017-10-307-41/+209
|\
| * Add REST implementation of RestPatientCriterionServiceJakob Odersky2017-10-304-26/+111
| |
| * Implement REST layer for PatientLabelServiceJakob Odersky2017-10-304-15/+98
| |
* | Rolling back some Refined codev0.11.2vlad2017-10-304-13/+6
| |
* | Fixing Patients and Trials parsing, some refined to tryv0.11.1vlad2017-10-3011-20/+201
|/
* Merge branch 'master' into PDSUI-2336Kseniya Tomskikh2017-10-301-3/+2
|\
| * Updating core and domain modelvlad2017-10-271-3/+3
| |
* | Fixed bugKseniya Tomskikh2017-10-275-4/+68
| |
* | Merge branch 'master' into PDSUI-2336Kseniya Tomskikh2017-10-2726-85/+326
|\|
| * Reimplemented entity ExtractedData.MetaAleksandr2017-10-263-11/+24
| |
| * Merge pull request #56 from drivergroup/PDSUI-2341v0.10.12Aleksandr2017-10-262-1/+75
| |\ | | | | | | PDSUI-2341Broken PATCH method for RC
| | * Moved MedicalRecord.Meta tests to MedicalRecordFormatSuiteAleksandr2017-10-262-85/+74
| | |
| | * Implemented tests for MedicalRecord.Meta; Fixed MedicalRecord.Meta.Duplicate ↵Aleksandr2017-10-242-1/+86
| | | | | | | | | | | | spray format
| * | Merge pull request #55 from drivergroup/PDSUI-2330Aleksandr2017-10-2610-41/+95
| |\ \ | | | | | | | | PDSUI-2330 Add support for inclusion/exclusion criteria to the TM backend
| | * \ Merge branch 'master' into PDSUI-2330Aleksandr2017-10-245-8/+23
| | |\ \
| | * | | Added field 'inclusion' to ExportTrialLabelCriterionAleksandr2017-10-245-31/+78
| | | | |
| | * | | Merge branch 'master' into PDSUI-2330Aleksandr2017-10-2314-174/+368
| | |\ \ \
| | * | | | Added 'inclusion' field to PatientCriterionAleksandr2017-10-235-10/+17
| | | | | |
| * | | | | Support for table names in filters called over RESTv0.10.11vlad2017-10-251-2/+2
| | | | | |
| * | | | | UUID type support in filters parsingv0.10.10vlad2017-10-252-10/+23
| | | | | |
| * | | | | Fixing filters parsing for UUIDsv0.10.9vlad2017-10-252-4/+10
| | | | | |
| * | | | | Fixing dimensions table name in QueryBuilder and empty IN handlingv0.10.8vlad2017-10-241-11/+13
| | |_|_|/ | |/| | |
| * | | | Fixing AllowAll, DenyAll filters in SlickQueryBuilderv0.10.7vlad2017-10-241-2/+2
| | |_|/ | |/| |
| * | | Support for `noteq` for filters on numbersv0.10.6v0.10.5vlad2017-10-231-1/+1
| | | |
| * | | Add PreCleaning formatJakob Odersky2017-10-231-0/+1
| | | |
| * | | Fixed update delivery methodv0.10.4Kseniya Tomskikh2017-10-232-7/+8
| | | |
| * | | Merge branch 'master' of github.com:drivergroup/pds-ui-commonv0.10.3v0.10.2Kseniya Tomskikh2017-10-235-9/+75
| |\ \ \ | | | |/ | | |/|
| | * | Use core rejection handlerJakob Odersky2017-10-201-1/+2
| | | |
| | * | Fix default version in ApiPartialDocumentJakob Odersky2017-10-201-1/+1
| | | |
| | * | Resolved breaking changesAleksandr2017-10-201-1/+2
| | | |
| | * | Merge branch 'master' into TRIAL-55Aleksandr2017-10-209-165/+293
| | |\ \
| | * | | Fixed typo in HypothesisServiceAleksandr2017-10-201-1/+1
| | | | |
| | * | | Merge branch 'master' into TRIAL-55Aleksandr2017-10-208-13/+26
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Merge branch 'master' into TRIAL-55Aleksandr2017-10-1912-31/+69
| | |\ \ \
| | * \ \ \ Merge branch 'master' into TRIAL-55Aleksandr2017-10-191-2/+8
| | |\ \ \ \
| | * | | | | Fixed ACL for HypothesisAleksandr2017-10-191-1/+3
| | | | | | |
| | * | | | | Added REST API methods to HypothesisServiceAleksandr2017-10-182-6/+68
| | | | | | |
| * | | | | | Added custom set parameters to slick qbKseniya Tomskikh2017-10-231-0/+13
| | |_|_|_|/ | |/| | | |