-
Notifications
You must be signed in to change notification settings - Fork 14
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
Make it possible to filter events by a given list of event types #813
Conversation
When filtering notifications we have the choice to filter one event type This change makes it to filter by a list, so that we can get notifications about events of multiple types
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #813 +/- ##
==========================================
+ Coverage 84.50% 84.53% +0.02%
==========================================
Files 76 76
Lines 3808 3815 +7
==========================================
+ Hits 3218 3225 +7
Misses 590 590 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think I have any comments to the actual implementation here, but: Does this not constitute a backwards incompatible change to the external API?
True. As in: "event_type" should only have been visible on V2. "event_types" should only be visible on V2. The frontend seems to mostly use V1 though. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only small changes in doc/changelog entry. Otherwise nice (as soon as the tests pass).
It should never have been visible anyway.
dc26ed7
to
56fc93a
Compare
Quality Gate failedFailed conditions |
Closes #699
Continuation of #701