Commit graph

67 commits

Author SHA1 Message Date
Luis Aleixo
ee29f12f35 updated typos and got back the state tests 2023-03-23 11:37:48 +01:00
Luis Aleixo
8782069a9c added services and fixed ventilation 2023-03-23 11:35:40 +01:00
Luis Aleixo
3ea34b6979 changed docker public image 2023-03-23 11:35:40 +01:00
Luis Aleixo
1770c31977 used lower case for CO2 app 2023-03-23 11:35:39 +01:00
Luis Aleixo
b941808317 updated nginx conf file 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
37d699d483 updated GitLab repository URL 2022-12-15 14:30:11 +00:00
Luis Aleixo
ad154be913 defined secrets 2022-09-19 09:52:47 +02:00
Luis Aleixo
37d022a1ef added env variables 2022-09-19 09:45:18 +02:00
Luis Aleixo
84b7377dff Maintained group name (cara) 2022-09-15 16:41:10 +02:00
Luis Aleixo
6c541952ee updated GitLab project URL 2022-09-15 11:12:34 +02:00
Luis Aleixo
273867f6d7 added calculator image stream to openshift template 2022-09-15 10:17:29 +02:00
Luis Aleixo
1cec93712c changed target branch 2022-09-09 18:24:39 +02: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
ade5ba6b10 Changes for live/caimira-test instance 2022-09-09 11:42:16 +02:00
Luis Aleixo
d93e76d264 Handled the diff error on templates 2022-08-10 15:21:42 +02:00
Luis Aleixo
e0e913a19d Added needed resources for calculator-open in deploymentconfig.yaml file 2022-07-11 13:55:04 +02:00
Luis Aleixo
ba2e1a07c0 test 2022-06-24 10:29:45 +01:00
Luis Aleixo
c0f7a3ccf6 Code cleanup 2022-06-09 09:46:31 +02:00
Nicola Tarocco
99de3e2ebd Auth service: pass debug option as CLI arg
* closes #237
2022-02-08 10:24:11 +01:00
Luis Aleixo
008efd3467 Updated config-fetch and config-generate for routes.yaml 2022-01-13 17:38:02 +01:00
Luis Aleixo
a73f8ec5de Changed routes.yaml file name and respective reference in README 2022-01-13 16:36:01 +01:00
Nicola Tarocco
b9a5f7844f Changes to move PROD to OKD4 2022-01-10 17:41:37 +01:00
Luis Aleixo
3594783c2e wrong cern theme directory fix 2022-01-06 19:44:26 +01:00
Luis Aleixo
aa653331ee Merge branch 'master' into feature/base_theme_improvements 2021-12-21 15:02:40 +00:00
Nicola Tarocco
d387988bd9 fix wrong DeploymentConfig tag 2021-12-21 15:00:41 +01:00
Luis Aleixo
66b668f469 Changed deploymentconfig cara_theme calue 2021-12-21 11:08:24 +00:00
Nicola Tarocco
3266d806d5 changes after migration to OKD4 2021-12-21 11:29:43 +01:00
Phil Elson
6178fc3c15 Update the nginx version to 1.18 2021-08-26 06:08:10 +02:00
Phil Elson
c81bdeb21e Include the expert app in the public docker image. 2021-08-25 13:20:59 +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
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
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
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
Phil Elson
a2fd0e7fe5 Update to reflect the resource limit changes in cara-webservice. 2021-07-29 14:49:52 +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
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
Phil Elson
7d14bc488f Tests passing for OpenShift config checking on the test-cara instance. 2021-07-14 13:32:02 +02:00
Nicola Tarocco
ae52961361 Fix docker-compose and update README 2021-07-09 16:09:33 +02:00
Nicola Tarocco
93c581090b Fix QR code redirection for calculator-cern
* Adds the missing URL args to the Nginx configuration when redirecting
  from /calculator to /calculator-cern.
* closes #177
2021-07-09 16:08:25 +02:00
Nicola Tarocco
7ad06238dd calculator: make URL path customizable 2021-06-15 14:53:34 +02:00
Phil Elson
14ca6d3b38 Restore the disclaimer in the base, but extend it in the CERN theme. 2021-04-15 21:53:26 +02:00
Phil Elson
69de1e372c Make the expert-app trigger the same 404 as the webservice. 2021-03-26 21:32:36 +01:00