Commit graph

79 commits

Author SHA1 Message Date
Andre Henriques
a28b4d8310 Merge branch 'changes/deprecate_expert_apps' into 'master'
Deprecate ExpertApplication and CO2Application

See merge request caimira/caimira!501
2024-07-05 09:51:59 +02:00
lrdossan
4bed754f21 increased version 2024-06-24 17:12:32 +02:00
lrdossan
a70c32e060 Added xsrf cookie to CO2 requests; 2024-06-12 16:14:50 +02:00
Luis Aleixo
fd8f28f888 updated version (minor) 2024-05-27 10:51:11 +02:00
Luis Aleixo
fc03fce082 wrapped data service enabled env. variable in try/except block 2024-05-27 10:50:59 +02:00
Luis Aleixo
9bc6252a4b added cast to int when fetching env. var. that enables data service 2024-05-27 10:42:46 +02:00
Luis Aleixo
ed5b0d0e27 minor version update 2024-05-24 16:42:03 +02:00
Luis Aleixo
6f537e1df3 updated patch version 2024-04-18 10:35:22 +02:00
Luis Aleixo
6a69f91c90 added placeholder for activity types and fetched this data directly in form calculator 2024-04-18 10:28:39 +02:00
Luis Aleixo
f06bb83d30 increased minor version with parallel computing 2024-04-11 15:44:40 +02:00
Luis Aleixo
ddf7684798 added executor factory to ConcentrationModelJsonResponse class 2024-03-20 11:32:01 +01:00
Luis Aleixo
5e9d6501ae added cast to int when fetching env. variables 2024-03-11 13:44:58 +01:00
Luis Aleixo
c8cc0b0908 handled environment variables to be consistent 2024-03-05 17:03:19 +01:00
Nicola Tarocco
ddfe0b660e
tests: make report generation time limit configurable 2024-02-27 21:17:46 +01:00
Luis Aleixo
55850f9971 Merge branch 'feature/profiler' into 'master'
Profiler

See merge request caimira/caimira!480
2024-02-16 15:29:15 +01:00
Nicola Tarocco
00dc79f492
add PyInstrument and cProfile profilers 2024-02-11 17:40:47 +01:00
Luis Aleixo
7199143257 removed authentication methods and tests for data service 2024-01-31 11:50:12 +01:00
Luis Aleixo
ddecd91a85 increased version 2023-12-20 13:20:01 +00:00
Luis Aleixo
20e8bf1df7 added data_service attr where needed 2023-12-14 15:34:08 +01:00
Nicola Tarocco
bb51eaa360 config: inject data registry instance instead of static config
* closes #365
2023-12-14 15:34:08 +01:00
Luis Aleixo
e0867f1b27 updated minor version 2023-12-14 14:49:28 +01:00
Luis Aleixo
600cee9c9e minor version update 2023-12-12 16:23:07 +01:00
Luis Aleixo
3da67c8c95 add superclass FormData for CO2FormData and VirusFormData 2023-11-21 09:45:42 +01:00
Luis
43a6b6e0a6 moved interface methods from init file to co2_model_generator 2023-11-21 09:45:41 +01:00
Luis Aleixo
2c8819934b updated blocking variable name 2023-11-21 09:43:29 +01:00
Luis Aleixo
2992b270ff removed ventilation values from plot 2023-11-21 09:43:29 +01:00
Luis Aleixo
5f4a9c3702 added predictive CO2 line and time labels 2023-11-21 09:43:28 +01:00
Luis Aleixo
c83b5cdcab added correct pelt suggestion for transition times 2023-11-21 09:43:28 +01:00
Luis Aleixo
b0d94f2318 formatting issues and introduction of pelt algorithm to display suggested transition times 2023-11-21 09:43:28 +01:00
Luis Aleixo
ab0ec4c4ca version update and UI bugfix on form submission 2023-11-21 09:43:27 +01:00
Luis Aleixo
7da8cc438e back-end updates for co2 logic 2023-11-21 09:42:16 +01:00
Luis Aleixo
be732da4ea form modifications - table format 2023-11-21 09:42:15 +01:00
Luis Aleixo
be684ee3a6 added back compatibility (form report -> calculator) 2023-11-21 09:42:14 +01:00
Luis Aleixo
33f4491195 added lines to generated plot 2023-11-21 09:41:23 +01:00
Luis Aleixo
8ff01f4137 added UI elements for CO2 calculations 2023-11-21 09:41:23 +01:00
Luis Aleixo
b79cb8779d fixed mypy errors 2023-11-21 09:40:27 +01:00
Luis Aleixo
ee989e17fe added server-side endpoint for CO2Data 2023-11-21 09:40:27 +01:00
Luis Aleixo
36d105b358 updated version 2023-11-17 11:38:15 +01:00
Luis Aleixo
ef212f9455 moved data service to separate module and removed logic from caimira calculator module 2023-10-26 16:27:27 +02:00
Luis Aleixo
4f1a497954 modified env var fetch method 2023-09-13 09:49:06 +02:00
Luis Aleixo
1d72ef7aa7 increased patch version 2023-09-05 10:17:43 +02:00
Luis Aleixo
e732fb48d7 data service: add toggle env var to make it optional 2023-07-19 11:39:39 +02:00
Luis Aleixo
c9a64a2d92 handled exceptions 2023-07-17 17:28:46 +02:00
Luis Aleixo
9c33ac1df0 updated server-side logic 2023-07-17 17:28:09 +02:00
Luis Aleixo
6cc6121075 developed server side API connection to Service Data (WP3) 2023-07-17 17:28:09 +02:00
Luis Aleixo
96da4cc980 version update 2023-06-15 14:53:52 +02:00
Luis Aleixo
96b6a84b76 improved report generator methods 2023-06-01 16:31:04 +02:00
Luis Aleixo
ce99afb965 added static url to base urls 2023-05-15 10:23:14 +02:00
Luis Aleixo
4e6b7479e6 fixed breaking condition 2023-05-15 10:02:11 +02:00
Luis Aleixo
f1b0ad1e30 base urls definition 2023-05-12 16:55:31 +02:00