-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Rough draft of Gitea to Gitea migration. #11698
Conversation
TODOs: * Find out how to get or default missing fields * Work on unit tests refs go-gitea#8380 Signed-off-by: Juri Berlanda <juriberlanda@hotmail.com>
IsLocked property I would set to false if I cant get the info - however for v1.13 we will have this info soon :) |
Signed-off-by: Juri Berlanda <juriberlanda@hotmail.com>
Telling from the response on go-gitea#11705 this is expected. Signed-off-by: Juri Berlanda <juriberlanda@hotmail.com>
Telling from the response on go-gitea#11705 this is expected. Signed-off-by: Juri Berlanda <juriberlanda@hotmail.com>
Signed-off-by: Juri Berlanda <juriberlanda@hotmail.com>
Ok, seems like I'm making progress. But I found another property I'm missing: |
@j-be just ignore OriginalNumber - as github do |
Signed-off-by: Juri Berlanda <juriberlanda@hotmail.com>
Signed-off-by: Juri Berlanda <juriberlanda@hotmail.com>
Co-authored-by: 6543 <6543@obermui.de>
Done. What do you think about line 503 |
If you itterate throu a null list nothing will hapen ... |
@j-be that's not efficent and we need a refactor but I think that's not the business of this PR. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 months. Thank you for your contributions. |
what's the matter? |
Add a GiteaDownloader implemenatation for Gitea, allowing Gitea -> Gitea Migrations.
[ ] Find out how to get or default missing fields
[ ] Work on unit tests
refs #8380