- Add support for Python 3.13
- Update dependencies
- Support for Python 3.8 (python gitlab library dropped support for it)
- Added ability to provide git options to the GitPython clone/update method to support things like shallow clone (e.g., --depth=1)
- Added ability to clone a user's personal projects
- Fix archived parameter incorrectly passed to api - there's no support for archived subgroups in the groups.subgroups API
- Introduce new paramter group-search, only groups matching the search term will be fetched from the API - using an SQL full Like on the name or the path of the group (useful for large projects), see: https://docs.gitlab.com/ee/api/groups.html#search-for-group
- Fix showing elapsed time as None when progress bar is disabled (verbose mode)
- Fix args not printing in verbose mode
- Fix cloning of subgroups throws a git error, new type attributes on nodes ensures only projects are clone
- fix pypi documentation
- debug statements for inclusion
- get all for groups
- move to latest urllib3 release for security improvments
- Support new GitPython API (iterator depracation, pagination support)
- Support for excluding shared projects
- Support for fetching repositories instead of cloning (--mirror)
- Support for omitting the token from the URL in HTTP mode
- Update depedencies for GiyPython, Python-Gitlab and others
- Update depedencies
1.1.8 - 24/03/2021
- Changelog standartization
- Fix recursive flag
1.1.7 - 15/03/2021
- Move to GH actions
1.1.6 - 11/03/2021
- Update depedencies
1.1.4 - 10/03/2021
- Fixes to naming strategy
1.1.3 - 08/03/2021
- Support git submodules
1.1.2 - 22/02/2021
- Support different local folder naming strategy (project path/name)
- support CA bundles
1.1.1 - 01/05/2021
- Added concurrency
- Fix for pattern matching filtering out parents with relevant children
- Fix Gitlab groups API change not returning subgroups
1.1.0 - - 11/05/2020
- Add support for HTTP clone via CLI argument or ENV variable
1.0.9 - 10/04/2020
- Documentation Changes
1.0.8 - 28/03/2020
- First published version on PyPi