Skip to content
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

Add a link to user's commits in contributors graph #29365

Open
sahinakkaya opened this issue Feb 24, 2024 · 4 comments · May be fixed by #29429
Open

Add a link to user's commits in contributors graph #29365

sahinakkaya opened this issue Feb 24, 2024 · 4 comments · May be fixed by #29429
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

@sahinakkaya
Copy link
Contributor

sahinakkaya commented Feb 24, 2024

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

image

If anyone is interested here is the link filtering the commits for:

  • user named sahin
  • repository named my-repo
  • default branch named master
  • after date 2021-12-11
  • before date 2022-01-01
  • authored by [email protected]

https://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]

@sahinakkaya sahinakkaya added the type/proposal The new feature has not been accepted yet but needs to be discussed first. label Feb 24, 2024
@sahinakkaya
Copy link
Contributor Author

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.

@sahinakkaya
Copy link
Contributor Author

@silverwind can you label this with good-first-issue if you think same so?

@lunny lunny added the good first issue Likely to be an easy fix label Feb 25, 2024
@silverwind
Copy link
Member

Interesting, didn't know we support such queries yet.

@sahinakkaya
Copy link
Contributor Author

I am starting working on this. A PR should be ready in couple of hours.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants