Releases: Salamek/gitlab-tools
Releases · Salamek/gitlab-tools
Fixing release
New release
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
Fixes
- Crash when creating mirror when gitlab-tools is installed using deb package installation method
Fixing release
Fixes
- Fixes scheduled mirrors not working
New release
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 justgitlab-tools
New relese
- Added option to disable CI jobs per project
New release
PullMirror: New optional field where user can specifiy a cron expression to run mirror periodicaly.