gitlab_to_gitea
gitlab_to_gitea copied to clipboard
Visibility flag changed
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.
I was having the same issue on importing. Changing 'internal' to 'private' fixed any importing issues I had.