- Dec 20, 2021
-
-
semantic-release-bot authored
# [3.2.0](https://gitlab.com/to-be-continuous/python/compare/3.1.1...3.2.0) (2021-12-20) ### Features * add Trivy dependency scanner ([f0faed09](https://gitlab.com/to-be-continuous/python/commit/f0faed09819de9b45d748757d75bbf7680a69bce))
-
Bertrand Goareguer authored
-
- Dec 17, 2021
-
-
semantic-release-bot authored
## [3.1.1](https://gitlab.com/to-be-continuous/python/compare/3.1.0...3.1.1) (2021-12-17) ### Bug Fixes * switch from safety image to install safety ([e2b42c40](https://gitlab.com/to-be-continuous/python/commit/e2b42c407cf70ab9967977bbbfe745f6547a6ca1))
-
Cédric OLIVIER authored
-
- Dec 10, 2021
-
-
semantic-release-bot authored
# [3.1.0](https://gitlab.com/to-be-continuous/python/compare/3.0.1...3.1.0) (2021-12-10) ### Features * **publish:** configure the GitLab Packages registry as default Python registry for publish ([891c32ae](https://gitlab.com/to-be-continuous/python/commit/891c32aecc986599417ff2404f83eaff66ee4400))
-
Guilhem Bonnefille authored
-
semantic-release-bot authored
## [3.0.1](https://gitlab.com/to-be-continuous/python/compare/3.0.0...3.0.1) (2021-12-10) ### Bug Fixes * preserve explicit project dependencies versions when installing tools ([c0c94647](https://gitlab.com/to-be-continuous/python/commit/c0c9464782c71f1fa67d3ddb14ae437b17228a06))
-
Cédric OLIVIER authored
Prevent the Python template from forcing upgrade (--upgrade) when installing tools (ex: bandit, pytest, nose, ...). Thus, if those tools are declared as project development dependencies with explicit versions, those versions will be respected
-
- Dec 06, 2021
-
-
Pierre Smeyers authored
-
- Nov 20, 2021
-
-
semantic-release-bot authored
# [3.0.0](https://gitlab.com/to-be-continuous/python/compare/2.2.0...3.0.0) (2021-11-20) ### Features * fully integration of poetry ([f0406deb](https://gitlab.com/to-be-continuous/python/commit/f0406debc207728ee5ea6c71e42357ad965f7c6a)) ### refacto * **py-doc:** remove Python doc build ([10a8150e](https://gitlab.com/to-be-continuous/python/commit/10a8150e1d9d43f42458846e13aec19db68cccd8)) ### BREAKING CHANGES * **py-doc:** doc job removed this job has to been rewritten : - it is in a wrong stage - needs an other tool (make) - generated doc is not publish anywhere - no ability to choise doc generation tool in to-be-continuous, there is mkdocs template which is able to generate python doc too # Conflicts: # templates/gitlab-ci-python.yml
-
- Nov 18, 2021
-
-
Pierre Smeyers authored
BREAKING CHANGE: doc job removed this job has to been rewritten : - it is in a wrong stage - needs an other tool (make) - generated doc is not publish anywhere - no ability to choise doc generation tool in to-be-continuous, there is mkdocs template which is able to generate python doc too # Conflicts: # templates/gitlab-ci-python.yml
-
Cédric OLIVIER authored
goal: prepare to use other package manager like pipenv switch from requirements.txt file generation from poetry pyproject to poetry install use of poetry for package, publish and release
-
- Nov 15, 2021
-
-
semantic-release-bot authored
# [2.2.0](https://gitlab.com/to-be-continuous/python/compare/2.1.1...2.2.0) (2021-11-15) ### Features * move packaging to a separate stage ([945fc8a8](https://gitlab.com/to-be-continuous/python/commit/945fc8a8c9d298640de2860b15c7162b1ad33684))
-
Guilhem Bonnefille authored
Move the packaging instruction from publish job to package job. Conforming to https://to-be-continuous.gitlab.io/doc/understand/#generic-pipeline-stages
-
- Nov 09, 2021
-
-
Cédric OLIVIER authored
Signed-off-by:
Cédric OLIVIER <cedric3.olivier@orange.com>
-
Cédric OLIVIER authored
-
Guilhem Bonnefille authored
The PIP_OPTS varenv is needed both when using requirement.txt or setup.py.
-
- Oct 12, 2021
-
-
semantic-release-bot authored
## [2.0.3](https://gitlab.com/to-be-continuous/python/compare/2.0.2...2.0.3) (2021-10-12) ### Bug Fixes * disable poetry usage (py-doc) ([73d5f2a0](https://gitlab.com/to-be-continuous/python/commit/73d5f2a024f72c0b28b4ef10895bd8113ff7f932))
-
Pierre SMEYERS authored
-
- Oct 07, 2021
-
-
semantic-release-bot authored
## [2.0.2](https://gitlab.com/to-be-continuous/python/compare/2.0.1...2.0.2) (2021-10-07) ### Bug Fixes * use master or main for production env ([77af297d](https://gitlab.com/to-be-continuous/python/commit/77af297de4d99257ee286d07b1d2837948887ac5))
-
- Oct 06, 2021
-
-
Cédric OLIVIER authored
-
- Oct 04, 2021
-
-
semantic-release-bot authored
## [2.0.1](https://gitlab.com/to-be-continuous/python/compare/2.0.0...2.0.1) (2021-10-04) ### Bug Fixes * disable poetry usage ([17d57cb9](https://gitlab.com/to-be-continuous/python/commit/17d57cb9626de30be281c147486745df78f78545))
-
Cédric OLIVIER authored
Signed-off-by:
Cédric OLIVIER <cedric3.olivier@orange.com>
-
- Sep 08, 2021
-
-
semantic-release-bot authored
# [2.0.0](https://gitlab.com/to-be-continuous/python/compare/1.3.0...2.0.0) (2021-09-08) ### Features * Change boolean variable behaviour ([4bb11b9e](https://gitlab.com/to-be-continuous/python/commit/4bb11b9e2f971ba75fe1c4a36b9c1d475a6f1cb6) ) ### BREAKING CHANGES * boolean variable now triggered on explicit 'true' value Signed-off-by:
Cédric OLIVIER <cedric3.olivier@orange.com>
-
Cédric OLIVIER authored
BREAKING CHANGE: boolean variable now triggered on explicit 'true' value Signed-off-by:
Cédric OLIVIER <cedric3.olivier@orange.com>
-
- Sep 03, 2021
-
-
semantic-release-bot authored
# [1.3.0](https://gitlab.com/to-be-continuous/python/compare/1.2.3...1.3.0) (2021-09-03) ### Features * add Poetry extras support (PYTHON_POETRY_EXTRAS variable) ([e079e305](https://gitlab.com/to-be-continuous/python/commit/e079e305ddaf508d3105394df3fab1be92d6e38c))
-
Emmanuel Courreges authored
-
- Jul 26, 2021
-
-
semantic-release-bot authored
## [1.2.3](https://gitlab.com/to-be-continuous/python/compare/1.2.2...1.2.3) (2021-07-26) ### Bug Fixes * **poetry:** add option to disable poetry ([dbfe6f6b](https://gitlab.com/to-be-continuous/python/commit/dbfe6f6b9abee4bf4aa68b603d015283a5e0bcc1))
-
Cédric OLIVIER authored
-
- Jun 24, 2021
-
-
semantic-release-bot authored
## [1.2.2](https://gitlab.com/to-be-continuous/python/compare/1.2.1...1.2.2) (2021-06-24) ### Bug Fixes * permission on reports directory ([f44e03a3](https://gitlab.com/to-be-continuous/python/commit/f44e03a3afbad8c68babf51bc883da52bdf1c5b7))
-
- Jun 23, 2021
-
-
semantic-release-bot authored
## [1.2.1](https://gitlab.com/to-be-continuous/python/compare/1.2.0...1.2.1) (2021-06-23) ### Bug Fixes * "Missing git package for py-release job" ([082f3083](https://gitlab.com/to-be-continuous/python/commit/082f308330eb16a42704370190c66ba5a7823671))
-
Cédric OLIVIER authored
-
- Jun 22, 2021
-
-
Cédric OLIVIER authored
-
- Jun 10, 2021
-
-
semantic-release-bot authored
# [1.2.0](https://gitlab.com/to-be-continuous/python/compare/1.1.0...1.2.0) (2021-06-10) ### Features * move group ([688d6f26](https://gitlab.com/to-be-continuous/python/commit/688d6f26374c4bc0610a0f979ed836c5e46c7754))
-
Pierre Smeyers authored
-
- May 18, 2021
-
-
semantic-release-bot authored
# [1.1.0](https://gitlab.com/Orange-OpenSource/tbc/python/compare/1.0.0...1.1.0) (2021-05-18) ### Features * add scoped variables support ([73dbac6b](https://gitlab.com/Orange-OpenSource/tbc/python/commit/73dbac6b81dcbe22b3fcfdbd34493b43fe8464a2))
-
Pierre Smeyers authored
-
- May 06, 2021
-