Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gitlab migration: Migration fails when there are both issues and MRs in the repo #25674

Closed
luna-duclos opened this issue Jul 4, 2023 · 1 comment
Labels

Comments

@luna-duclos
Copy link

Description

When migrating a gitlab repo to gitea, the migration will almost always fail if both MRs and issues are being migrated.
This is because gitlab assigns a seperate number sequence for each of them, so there is an issue 1, an MR 1, issue 2, MR 2, etc.

This doesn't work with gitea, which has a single number sequence for both and doesn't want them to overlap.

I sadly trashed my logs so I do not have them, my apologies :(
I will reproduce it on a test instance if necessary and provide them, please let me know if wanted.

Gitea Version

1.9.3

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

No response

How are you running Gitea?

gitea was being ran using the gitea helm charts found at https://gitea.com/gitea/helm-chart/

Database

PostgreSQL

@hramrach
Copy link

hramrach commented Nov 1, 2023

This is #13884

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants