lrdossan
20b0467f89
Backend separation
...
- extract, isolate and package it in a completely independent Python module, versioned and in a way that allows releases on PyPI.org
- fixed error in placeholder for secondary school (data registry defaults)
- added restriction in pytest version to install
- expected number of new cases fix
- data registry update (schema v2.1.1)
- github update
- deprecate ExpertApplication and CO2Application
- changes to reflect schema update 2.0.2
- version update
- Fixed error with f_inf (short-range)
- new folder layout
- Conditional probability data update
- General fixes
- Fitting results in L/S/person
- CO2 fitting algorithm refinement
2024-09-02 17:39:46 +02:00
lrdossan
16a417a817
removed deployment related configuration on expert apps
2024-06-24 17:23:58 +02:00
Luis Aleixo
c8cc0b0908
handled environment variables to be consistent
2024-03-05 17:03:19 +01:00
Luis Aleixo
e732fb48d7
data service: add toggle env var to make it optional
2023-07-19 11:39:39 +02:00
Luis Aleixo
f1b0ad1e30
base urls definition
2023-05-12 16:55:31 +02:00
Luis Aleixo
0a08b10d0f
updated docker-compose file
2023-05-11 11:30:09 +02:00
Luis Aleixo
18978aef20
adapted deployment configs
2023-05-09 17:20:34 +02:00
Luis Aleixo
3edd1f17bd
declared env variable extra_pages
2023-05-08 10:53:30 +02:00
Luis Aleixo
43a37bfac1
updated app-config configuration and naming
2023-03-23 14:39:53 +01:00
Luis Aleixo
1770c31977
used lower case for CO2 app
2023-03-23 11:35:39 +01:00
Luis Aleixo
b791581fe8
updated docker files for expert app
2023-03-23 11:35:39 +01:00
Luis Aleixo
9277136a8e
added env variable to app-config files
2023-03-17 15:36:22 +01:00
Luis Aleixo
f4ba8465ab
updated folder's names and respective references
2022-09-09 16:57:20 +02:00
Luis Aleixo
1b564d3c9b
updated infrastructure
2022-09-09 16:57:20 +02:00
Luis Aleixo
3594783c2e
wrong cern theme directory fix
2022-01-06 19:44:26 +01: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
Nicola Tarocco
ae52961361
Fix docker-compose and update README
2021-07-09 16:09:33 +02:00
Phil Elson
989a7ddd6a
Simplify the build since we only need one application image for both the caclulator and the expert app.
2021-03-26 08:50:51 +01:00
Phil Elson
8611cdef4d
Improve the auth-service to encode the session information into a single secure cookie that cara can read.
2021-03-01 18:45:18 +01:00
Phil Elson
85a378691e
Implement OIDC through nginx's ngx_http_auth_request_module module.
2021-02-26 22:08:05 +01:00
Phil Elson
41ce4112d1
Enable the cara-webservice in the Openshift deployment.
2020-11-05 23:01:26 +01:00
Phil Elson
ffa2e53994
Prepare the repository for having a separate calculator app.
2020-11-03 12:42:14 +01:00
Phil Elson
d44ae5501f
Put an nginx reverse-proxy in front of the voila server to give us more flexibility in how we present the endpoint.
2020-11-03 11:46:53 +01:00