Gitlab Tools Versions Save

Web application providing tools not avaiable in GitLab CE (Gitlab push/pull mirror and more)

1.4.6

10 months ago
  • Fixes crash when creating/modifying mirror caused by incompatibility with cron-description

1.3

1 year ago

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: https://github.com/Salamek/gitlab-tools/compare/1.2.9...1.3

1.2.9

1 year ago

Fixes

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

1.2.8

2 years ago

Fixes

  • Fixes scheduled mirrors not working

1.2.5

2 years ago

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

1.0.14

6 years ago
  • Added option to disable CI jobs per project

1.0.13

6 years ago

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