-
-
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
Weird behavior when migrating from Github to gitea.com #11705
Comments
Because |
As title, maybe fix one of issue in go-gitea#11705 Signed-off-by: a1012112796 <1012112796@qq.com>
fix one part of go-gitea#11705 Signed-off-by: a1012112796 <1012112796@qq.com>
As title, maybe fix one of issue in #11705 Signed-off-by: a1012112796 <1012112796@qq.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
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>
This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions. |
…#11721) As title, maybe fix one of issue in go-gitea#11705 Signed-off-by: a1012112796 <1012112796@qq.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This issue has been automatically closed because of inactivity. You can re-open it if needed. |
follow go-gitea#12039, show original author's reviews by other way. fix go-gitea#11705. Signed-off-by: a1012112796 <1012112796@qq.com>
[x]
): whatever gitea.com runs onDescription
While working on #8380 I migrated https://github.com/go-gitea/test_repo to https://gitea.com/j-be/test_repo/ and took that for unit tests. I am now a bit confused on how some stuff is handled when migrating:
Reactions
:lunny
is taken over asUserID: 1, UserName: "lunny"
, as that user exists on Gitea toomrsdizzie
as user inReactions
is migrated asUserID: -1, UserName: "mrsdizzie(github)"
, which looks really good in the UI, butmrsdizzie
would exist on Gitea as well - I guess OIDC is involved here, but how does it know? Do I need to take into account something here as well?Review
- here is where it gets really confusing:lunny
andjolheiser
are both taken over asReviewerID: 0
, even though the accounts would exist on gitea.comReview
s from bothzeripath
andlafriks
are suddenly mine (ReviewerID: 5610, ReviewerName: "j-be"
), again, even though these users exist on gitea.comRelease
,PullRequest
, andComment
s thereof are allPublisherID: 5610, PublisherName: "j-be"
andPosterID: 5610, PosterName: "j-be"
, even though they should still be owned by their initial authors.The text was updated successfully, but these errors were encountered: