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

Adds ability to search commits by date in commit graph #3777

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nzaytsev
Copy link
Contributor

@nzaytsev nzaytsev commented Nov 19, 2024

Description

Screen.Recording.2024-11-19.at.15.29.06.mov

Checklist

  • I have followed the guidelines in the Contributing document
  • My changes follow the coding style of this project
  • My changes build without any errors or warnings
  • My changes have been formatted and linted
  • My changes include any required corresponding changes to the documentation (including CHANGELOG.md and README.md)
  • My changes have been rebased and squashed to the minimal number (typically 1) of relevant commits
  • My changes have a descriptive commit message with a short title, including a Fixes $XXX - or Closes #XXX - prefix to auto-close the issue that your PR addresses

@nzaytsev nzaytsev linked an issue Nov 19, 2024 that may be closed by this pull request
@nzaytsev nzaytsev requested review from eamodio and d13 November 19, 2024 08:26
@nzaytsev nzaytsev force-pushed the features/3525-add-ability-to-filter-by-data-in-commit-graph branch 2 times, most recently from 30763be to 7b2ba63 Compare January 16, 2025 06:10
Copy link
Contributor

@axosoft-ramint axosoft-ramint left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR adds "before" and "after" date searches, but based on what I read from the linked issue, I think the original ask was to be able to search for, or filter to, a specific date. For example: date:9/1/2025. Can we include that as well?

@nzaytsev
Copy link
Contributor Author

@axosoft-ramint - added
Screenshot 2025-01-17 at 16 14 07
Screenshot 2025-01-17 at 16 14 15

@nzaytsev nzaytsev force-pushed the features/3525-add-ability-to-filter-by-data-in-commit-graph branch from 7b2ba63 to 83a0b59 Compare January 17, 2025 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ability to filter by data in Commit Graph
2 participants