-
-
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
Properly migrate automatic merge GitLab comments #27873
Merged
Merged
Changes from 18 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
bc87e20
Properly migrate automatic merge GitLab comments
invliD 202a7f5
Bring back text class
invliD 53a5385
Add unit test
invliD a078154
Merge branch 'main' into gitlab-schedule-merge
invliD aa2804a
Merge branch 'main' into gitlab-schedule-merge
invliD d0dc369
Merge branch 'main' into gitlab-schedule-merge
invliD fb7cd14
Merge branch 'main' into gitlab-schedule-merge
invliD 884bbf1
Merge branch 'main' into gitlab-schedule-merge
invliD 6c8675c
Merge branch 'main' into gitlab-schedule-merge
invliD 80bc42a
Merge branch 'main' into gitlab-schedule-merge
invliD 5678c1c
Update templates/repo/issue/view_content/comments.tmpl
silverwind b5c16b9
Update templates/repo/issue/view_content/comments.tmpl
silverwind 9302751
Update templates/repo/issue/view_content/conversation.tmpl
silverwind ad93eb0
Merge branch 'main' into gitlab-schedule-merge
GiteaBot e46a86b
Update templates/repo/issue/view_content/comments.tmpl
silverwind 1061071
Update templates/repo/issue/view_content/comments.tmpl
silverwind d2f18dd
Update templates/repo/issue/view_content/conversation.tmpl
silverwind 29835ae
Merge branch 'main' into gitlab-schedule-merge
GiteaBot fb38b8d
Apply suggestions from code review
invliD 60edb71
Merge branch 'main' into gitlab-schedule-merge
invliD e02245d
Update templates/repo/issue/view_content/comments.tmpl
wxiaoguang c54487e
Merge branch 'main' into gitlab-schedule-merge
GiteaBot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line now will be ignored?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both branches here were exactly the same, except only the first note was converted if
IndividualNote
is true. That isn't really necessary, becauseIndividualNote
means that this is not a discussion (=thread) but just a single comment that cannot be responded to. There will always be exactly one note in such a "discussion", so there is no reason to explicitly ignore any further notes.