Commit graph

1276 commits

Author SHA1 Message Date
Luis Aleixo
57b91fccdb cern yellow warning bug fix 2021-08-04 10:56:24 +02:00
Luis Aleixo
c111cb6454 results component vertically aligned 2021-08-04 10:46:26 +02:00
Luis Aleixo
5f652a8edc bug with Applicable rules tab solved 2021-08-04 10:29:20 +02:00
Luis Aleixo
b9143727a0 text-size larger and qr code expanded 2021-08-04 10:21:07 +02:00
Luis Aleixo
5523fe28dc Input data with different cards and min height for animation css 2021-08-02 17:18:01 +02:00
Luis Aleixo
bb968e58e6 added correct colors for warning animation 2021-08-02 14:07:13 +02:00
Luis Aleixo
75ae089f55 Alternative scenarios collapse tab start "closed" 2021-08-02 11:44:48 +02:00
Luis Aleixo
38a68e2da5 New tab added - report preamble 2021-08-02 11:41:25 +02:00
Philip James Elson
2645ff2a43 Merge branch 'feature/check-oc-config-prod' into 'master'
Align the dev and prod openshift configs, and validate that they remain correct

See merge request cara/cara!230
2021-07-31 04:04:23 +00:00
Philip James Elson
ec724a5a3f Merge branch 'fix/move-expert-app-into-package' into 'master'
Fix the expert app, as the new docker image did not support running as non-root

See merge request cara/cara!235
2021-07-30 15:57:43 +00:00
Phil Elson
af3fe421db Fix the expert app, as the new docker image did not support running as non-root. 2021-07-30 17:53:19 +02:00
Luis Aleixo
4d7be0339c deleted images not in usage 2021-07-30 15:37:40 +02:00
Luis Aleixo
3b7959a01d added bootstrap animation to percentage of infection 2021-07-30 15:37:04 +02:00
Luis Aleixo
c8270aee79 Collapsible sections order changed 2021-07-30 14:30:12 +02:00
Luis Aleixo
f7eda612f8 Merge branch 'master' into feature/report_reformulation 2021-07-30 12:45:23 +02:00
Luis Aleixo
ceadd9e70d Removed animation for covid-scale 2021-07-30 12:21:01 +02:00
Philip James Elson
7855e45676 Merge branch 'fix/move-expert-app-into-package' into 'master'
Update the public container image to use Python 3.9

See merge request cara/cara!232
2021-07-30 08:53:32 +00:00
Phil Elson
3ef00c8312 Update the public container image to use Python 3.9 also. 2021-07-30 10:51:30 +02:00
Philip James Elson
67d0281c98 Merge branch 'fix/move-expert-app-into-package' into 'master'
Move the expert app into the cara package

See merge request cara/cara!231
2021-07-30 08:48:13 +00:00
Phil Elson
e1392fb8ce Move the expert app into the cara package. Helps with convenient access from the cara-webservice image. 2021-07-30 10:45:24 +02:00
Philip James Elson
ca2bbd8340 Merge branch 'feature/py39-cara-webservice' into 'master'
Create a Python3.9 based Dockerfile for cara to run on openshift

See merge request cara/cara!229
2021-07-30 08:17:40 +00:00
Phil Elson
5350845852 Align the dev and prod openshift configs, and validate that they remain correct. 2021-07-30 09:47:32 +02:00
Nicola Tarocco
f7ce8c96f3 Continue to allow a relative path to be specified for the theme directory. 2021-07-30 08:55:19 +02:00
Phil Elson
3103663978 Create a Python3.9 based Dockerfile for cara to run on openshift. 2021-07-30 08:53:06 +02:00
Philip James Elson
234ca99d28 Merge branch 'feature/ci-checking-openshift-config' into 'master'
Add CI to validate the test-cara openshift configuration

See merge request cara/cara!223
2021-07-30 06:51:43 +00:00
Phil Elson
a2fd0e7fe5 Update to reflect the resource limit changes in cara-webservice. 2021-07-29 14:49:52 +02:00
Phil Elson
aeeb68cc09 Enable the config checker. 2021-07-29 10:04:53 +02:00
Phil Elson
74ee8b5241 Implement the normalisation and comparison of openshift config items 2021-07-29 09:38:59 +02:00
Phil Elson
b74ffebeb2 Tool to generate the config from the templates. 2021-07-29 09:38:59 +02:00
Phil Elson
91ea826060 Add a CI job to validate the test-cara instance. 2021-07-29 09:38:59 +02:00
Nicolas Mounet
43fd580ac2 Merge branch 'feature/py39' into 'master'
Add support, and CI for Python 3.9

See merge request cara/cara!228
2021-07-28 12:31:51 +00:00
Phil Elson
7109c821e8 Add support, and CI for Python 3.9 2021-07-28 11:17:45 +02:00
Luis Aleixo
d0a30f26ef Merge branch 'master' into feature/concentration_cumulative_dose 2021-07-26 14:33:33 +02:00
Luis Aleixo
f329d76e22 Performed some calculations missed on the code 2021-07-26 14:20:16 +02:00
Luis Aleixo
1803d4e919 mypy errors - added some dummy variables to test_exposure_model.py 2021-07-26 14:16:51 +02:00
Luis Aleixo
e881173432 added image with arrow to show % of probability of getting infected 2021-07-26 12:38:42 +02:00
Luis Aleixo
5983fca92e test exposure model fix 2021-07-26 09:55:56 +02:00
Luis Aleixo
7bab716532 added @cached to integrated_concentrations method 2021-07-23 15:11:19 +02:00
Luis Aleixo
56e8714633 Concentration plot for alternative scenarios fix 2021-07-23 14:31:46 +02:00
Luis Aleixo
680db38cce pipelined fixed for returning value models.py 2021-07-23 12:15:50 +02:00
Luis Aleixo
460c5cf520 Cumulative dose calculation code in models fixes #164 2021-07-23 10:57:52 +02:00
Luis Aleixo
bc38f5ec7a cumulated_exposure method in models.py 2021-07-23 09:15:25 +02:00
Nicola Tarocco
145509ba68 Merge branch 'feature/docker-builds' into 'master'
Build the auth-service through a Dockerfile (and move to py39)

See merge request cara/cara!226
2021-07-21 15:27:39 +00:00
Luis Aleixo
85045f02db Alternative Scenarios with cumulative dose fix #227 2021-07-21 11:01:41 +02:00
Luis Aleixo
f7b2f3c567 Alternative Scenarios with cumulative dose plot 2021-07-21 09:42:46 +02:00
Luis Aleixo
749e73a603 UI improvements with transparent png images and bootstrap classes for components styling 2021-07-21 08:48:19 +02:00
Luis Aleixo
e07bee91ac Legend correction and order 2021-07-20 15:34:06 +02:00
Luis Aleixo
e7a1c831b7 Concentration profile plot with cumulative dose #fixes164 2021-07-20 12:36:21 +02:00
Phil Elson
2fcadc7952 Add auth-service building to the CI. 2021-07-20 11:14:08 +02:00
Phil Elson
d7199f7a15 Build the auth-service through a Dockerfile to allow us to use the latest versions of libraries (e.g. python 3.9) 2021-07-20 11:06:07 +02:00