Skip to content

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

Closed
@sahinakkaya

Description

@sahinakkaya

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]

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueLikely to be an easy fixtype/proposalThe new feature has not been accepted yet but needs to be discussed first.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions