-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Add a link to user's commits in contributors graph #29365
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
Labels
good first issue
Likely to be an easy fix
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
Comments
It might be a good first issue. If someone wants to implement it, please let me know. Otherwise I will try to fix this in this week. |
@silverwind can you label this with good-first-issue if you think same so? |
Interesting, didn't know we support such queries yet. |
I am starting working on this. A PR should be ready in couple of hours. |
lunny
pushed a commit
that referenced
this issue
Dec 12, 2024
Fixes Issue #29365 and inherit PR #29429 - I should extend the #29429 fork but the fork is not synced, so I created another PR. - Use `silenced` class for the link, as in #29847 --------- Co-authored-by: Ben Chang <[email protected]> Co-authored-by: wxiaoguang <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
good first issue
Likely to be an easy fix
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
Uh oh!
There was an error while loading. Please reload this page.
Feature Description
In Github's contributors page, one can directly filter user's commits on specified date range by clicking "n commits". It should be possible to do it here too.
Screenshots
If anyone is interested here is the link filtering the commits for:
sahin
my-repo
master
2021-12-11
2022-01-01
[email protected]
http://localhost:3000/sahin/my-repo/commits/branch/master/search?q=after%3A2021-12-11%2C+before%3A2022-01-01%2C+author%3Asome-address%40some-domain.tld
This link can be obtained by entering the following search term in the repository's commits page:
after:2021-12-11, before:2022-01-01, author:[email protected]
The text was updated successfully, but these errors were encountered: