-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Only git operations should update last changed
of a repository
#34388
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
Conversation
I agree we should match Github behaviour and only update timestamp when git content changes. It's the most straightforward way to view this timestamp. |
Question is thought, shouldn't we make Also, as seen by the diff, there are a few places that don't use |
last changed
of a repository
Agreed. |
925abb9
to
967f20c
Compare
967f20c renamed |
) (#34427) Backport #34388 by @lunny Try to fix #32046 Co-authored-by: Lunny Xiao <[email protected]>
* giteaofficial/main: Add a webhook push test for dev branch (go-gitea#34421) [skip ci] Updated translations via Crowdin Fix bug webhook milestone is not right. (go-gitea#34419) Only git operations should update `last changed` of a repository (go-gitea#34388) When updating comment, if the content is the same, just return and not update the databse (go-gitea#34422) Remove legacy template helper functions (go-gitea#34426) Fix GetUsersByEmails (go-gitea#34423) [skip ci] Updated translations via Crowdin Fix a bug when uploading file via lfs ssh command (go-gitea#34408) Merge and tweak markup editor expander CSS (go-gitea#34409) Bump `@github/relative-time-element` to v4.4.8 (go-gitea#34413) Refactor commit message rendering and fix bugs (go-gitea#34412)
Try to fix #32046