File tree
18 files changed
+73
-2099
lines changed- conf
- env
- fakedata
- sql
18 files changed
+73
-2099
lines changedLines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
13 | 11 |
| |
14 | 12 |
| |
15 | 13 |
| |
16 | 14 |
| |
17 | 15 |
| |
18 |
| - | |
| 16 | + | |
19 | 17 |
| |
20 | 18 |
| |
21 | 19 |
| |
22 | 20 |
| |
23 | 21 |
| |
24 | 22 |
| |
25 | 23 |
| |
26 |
| - | |
27 |
| - | |
28 | 24 |
| |
29 | 25 |
| |
30 | 26 |
| |
|
Lines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 |
| |
2 |
| - | |
3 |
| - | |
| 5 | + | |
| 6 | + | |
4 | 7 |
| |
5 | 8 |
| |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 |
| - | |
15 |
| - | |
| 14 | + | |
| 15 | + |
Submodule Cohort360-AdministrationPortal updated 23 files
- package-lock.json+2-2
- package.json+1-1
- src/components/Jupyter/Datalabs/DatalabsTable/DatalabsTable.tsx+192
- src/components/Jupyter/Datalabs/DatalabsTable/styles.ts
- src/components/Jupyter/DatalabsForm/DatalabsForm.tsx+103
- src/components/Jupyter/TransfertForm/TransfertDatalabForm.tsx+50-51
- src/components/Jupyter/TransfertForm/TransfertForm.tsx-452
- src/components/Jupyter/TransfertsTable/TransfertsDatalabTable.tsx+10-10
- src/components/Jupyter/TransfertsTable/TransfertsTable.tsx-388
- src/components/Jupyter/WorkingEnvironments/WorkingEnvironmentsTable/WorkingEnvironmentsTable.tsx-201
- src/components/Jupyter/WorkingEnvironmentsForm/WorkingEnvironmentsForm.tsx-338
- src/components/Jupyter/WorkingEnvironmentsForm/components/UsersTable/UsersTable.tsx-124
- src/components/Jupyter/WorkingEnvironmentsForm/components/UsersTable/styles.ts-33
- src/components/PortailTopBar/PortailTopBar.tsx+2-7
- src/components/routes/AppNavigation/config.tsx+10-10
- src/services/Jupyter/datalabsService.ts+48
- src/services/Jupyter/workingEnvironmentsService.ts-59
- src/services/authentication.ts+2-2
- src/types.ts+9-54
- src/views/HomePage/HomePage.tsx+5
- src/views/Jupyter/CreationEspace/CreationEspace.tsx-8
- src/views/Jupyter/Datalabs/Datalabs.tsx+5-5
- src/views/Jupyter/Datalabs/styles.ts
Submodule Cohort360-Back-end updated 146 files
Submodule Cohort360-FrontEnd updated 343 files
Submodule Cohort360-QueryExecutor updated 27 files
- CHANGELOG.md+38
- CLAUDE.md+132
- README.md+4-1
- pom.xml+2-1
- scripts/createNextVersionCommit.sh+34
- scripts/createReleaseCommit.sh+30
- src/main/scala/fr/aphp/id/eds/requester/CreateQuery.scala+66-5
- src/main/scala/fr/aphp/id/eds/requester/cohort/CohortCreation.scala+6
- src/main/scala/fr/aphp/id/eds/requester/cohort/fhir/FhirCohortCreation.scala+55-6
- src/main/scala/fr/aphp/id/eds/requester/cohort/pg/PGCohortCreation.scala+58-11
- src/main/scala/fr/aphp/id/eds/requester/cohort/pg/PGTools.scala+21-18
- src/main/scala/fr/aphp/id/eds/requester/jobs/JobManager.scala+18-5
- src/main/scala/fr/aphp/id/eds/requester/jobs/SparkJobParameter.scala+1
- src/main/scala/fr/aphp/id/eds/requester/query/engine/QueryBuilderBasicResource.scala+6
- src/main/scala/fr/aphp/id/eds/requester/query/engine/QueryBuilderLogicalConstraint.scala+1-1
- src/main/scala/fr/aphp/id/eds/requester/server/JobController.scala+1
- src/test/resources/application.test.conf+1-1
- src/test/resources/testCases/temporalConstraintDirectChronologicalOrder/request.json+32-25
- src/test/scala/fr/aphp/id/eds/requester/CountQueryTest.scala+3
- src/test/scala/fr/aphp/id/eds/requester/CreateQueryTest.scala+124-22
- src/test/scala/fr/aphp/id/eds/requester/cohort/fhir/FhirCohortCreationTest.scala+451
- src/test/scala/fr/aphp/id/eds/requester/cohort/pg/PGCohortCreationTest.scala+132-16
- src/test/scala/fr/aphp/id/eds/requester/cohort/pg/PGToolTest.scala+14-7
- src/test/scala/fr/aphp/id/eds/requester/jobs/JobManagerTest.scala+66-17
- src/test/scala/fr/aphp/id/eds/requester/query/QueryBuilderTest.scala+20-5
- src/test/scala/fr/aphp/id/eds/requester/query/resolver/rest/RestFhirResolverTest.scala+20-6
- src/test/scala/fr/aphp/id/eds/requester/tools/SparkToolsTest.scala+18-5
Lines changed: 31 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
7 | 15 |
| |
8 |
| - | |
9 |
| - | |
| 16 | + | |
10 | 17 |
| |
11 | 18 |
| |
12 |
| - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
13 | 22 |
| |
14 | 23 |
| |
15 | 24 |
| |
16 | 25 |
| |
17 |
| - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
18 | 30 |
| |
| 31 | + | |
19 | 32 |
| |
20 | 33 |
| |
21 | 34 |
| |
22 | 35 |
| |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
| 36 | + | |
29 | 37 |
| |
30 |
| - | |
| 38 | + | |
31 | 39 |
| |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
32 | 44 |
| |
33 |
| - | |
| 45 | + | |
34 | 46 |
| |
35 |
| - | |
| 47 | + | |
36 | 48 |
| |
37 |
| - | |
38 |
| - | |
39 | 49 |
| |
40 |
| - | |
| 50 | + | |
41 | 51 |
| |
| 52 | + | |
| 53 | + | |
| 54 | + | |
42 | 55 |
| |
| 56 | + | |
43 | 57 |
|
Lines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
| 160 | + | |
| 161 | + | |
160 | 162 |
| |
161 |
| - | |
162 |
| - | |
163 |
| - | |
164 |
| - | |
165 |
| - | |
166 |
| - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
167 | 169 |
| |
168 | 170 |
| |
169 | 171 |
| |
|
0 commit comments