Skip to content
Snippets Groups Projects
  1. Jun 09, 2022
  2. May 06, 2022
  3. May 01, 2022
  4. Apr 26, 2022
  5. Apr 19, 2022
  6. Apr 17, 2022
  7. Mar 22, 2022
  8. Feb 25, 2022
  9. Feb 21, 2022
    • Pierre Smeyers's avatar
      feat(release): complete release process refactoring · ff8b9856
      Pierre Smeyers authored
      BREAKING CHANGE: complete refactoring or release process, including variables and jobs redefinition
      - no more separate publish job: the entire release process is now performed by the py-release job
      - TWINE_XXX variables removed and replaced by PYTHON_REPOSITORY_XXX
      - RELEASE_VERSION_PART variable replaced by PYTHON_RELEASE_NEXT
      
      For additional info, see the doc.
      ff8b9856
  10. Feb 18, 2022
  11. Feb 16, 2022
  12. Jan 30, 2022
  13. Dec 21, 2021
  14. Dec 20, 2021
  15. Dec 17, 2021
  16. Dec 10, 2021
  17. Dec 06, 2021
  18. Nov 20, 2021
  19. Nov 18, 2021
    • Pierre Smeyers's avatar
      refacto(py-doc): remove Python doc build · 10a8150e
      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
      10a8150e
    • Cédric OLIVIER's avatar
      feat: fully integration of poetry · f0406deb
      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
      f0406deb
  20. Nov 15, 2021
  21. Nov 09, 2021
  22. Oct 12, 2021
Loading