gitlab-project-export icon indicating copy to clipboard operation
gitlab-project-export copied to clipboard

Simple python project for exporting GitLab projects with Export Project funkcionality in GitLab API. Import of exported projects is also supported

Results 6 gitlab-project-export issues
Sort by recently updated
recently updated
newest added

python --version fish-1 | 1 Python 3.6.9 /gitlab-project-export.py -c ./config.yml fish-1 | 0 [19:33:18] Traceback (most recent call last): File "./gitlab-project-export.py", line 49, in c = config.Config(args.config) File "/root/test/gitlab-project-export/gitlab_export/config.py", line...

is there a way to have it import all projects from all users and groups. only way i figured out was listing out each user then using * behind it...

I've made a few improvements to the export script: * Added support for excluding archived projects (`include_archived=False`). Defaults to `False`. * Added support for excluding (partial/regex based) projects (`exclude_projects`). This...

I've just exported from one Gitlab installation and tried to import into the new Gitlab Installation - so far this worked pretty well! But one single project did not appear...

enhancement

Hi, I am trying to import a repo and I am getting : API not respond well with 404 {"message":"404 Namespace Not Found"} {"message":"404 Namespace Not Found"} Import was not...