Skip to content

Releases: Salamek/gitlab-tools

Fixing release

09 Aug 12:31
Compare
Choose a tag to compare
  • Fixes crash when creating/modifying mirror caused by incompatibility with cron-description

New release

19 Nov 05:13
Compare
Choose a tag to compare

What is new

  • support for custom port numbers was implemented, new configuration option GITLAB_SSH added where you must specify your gitlab installtion hostname and port in format: gitlab.com:22 like this:
GITLAB_SSH = 'gitlab.com:22'

Full Changelog: 1.2.9...1.3

Fixing release

14 Jul 14:41
Compare
Choose a tag to compare

Fixes

  • Crash when creating mirror when gitlab-tools is installed using deb package installation method

Fixing release

01 May 15:25
Compare
Choose a tag to compare

Fixes

  • Fixes scheduled mirrors not working

New release

18 Apr 13:29
Compare
Choose a tag to compare

Features

  • Update dependencies
  • Celery 5 support #32
  • Replaces Pycrypto with pycryptodomex
  • Support Debian 11
  • Docker support by (@cenk1cenk2)

Fixes

  • Fixed debian package name from python3-gitlab-tools to just gitlab-tools

New relese

11 Jun 15:25
Compare
Choose a tag to compare
  • Added option to disable CI jobs per project

New release

11 Jun 11:07
Compare
Choose a tag to compare

PullMirror: New optional field where user can specifiy a cron expression to run mirror periodicaly.