- Jan 12, 2025
-
-
Gaëtan Montury authored
-
- Jan 08, 2025
-
-
semantic-release-bot authored
# [7.6.0](https://gitlab.com/to-be-continuous/python/compare/7.5.2...7.6.0) (2025-01-08) ### Features * add separate 'publish-enabled' to enable publishing package ([6f9ee56d](https://gitlab.com/to-be-continuous/python/commit/6f9ee56d00ee5408953fa24323dbba81aa2d4f3a))
-
Pierre Smeyers authored
feat: add `publish-enabled` to enable publishing package Closes #101 and #49 See merge request to-be-continuous/python!134
-
Cédric OLIVIER authored
-
- Dec 22, 2024
-
-
semantic-release-bot authored
## [7.5.2](https://gitlab.com/to-be-continuous/python/compare/7.5.1...7.5.2) (2024-12-22) ### Bug Fixes * **test:** handle decimal coverage ([4fb81f8b](https://gitlab.com/to-be-continuous/python/commit/4fb81f8b66bf285f173a2335f8c34523d0f7ca3d))
-
Pierre Smeyers authored
fix: handle decimal coverage Closes #94 See merge request to-be-continuous/python!133
-
Clement Bois authored
- adapt the regex that captures the coverage value - add a root job prototype for all unit test jobs
-
Pierre Smeyers authored
-
- Dec 19, 2024
-
-
Clement Bois authored
Signed-off-by:
Clement Bois <clement.bois@orange.com>
-
- Dec 10, 2024
-
-
Clement Bois authored
Signed-off-by:
Clement Bois <clement.bois@orange.com>
-
- Dec 05, 2024
-
-
Pierre Smeyers authored
doc: highlight vault using id token See merge request to-be-continuous/python!132
-
Clement Bois authored
-
- Nov 26, 2024
-
-
Pierre Smeyers authored
docs: use Trivy variables Closes #89 See merge request to-be-continuous/python!129
-
Pierre Smeyers authored
-
- Nov 22, 2024
-
-
Clement Bois authored
Signed-off-by:
Clement Bois <clement.bois@orange.com>
-
- Nov 21, 2024
-
-
semantic-release-bot authored
## [7.5.1](https://gitlab.com/to-be-continuous/python/compare/7.5.0...7.5.1) (2024-11-21) ### Bug Fixes * **CodeArtifact:** fix AWS CodeArtifact variant ([c913e653](https://gitlab.com/to-be-continuous/python/commit/c913e6538d88efaf1d6f0eb7742e7531d66a32c2))
-
Pierre Smeyers authored
fix: incorrect before_script Closes #85 See merge request to-be-continuous/python!128
-
Eytan Dahan authored
-
- Nov 17, 2024
-
-
Pierre Smeyers authored
-
- Nov 11, 2024
-
-
semantic-release-bot authored
# [7.5.0](https://gitlab.com/to-be-continuous/python/compare/7.4.0...7.5.0) (2024-11-11) ### Features * **Ruff:** add `ruff-format` job for code formatting ([142589f2](https://gitlab.com/to-be-continuous/python/commit/142589f2c260336d3a703af3e149c1c666fd5373))
-
Pierre Smeyers authored
feat(Ruff): add `ruff-format` job for code formatting Closes #86 See merge request to-be-continuous/python!124
-
Gaëtan Montury authored
-
- Nov 08, 2024
-
-
semantic-release-bot authored
# [7.4.0](https://gitlab.com/to-be-continuous/python/compare/7.3.3...7.4.0) (2024-11-08) ### Features * add AWS CodeArtifact support (variant) ([128fb995](https://gitlab.com/to-be-continuous/python/commit/128fb9950c1354c211abe17d5cba19d75dd66ecc))
-
Pierre Smeyers authored
feat: aws codeartifact variant Closes #85 See merge request to-be-continuous/python!126
-
Eytan Dahan authored
-
- Nov 06, 2024
-
-
semantic-release-bot authored
## [7.3.3](https://gitlab.com/to-be-continuous/python/compare/7.3.2...7.3.3) (2024-11-06) ### Bug Fixes * correct bandit exclude of .venv and .cache ([ed955279](https://gitlab.com/to-be-continuous/python/commit/ed955279f56f2d66a2a7532b35515f2309f05f5c)), closes [#92](https://gitlab.com/to-be-continuous/python/issues/92)
-
Pierre Smeyers authored
fix: correct bandit exclude of .venv and .cache Closes #92 See merge request to-be-continuous/python!127
-
- Nov 05, 2024
-
-
Gaëtan Montury authored
fix #92
-
- Nov 02, 2024
-
-
semantic-release-bot authored
## [7.3.2](https://gitlab.com/to-be-continuous/python/compare/7.3.1...7.3.2) (2024-11-02) ### Bug Fixes * limit security reports access to developer role or higher ([40c85eff](https://gitlab.com/to-be-continuous/python/commit/40c85eff562a00ceb9b381ef72472ce1910b97ab))
-
Pierre Smeyers authored
Resolve "Limit security reports access to developer role and above" Closes #91 See merge request to-be-continuous/python!123
-
- Oct 25, 2024
-
-
semantic-release-bot authored
## [7.3.1](https://gitlab.com/to-be-continuous/python/compare/7.3.0...7.3.1) (2024-10-25) ### Bug Fixes * **Trivy:** trivy scan fails when issues are found ([671b7814](https://gitlab.com/to-be-continuous/python/commit/671b78142c08cdd5bbf1441a81705b96dbf0740f)) * use right options for uv with extras deps ([354af5ad](https://gitlab.com/to-be-continuous/python/commit/354af5ad8294ad8f3de3f7ad6aeaf8752d5f2625))
-
Pierre Smeyers authored
use right options for uv with extras deps Closes #90 See merge request to-be-continuous/python!122
-
- Oct 24, 2024
-
-
Bertrand Goareguer authored
-
Sylvain Desbureaux authored
`--extras` is not the right command for `uv`. It's `--extra` instead. Signed-off-by:
Sylvain Desbureaux <sylvain.desbureaux@orange.com>
-
- Oct 23, 2024
-
-
Pierre Smeyers authored
Resolve "Use recent Trivy features" Closes #87 See merge request to-be-continuous/python!120
-
Bertrand Goareguer authored
-
- Oct 20, 2024
-
-
Pierre Smeyers authored
Resolve "Trivy never fails" Closes #88 See merge request to-be-continuous/python!118
-
Bertrand Goareguer authored
-
- Oct 15, 2024
-
-
semantic-release-bot authored
# [7.3.0](https://gitlab.com/to-be-continuous/python/compare/7.2.0...7.3.0) (2024-10-15) ### Features * **uv:** add uv support as a new build system ([8aeb20b0](https://gitlab.com/to-be-continuous/python/commit/8aeb20b09347ff35398a4a707852a9cc17cc6842)), closes [#80](https://gitlab.com/to-be-continuous/python/issues/80) * **uv:** add uv support as a new build system ([d22ffbac](https://gitlab.com/to-be-continuous/python/commit/d22ffbacb4228cb4ffdc6396bca9e43ad194bfff))
-
Gaëtan Montury authored
Closes #80 See merge request to-be-continuous/python!114
-