-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Prep to remove excluded projects trigger exclusion #81264
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
Conversation
|
This PR has a migration; here is the generated SQL for --
-- Moved model AlertRuleExcludedProjects to pending deletion state
--
-- (no-op)
--
-- Moved model AlertRuleTriggerExclusion to pending deletion state
--
-- (no-op) |
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #81264 +/- ##
==========================================
- Coverage 80.35% 80.35% -0.01%
==========================================
Files 7221 7221
Lines 319612 319589 -23
Branches 20783 20783
==========================================
- Hits 256821 256795 -26
- Misses 62396 62399 +3
Partials 395 395 |
|
Probably need to update snapshots and so on |
e969dcf to
d701ebf
Compare
|
🚨 Warning: This pull request contains Frontend and Backend changes! It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently. Have questions? Please ask in the |
Follow up to #81020 (and a few others) to remove the `AlertRuleExcludedProjects` and `AlertRuleTriggerExclusion` models. There will be a final PR to fully remove them and then they're finally gone!
Follow up to #81020 (and a few others) to remove the
AlertRuleExcludedProjectsandAlertRuleTriggerExclusionmodels. There will be a final PR to fully remove them and then they're finally gone!