gitlab_to_gitea icon indicating copy to clipboard operation
gitlab_to_gitea copied to clipboard

Visibility flag changed

Open phlundblom opened this issue 8 months ago • 1 comments

Thanks for a great tool, finally got rid of Gitlab :)

I ran into something that I think is a Gitea API change that resulted in migration errors. In _import_groups(), the visibility enum flag should probably be set to private (or at most limited). The current value of internal doesn't seem to be supported by the latest version (1.23.5) of Gitea. Changing that static enum value resolved my migration issues.

phlundblom avatar Mar 13 '25 10:03 phlundblom

I was having the same issue on importing. Changing 'internal' to 'private' fixed any importing issues I had.

virtualadept avatar Mar 26 '25 22:03 virtualadept