rvojcik / gitlab-project-export

Simple python project for exporting GitLab projects with Export Project funkcionality in GitLab API. Import of exported projects is also supported
GNU General Public License v3.0
104 stars 39 forks source link

Abilty to import all projects withought having the list them #24

Closed Panda911 closed 6 months ago

Panda911 commented 2 years ago

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 but just doing or / both error out

rvojcik commented 2 years ago

Hi Panda911,

there is ability to export, but in import it's not only way to do that is for now create small list or shell oneliner which iterate over projects and import them as you wish in new location.

There is also limitation that import doesn't create groups now. Maybe it's something we can add to it to help with importing projects to new gitlab instance.