-
Notifications
You must be signed in to change notification settings - Fork 10
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 filtering after stateless incidents via button #383
base: master
Are you sure you want to change the base?
Conversation
Option "Open": only open and stateful incidents; Option "Closed": only closed and stateful incidents; Option "Stateless": open/closed (for legacy incidents that may be present in db) but stateless incidents; Option "All": open/closed and stateless/stateful incidents. "Open state" Button switch is renamed to "Progress state".
Replaces "Open"/"Closed" badge with "Stateless" for stateless incidents. Changes colour of "Acked"/"Unacked" badge with blur for stateless incidents.
After conversation with @lunkwill42: |
Codecov Report
@@ Coverage Diff @@
## master #383 +/- ##
==========================================
+ Coverage 53.27% 53.86% +0.59%
==========================================
Files 80 80
Lines 2981 3052 +71
Branches 651 681 +30
==========================================
+ Hits 1588 1644 +56
- Misses 1387 1402 +15
Partials 6 6
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Option "Open": only open and stateful incidents; Option "Closed": only closed and stateful incidents; Option "Stateless": open/closed (for legacy incidents that may be present in db) but stateless incidents; Option "All": open/closed and stateless/stateful incidents. "Open state" Button switch is renamed to "Progress state".
Closes #356