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

Closed
opened 2025-11-02 10:12:51 -06:00 by GiteaMirror · 4 comments
Owner

Originally created by @sahinakkaya on GitHub (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 some-address@some-domain.tld

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:some-address@some-domain.tld

Originally created by @sahinakkaya on GitHub (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](https://github.com/go-gitea/gitea/assets/32161460/782b8e90-6a9c-4fe8-8b24-29212ceef5e6) 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 `some-address@some-domain.tld` 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:some-address@some-domain.tld`
GiteaMirror added the type/proposalgood first issue labels 2025-11-02 10:12:51 -06:00
Author
Owner

@sahinakkaya commented on GitHub (Feb 24, 2024):

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 commented on GitHub (Feb 24, 2024): 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.
Author
Owner

@sahinakkaya commented on GitHub (Feb 24, 2024):

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

@sahinakkaya commented on GitHub (Feb 24, 2024): @silverwind can you label this with good-first-issue if you think same so?
Author
Owner

@silverwind commented on GitHub (Feb 25, 2024):

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

@silverwind commented on GitHub (Feb 25, 2024): Interesting, didn't know we support such queries yet.
Author
Owner

@sahinakkaya commented on GitHub (Feb 26, 2024):

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

@sahinakkaya commented on GitHub (Feb 26, 2024): I am starting working on this. A PR should be ready in couple of hours.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#12527