-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Fix only updated_unix when adding a comment (Backport of #3855 to 1.4 ) #3860
Merged
lafriks
merged 3 commits into
go-gitea:release/v1.4
from
kolaente:v1.4/fix-only-update_unix-in-comments
Apr 30, 2018
Merged
Fix only updated_unix when adding a comment (Backport of #3855 to 1.4 ) #3860
lafriks
merged 3 commits into
go-gitea:release/v1.4
from
kolaente:v1.4/fix-only-update_unix-in-comments
Apr 30, 2018
Conversation
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
… 1.4/fix-only-update_unix-in-comments # Conflicts: # CHANGELOG.md
LGTM |
LGTM |
Looks like docs building fix also needs to be backported to 1.4 |
appleboy
approved these changes
Apr 29, 2018
#3862 should fix CI failure |
lafriks
approved these changes
Apr 30, 2018
project-mirrors-bot-tu bot
pushed a commit
to project-mirrors/forgejo-as-gitea-fork
that referenced
this pull request
Jan 23, 2025
When performing migrations, and need to remap external users to local ones, when no local mapping is possible, map the external user to Ghost, rather than the user who initiated the migration. Mapping the external user to the migration initiator has the potential of breaking assumptions elsewhere, like only having one review per pull request per user. Mapping these migrated, locally unavailable users to Ghost makes sure these - often hidden - assumptions do not break. Fixes go-gitea#3860. Signed-off-by: Gergely Nagy <[email protected]> (cherry picked from commit ade7304)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Backport of #3855 to 1.4