Skip to content

Releases: ngandrass/gitlab-group-backup

Version 1.4.0

28 Feb 14:30
e2302aa
Compare
Choose a tag to compare
  • Retry exporting GitLab objects for export_retry_count times before exiting with error.
  • Update external libraries

Version 1.3.0

26 Jan 17:03
6365992
Compare
Choose a tag to compare
  • Fetch all groups and projects without upper limit
  • Update external libraries

Version 1.2.0

09 Oct 20:52
4521946
Compare
Choose a tag to compare
  • Allow backup of multiple groups at the same time
    • The -g/--group-id CLI argument can be repeated to backup multiple groups within a single run.
      Example: ./main.py --gitlab-url=https://gitlab.com --access-token=0123456789ABCDEF --group-id=42 --group-id=1337

Version 1.1.1

09 Oct 11:54
04a9ce0
Compare
Choose a tag to compare
  • Improve error reporting
  • Update python dependencies
  • Improve documentation

Version 1.1.0

09 Oct 10:55
72c38b4
Compare
Choose a tag to compare

This is the first stable release, implementing all base functions. See README.md for more information :)