-
-
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
Implement recent commits graph #29210
Merged
Merged
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
GiteaBot
added
the
lgtm/need 2
This PR needs two approvals by maintainers to be considered for merging.
label
Feb 17, 2024
pull-request-size
bot
added
the
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
label
Feb 17, 2024
sahinakkaya
commented
Feb 17, 2024
Closed
denyskon
suggested changes
Feb 17, 2024
GiteaBot
added
lgtm/blocked
A maintainer has reservations with the PR and thus it cannot be merged
and removed
lgtm/need 2
This PR needs two approvals by maintainers to be considered for merging.
labels
Feb 17, 2024
sahinakkaya
commented
Feb 17, 2024
sahinakkaya
commented
Feb 17, 2024
sahinakkaya
commented
Feb 17, 2024
denyskon
reviewed
Feb 18, 2024
wxiaoguang
removed
the
lgtm/blocked
A maintainer has reservations with the PR and thus it cannot be merged
label
Feb 19, 2024
DennisRasey
pushed a commit
to DennisRasey/forgejo
that referenced
this pull request
Feb 20, 2024
I have implemented three graph pages ([contributors](go-gitea/gitea#27882), [code frequency](go-gitea/gitea#29191) and [recent commits](go-gitea/gitea#29210)) and they have all same page title as the tab name so I decided to use same translations for them. This PR is for contributors graph. Other PR's have their own respective commits. (cherry picked from commit 39a77d92d9677b0a0049cb8696960d6d2ac052d6)
silverwind
pushed a commit
to silverwind/gitea
that referenced
this pull request
Feb 20, 2024
I have implemented three graph pages ([contributors](go-gitea#27882), [code frequency](go-gitea#29191) and [recent commits](go-gitea#29210)) and they have all same page title as the tab name so I decided to use same translations for them. This PR is for contributors graph. Other PR's have their own respective commits.
silverwind
added
the
lgtm/need 2
This PR needs two approvals by maintainers to be considered for merging.
label
Feb 23, 2024
silverwind
approved these changes
Feb 23, 2024
GiteaBot
added
lgtm/blocked
A maintainer has reservations with the PR and thus it cannot be merged
and removed
lgtm/need 2
This PR needs two approvals by maintainers to be considered for merging.
labels
Feb 23, 2024
Merge #29191 before this and then alter this one to use the new shared functions. |
denyskon
approved these changes
Feb 23, 2024
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.
(assuming the deduplication after merging the other PR)
GiteaBot
added
lgtm/done
This PR has enough approvals to get merged. There are no important open reservations anymore.
and removed
lgtm/blocked
A maintainer has reservations with the PR and thus it cannot be merged
labels
Feb 23, 2024
silverwind
reviewed
Feb 24, 2024
wxiaoguang
reviewed
Feb 24, 2024
wxiaoguang
approved these changes
Feb 24, 2024
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.
Overall LGTM.
This reverts commit f8771d5.
wxiaoguang
added
the
reviewed/wait-merge
This pull request is part of the merge queue. It will be merged soon.
label
Feb 24, 2024
GiteaBot
removed
the
reviewed/wait-merge
This pull request is part of the merge queue. It will be merged soon.
label
Feb 24, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
lgtm/done
This PR has enough approvals to get merged. There are no important open reservations anymore.
modifies/translation
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
type/changelog
Adds the changelog for a new Gitea version
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.
Overview
This is the implementation of Recent Commits page. This feature was mentioned on #18262.
It adds another tab to Activity page called Recent Commits. Recent Commits tab shows number of commits since last year for the repository.
Before:
After:
Features
Issues to consider before merging: