-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
ref(issue-details): Allow event endpoint results to filter by query, date and environment #81471
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
the
Scope: Backend
Automatically applied to PRs that change backend components
label
Nov 29, 2024
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## master #81471 +/- ##
==========================================
- Coverage 80.43% 80.43% -0.01%
==========================================
Files 7303 7303
Lines 321965 321986 +21
Branches 20991 20991
==========================================
+ Hits 258976 258992 +16
- Misses 62584 62589 +5
Partials 405 405 |
scttcper
reviewed
Dec 2, 2024
leeandher
force-pushed
the
leander/return-no-event
branch
from
December 17, 2024 17:30
ec6775d
to
dae03f8
Compare
leeandher
force-pushed
the
leander/return-no-event
branch
from
December 17, 2024 18:29
c86594c
to
3f569d1
Compare
leeandher
force-pushed
the
leander/return-no-event
branch
from
December 17, 2024 22:19
5bdc1fd
to
dd9e3a7
Compare
leeandher
force-pushed
the
leander/return-no-event
branch
from
December 18, 2024 16:55
dd9e3a7
to
6bfb3a4
Compare
leeandher
changed the title
ref(issue-details): Optionally allow event endpoint to return empty
ref(issue-details): Allow event endpoint results to filter by query, date and environment
Dec 18, 2024
leeandher
force-pushed
the
leander/return-no-event
branch
from
December 19, 2024 15:48
1ba35da
to
68f127e
Compare
scttcper
approved these changes
Dec 19, 2024
andrewshie-sentry
pushed a commit
that referenced
this pull request
Jan 2, 2025
…date and environment (#81471) This will allow the new UI to filter the recommended, last, and first events by queries, dates, and environment. It also ensures the logic applies to the other issue types. **todo** - [x] Update tests - [x] Add tests for different issue types
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This will allow the new UI to filter the recommended, last, and first events by queries, dates, and environment. It also ensures the logic applies to the other issue types.
todo