-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
feat(backup): Support alert rules #52669
Merged
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
Jul 11, 2023
azaslavsky
force-pushed
the
azaslavsky/backup/comparators
branch
from
July 11, 2023 22:25
642312a
to
4500d9b
Compare
azaslavsky
force-pushed
the
azaslavsky/backup/support_alert_rules
branch
from
July 11, 2023 22:25
c3b8bdd
to
3524e25
Compare
azaslavsky
force-pushed
the
azaslavsky/backup/comparators
branch
from
July 13, 2023 16:59
4500d9b
to
3cd04cf
Compare
azaslavsky
force-pushed
the
azaslavsky/backup/support_alert_rules
branch
from
July 13, 2023 16:59
3524e25
to
3a1a138
Compare
azaslavsky
force-pushed
the
azaslavsky/backup/comparators
branch
from
July 13, 2023 19:35
3cd04cf
to
ba423f0
Compare
azaslavsky
force-pushed
the
azaslavsky/backup/support_alert_rules
branch
from
July 13, 2023 19:35
3a1a138
to
7d04736
Compare
azaslavsky
force-pushed
the
azaslavsky/backup/comparators
branch
from
July 13, 2023 21:14
ba423f0
to
bc07545
Compare
azaslavsky
force-pushed
the
azaslavsky/backup/support_alert_rules
branch
from
July 13, 2023 21:15
7d04736
to
fcaea59
Compare
azaslavsky
force-pushed
the
azaslavsky/backup/comparators
branch
from
July 14, 2023 17:39
bc07545
to
864b9d6
Compare
azaslavsky
force-pushed
the
azaslavsky/backup/support_alert_rules
branch
from
July 14, 2023 17:39
fcaea59
to
d9f8423
Compare
azaslavsky
force-pushed
the
azaslavsky/backup/support_alert_rules
branch
from
July 14, 2023 18:29
d9f8423
to
9d825bf
Compare
azaslavsky
force-pushed
the
azaslavsky/backup/comparators
branch
from
July 14, 2023 18:32
de8fb06
to
586a34b
Compare
azaslavsky
force-pushed
the
azaslavsky/backup/support_alert_rules
branch
from
July 14, 2023 18:33
9d825bf
to
31afbf3
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #52669 +/- ##
==========================================
- Coverage 79.37% 79.37% -0.01%
==========================================
Files 4934 4934
Lines 207215 207215
Branches 35403 35403
==========================================
- Hits 164481 164480 -1
- Misses 37704 37706 +2
+ Partials 5030 5029 -1
|
azaslavsky
force-pushed
the
azaslavsky/backup/support_alert_rules
branch
from
July 14, 2023 19:34
31afbf3
to
e91cdae
Compare
markstory
approved these changes
Jul 14, 2023
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.
Looks good to me.
kneeyo1
approved these changes
Jul 14, 2023
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.
LGTM
Adds a number of tests for exportable AlertRule* Sentry models, which necessitates testing for SnubaQuery* and QuerySubscription models as well, as these are included in AlertRule instances by default. Issue: getsentry/team-ospo#156
azaslavsky
force-pushed
the
azaslavsky/backup/support_alert_rules
branch
from
July 14, 2023 21:44
e91cdae
to
17479e4
Compare
armenzg
pushed a commit
that referenced
this pull request
Jul 17, 2023
Adds a number of tests for exportable AlertRule* Sentry models, which necessitates testing for SnubaQuery* and QuerySubscription models as well, as these are included in AlertRule instances by default. Issue: getsentry/team-ospo#156
kneeyo1
added a commit
that referenced
this pull request
Jul 19, 2023
WIP of tests for exportable models. related prs are #52669 --------- Co-authored-by: Alex Zaslavsky <[email protected]>
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.
Adds a number of tests for exportable AlertRule* Sentry models, which necessitates testing for SnubaQuery* and QuerySubscription models as well, as these are included in AlertRule instances by default.
Issue: getsentry/team-ospo#156