lrdossan
9aa661bcdc
Bugfix in README href
2025-02-10 11:42:24 +01:00
Luis Aleixo
e4ac942af9
Merge branch 'feature/co2_endpoints' into 'master'
...
Update on CO2 routes
See merge request caimira/caimira!530
2025-02-07 14:19:54 +00:00
lrdossan
1299a5a638
Updated REST API documentation
2025-02-06 17:23:52 +01:00
lrdossan
0237bc0c77
added routing to the suggested ventilation transition times
2025-02-06 17:13:50 +01:00
Luis Aleixo
c57fd94431
Merge branch 'feature/pypi-version-release' into 'master'
...
PyPI version update and MANIFEST
See merge request caimira/caimira!525
2024-12-04 16:38:36 +01:00
lrdossan
04fb99848a
increased version
2024-12-04 16:21:33 +01:00
lrdossan
61c034c1d6
added manifest
2024-12-04 16:21:18 +01:00
Luis Aleixo
778444adf6
Merge branch 'pypi-releases' into 'master'
...
releases: add PyPI config
Closes #430
See merge request caimira/caimira!518
2024-12-03 14:13:54 +01:00
lrdossan
90fd2a503d
moved section of test instance of pypi to development section in code > rest api page
2024-12-03 10:45:57 +01:00
Andre Henriques
f4b3b1b571
final update to installation md
2024-12-02 17:19:05 +01:00
lrdossan
1c3f0f5278
cleaned sphinx conf file
2024-12-02 11:35:01 +01:00
lrdossan
1eee08dbc9
updated installation structure
2024-12-02 11:34:45 +01:00
lrdossan
640c4c5e28
changed project main URL
2024-12-02 11:33:53 +01:00
lrdossan
a2c76d8551
updated copyright
2024-12-02 11:33:43 +01:00
Andre Henriques
987ad74531
suggestions for installation.md
2024-11-30 21:30:30 +01:00
Nicola Tarocco
6b3efb9345
releases: add PyPI config
...
- closes #430
2024-11-29 17:14:46 +01:00
Andre Henriques
a93e69787e
Merge branch 'changes/REST_API_adjustments' into 'master'
...
REST API/Docs adjustments
See merge request caimira/caimira!523
2024-11-29 12:49:36 +01:00
lrdossan
9f3a406d46
Update on entire docs:
...
- Added landing page for REST API and handled route package structure
- Alphabetically ordered form inputs and fixed documentation on REST API
- Added new logo in documentation UI and added section for REST API in documentation
2024-11-29 11:26:44 +01:00
Luis Aleixo
50edc1adb7
Merge branch 'changes/data_schema' into 'master'
...
Data registry update
See merge request caimira/caimira!509
2024-11-25 11:07:46 +01:00
lrdossan
78286ec2a9
adapted infectiousness_days reference
2024-11-21 16:30:04 +01:00
lrdossan
33cc378ebe
data registry update
2024-11-21 16:21:06 +01:00
Luis Aleixo
515c8ef118
Merge branch 'bugfix/docker_pre_built' into 'master'
...
Minor fix in docker pre-built instruction
See merge request caimira/caimira!522
2024-11-21 11:44:48 +01:00
lrdossan
8d346c3e4e
changed release date
2024-11-21 11:20:24 +01:00
lrdossan
40b47722e1
Updated docker instruction to use the pre-built image
2024-11-21 11:18:18 +01:00
Luis Aleixo
539bf60d02
Merge branch 'bugfix/doc_refs' into 'master'
...
Corrected user guide and about doc refs
See merge request caimira/caimira!521
2024-11-20 16:48:59 +01:00
lrdossan
700bd786dd
Corrected user guide and about doc refs
2024-11-20 16:41:31 +01:00
Luis Aleixo
6b96d7c4ff
Merge branch 'feature/mkdocs_material' into 'master'
...
Project documentation in Mkdocs
See merge request caimira/caimira!517
2024-11-20 15:36:31 +01:00
Nicola Tarocco
a34efcac88
Project documentation and CI/CD improvements:
...
- Added docs folder with MkDocs and Sphinx integration for documentation.
- Updated GitLab CI/CD configuration to include documentation jobs.
- Improved Dockerfile for streamlined builds.
- Added JavaScript file to support MathJax for equations in MkDocs.
- Created and included a UML diagram for architectural overview.
- Removed unused files to clean up the repository.
- Updated project and package README files for consistency.
- Revised diameter-dependent documentation for clarity.
- Added detailed REST API documentation.
- Updated project version for release tracking.
- Included open-source acknowledgments in the documentation.
- Added repository details and UI instructions to the user guide.
- Integrated CO2 fitting algorithm into the project.
- Included logo on the main documentation page and added CI/CD prod job.
2024-11-20 15:23:46 +01:00
Luis Aleixo
424f4f4804
Merge branch 'changes/CO2_review' into 'master'
...
CO2 fitting algorithm post-review changes
See merge request caimira/caimira!516
2024-11-05 11:08:46 +01:00
lrdossan
9cf5f5d7a5
Updated minor version
2024-11-05 09:48:07 +01:00
lrdossan
2703553a36
added ignore types upon package update (setuptools)
2024-11-05 09:48:07 +01:00
lrdossan
8146224392
Added the two plot img, plot data to the return data of the fetch return (context). Adapted orders of labels
2024-11-05 09:48:07 +01:00
Luis Aleixo
6e16feb380
Merge branch 'feature/github_ci' into 'master'
...
Update of GitHub CI file
See merge request caimira/caimira!511
2024-10-23 16:38:14 +02:00
Luis Aleixo
23c8a349b2
Merge branch 'bugfix/type_checks' into 'master'
...
Added conditionals for type checks
See merge request caimira/caimira!519
2024-10-22 10:06:57 +02:00
lrdossan
b8da113aba
updated readme
2024-10-22 09:56:24 +02:00
lrdossan
1b56a6acd9
added conditionals type checks
2024-10-22 09:56:16 +02:00
Nicola Tarocco
5ab7fca081
Merge branch 'fix/os-deployments' into 'master'
...
openshift: move to Deployment
See merge request caimira/caimira!514
2024-10-21 22:01:25 +02:00
Nicola Tarocco
51c08147a7
ci: replace only/except with rules
2024-10-21 21:49:15 +02:00
Luis Aleixo
252b942259
Merge branch 'changes/version_update' into 'master'
...
Version update (4.17.3)
See merge request caimira/caimira!515
2024-10-16 11:04:08 +02:00
lrdossan
5ae84aeda3
version update (4.17.3)
2024-10-16 10:45:48 +02:00
Andre Henriques
66c6faac79
Merge branch 'changes/UI_HEPA' into 'master'
...
Added Eq. ventilation to HEPA question
See merge request caimira/caimira!513
2024-10-15 17:44:50 +02:00
lrdossan
d00df39d1b
update on labels
2024-10-15 16:47:55 +02:00
Nicola Tarocco
4b30f6aaed
openshift: update yamls and checks
...
* update OpenShift yamls
* fix OpenShift yamls checks
2024-10-13 22:43:42 +02:00
Nicola Tarocco
3a5cf42b3a
openshift: move to Deployment
...
* remove unused BuildConfig
* rename deploymentconfig.yaml to deployments.yaml
2024-10-13 21:21:44 +02:00
Nicola Tarocco
c4aa3cbd8c
Merge branch 'fix/rest-api-infrastructure' into 'master'
...
docker: fix docker-compose
Closes #424
See merge request caimira/caimira!512
2024-10-13 21:17:30 +02:00
lrdossan
cd9214a727
added eACH to HEPA question
2024-10-11 16:17:14 +02:00
Nicola Tarocco
4e1a0bc32b
readme: fix missing export variable
2024-10-10 09:49:41 +02:00
Nicola Tarocco
c3aef63c48
docker: fix wrong cmd to build auth-service
2024-10-10 09:45:52 +02:00
Nicola Tarocco
0ccbfe4f9a
api: add Ddocker example
...
* partially closes #424
2024-10-08 23:29:14 +02:00
Nicola Tarocco
72a6afece2
docker: fix docker-compose
...
* partially closes #424
2024-10-08 22:37:02 +02:00