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 event.timestamp with improved range queries #2628

Merged
merged 1 commit into from Feb 8, 2016
Merged

Conversation

dcramer
Copy link
Member

@dcramer dcramer commented Feb 2, 2016

This adds the ability to find issues which have an event occurrence at a given datetime. It implies date ranges being from (inclusive) => to (exclusive).

Find issues with an event occurrence on Jan 1st 2016:

event.timestamp:2016-01-01

Find issues with an event occurrence on Jan 1st 2016 or Jan 2nd 2016:

event.timestamp:>2016-01-01 event.timestamp:<2016-01-03

Find issues with an event occurrence around Jan 1st 2016 at 05:00 UTC:

event.timestamp:2016-01-01T05:00:00

@codecov-io
Copy link

Current coverage is 82.77%

Merging #2628 into master will decrease coverage by -0.45% as of 2dab67e

@@            master   #2628   diff @@
======================================
  Files          864     864       
  Stmts        32664   32738    +74
  Branches         0       0       
  Methods          0               
======================================
- Hit          27186   27100    -86
  Partial          0       0       
- Missed        5478    5638   +160

Review entire Coverage Diff as of 2dab67e


Uncovered Suggestions

  1. +0.07% via ...try/utils/apidocs.py#414...436
  2. +0.07% via ...try/utils/apidocs.py#117...139
  3. +0.07% via ...gs/sentry_helpers.py#191...211
  4. See 7 more...

Powered by Codecov. Updated on successful CI builds.

dcramer added a commit that referenced this pull request Feb 8, 2016
Add event.timestamp with improved range queries
@dcramer dcramer merged commit 25baafb into master Feb 8, 2016
@dcramer dcramer deleted the expand-search-api branch February 8, 2016 16:52
@github-actions github-actions bot locked and limited conversation to collaborators Dec 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants