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

4360 cl search bug fix #4545

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

4360 cl search bug fix #4545

wants to merge 9 commits into from

Conversation

AriWebb
Copy link

@AriWebb AriWebb commented Oct 4, 2023

Reasons for making this change

We want cl search to have uniform functionality. Namely, we want the date parser for the ".after" and ."joined_after" arguments to behave similarly.

Related issues

Resolving Issue 4630 issue.

Checklist

  • I've added a screenshot of the changes, if this is a frontend change
  • I've added and/or updated tests, if this is a backend change
  • I've run the pre-commit.sh script
  • I've updated docs, if needed

@percyliang
Copy link
Collaborator

Is this ready for review?

@AriWebb
Copy link
Author

AriWebb commented Nov 16, 2023

yes this is ready for review @epicfaace

@@ -1939,6 +1939,12 @@ def test_search_time(ctx):
time.sleep(1)
time3 = datetime.now().isoformat()

# Check date format works correctly, GH issue #4360
check_not_equals(
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is oddly specific - can we test for what the output should be?

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.

"cl search" doesn't work with single-digit months
2 participants