python-gitlab icon indicating copy to clipboard operation
python-gitlab copied to clipboard

Support Project Repository Storage Moves API

Open mhoeher opened this issue 3 years ago • 0 comments

Description of the problem, including code/CLI snippet

Hi everyone!

GitLab supports having multiple storage shards (i.e. different folders or Gitaly instances where repositories are stored in). To move a project from one storage to another, there is a repository storage moves API available - I think, this one is currently not supported by the module.

Expected Behavior

It would be great if gitlab-python would support this API as well. I guess it would at least be a nice addon if single projects could be moved between storages (the current storage can already be read from Project objects returned from the API).

Thanks already for considering!

Actual Behavior

Right now, it seems the project does not use these APIs (at least I quickly checked the current version and didn't find any trace of these APIs in the code base).

Specifications

  • python-gitlab version: 3.6.0
  • API version you are using (v3/v4): v4
  • Gitlab server version (or gitlab.com): 15.1.2

mhoeher avatar Aug 04 '22 09:08 mhoeher