This project is mirrored from https://*****@github.com/IFCA/caso.
Pull mirroring updated .
- Dec 03, 2024
-
-
Álvaro López García authored
-
Álvaro López García authored
- Install deps using poetry. - Install correct python version on runner. - Build-Depend on pybuild-plugin-pyproject
-
Álvaro López García authored
-
- Sep 28, 2024
-
-
Avoid issues when running cASO with a low privileges account that cannot list all projects and scope the tokens to the projects that are to be accounted. This allows to run cASO and generate records for non-admin users. Closes #124
-
- Sep 27, 2024
-
-
Álvaro López García authored
-
-
Álvaro López García authored
-
Álvaro López García authored
Release-As: 5.0.1
-
Álvaro López García authored
-
Álvaro López García authored
-
Álvaro López García authored
-
Álvaro López García authored
-
Álvaro López García authored
-
Álvaro López García authored
-
Álvaro López García authored
-
Álvaro López García authored
-
Álvaro López García authored
-
Álvaro López García authored
-
Álvaro López García authored
-
-
-
-
Álvaro López García authored
-
Álvaro López García authored
-
Álvaro López García authored
Pydantic 2 has breaking API changes, the most important for us is the usage of compute_fields. The accounting system expects datetime fields to be returned as integers (i.e. epoch). We can use computed_fields for that, using properties. This way we can internally store datetime objects, and just conver them to integers when they are accessed. In order to do so, we define _epoch properties.
-
Álvaro López García authored
-
- Jun 07, 2023
-
-
Álvaro López García authored
-
Álvaro López García authored
- Create sdist artifact - Upload dist to release - Reuse for other jobs - Build DEB package directly using GH actions
-
Álvaro López García authored
Instead of rendering the individual records in the SSM messenger, the records classes must now implement a `ssm_message` method that provides an export of the mode, with correct serialized values for each field, that the SSM messenger will append to a SSM message.
-
Álvaro López García authored
-
Álvaro López García authored
-
Álvaro López García authored
-
Álvaro López García authored
-
Álvaro López García authored
-
Álvaro López García authored
-
Álvaro López García authored
-
Álvaro López García authored
-
Álvaro López García authored
Include missing fields in CloudRecord when being rendered (i.e. remove the `exlude_unset` argument when exporting, and remove versions from rendering. Fixes: #118 SemVer: bufgix
-
Álvaro López García authored
-
Álvaro López García authored
-