- Mar 24, 2022
-
-
The import path changed from "." to "src" at the same time.
-
Previously "PlayLog()" and "HealthLog()" were used as input for the POST request's body. But the JSON serialization of both instances is empty (for unknown reasons). Thus the POST requests failed, due to missing required fields.
-
The previous code intended to silence the most relevant source of log noise ("connexion.operations"), but due to the missing trailing "s", it failed to do so. Now all debug messages emitted during a test are silenced.
-
Somewhen two years ago the tests were disabled in the CI. Since then the test were failing.
-
-
-
-
-
The environment should be configured outside of the application.
-
* `/usr/bin/env` is not necessary: `python3` is just the same (`/usr/bin/env python3` is helpful in a shebang, since an absolute path is required there) * use the variable `$PYTHON_EXEC`: it was introduced recently, but not used for now
-
-
-
Roman Brendler authored
- When using the docker setup, the image now expects to get all config variables as environment variables
-
- Mar 22, 2022
-
-
Roman Brendler authored
- Add release stage to existing Gitlab pipeline - Add docker build and push job - Add create release job
-
- Mar 17, 2022
-
-
Roman Brendler authored
-
- Feb 25, 2022
-
-
David Trattnig authored
-
- Jan 21, 2022
-
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
- Dec 13, 2021
-
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
- Dec 09, 2021
-
-
David Trattnig authored
-
- Dec 03, 2021
-
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
- Nov 29, 2021
-
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
- Nov 19, 2021
-
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
- Nov 11, 2021
-
-
David Trattnig authored
-
- Jul 29, 2021
-
-
David Trattnig authored
-
- Jul 13, 2021
-
-
David Trattnig authored
-
- May 06, 2021
-
-
David Trattnig authored
-