-
-
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
chore(broadcasts): remove cta column from broadcast model #80201
Merged
shellmayr
merged 2 commits into
master
from
shellmayr/chore/remove-broadcasts-cta-column
Nov 6, 2024
Merged
chore(broadcasts): remove cta column from broadcast model #80201
shellmayr
merged 2 commits into
master
from
shellmayr/chore/remove-broadcasts-cta-column
Nov 6, 2024
+35
−5
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 4, 2024
This PR has a migration; here is the generated SQL for --
-- Custom state/database change combination
--
-- (no-op) |
obostjancic
approved these changes
Nov 5, 2024
markstory
approved these changes
Nov 5, 2024
wedamija
approved these changes
Nov 5, 2024
shellmayr
force-pushed
the
shellmayr/chore/remove-broadcasts-cta-column
branch
from
November 6, 2024 08:18
132a9bc
to
5ba153e
Compare
This PR has a migration; here is the generated SQL for --
-- Custom state/database change combination
--
-- (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 #80201 +/- ##
==========================================
- Coverage 78.10% 78.09% -0.02%
==========================================
Files 7185 7185
Lines 317510 317509 -1
Branches 43750 43750
==========================================
- Hits 247998 247956 -42
- Misses 63183 63213 +30
- Partials 6329 6340 +11 |
jan-auer
added a commit
that referenced
this pull request
Nov 6, 2024
* master: (67 commits) feat(dynamic-sampling): Sampling breakdown (#80304) feat(profiling): add organizations:continuous-profiling to the list of exposable features (#80236) chore(broadcasts): remove cta column from broadcast model (#80201) feat(dynamic-sampling): Use sample rates endpoint (#80235) feat(issues): Rearrange all events columns, sizes (#80296) fix(issues): All event table pagination counts (#80297) fix(issues): Preserve query parameters on all events close (#80295) feat(issues): Hide "comment" button until focused (#80283) fix(sentry-app): Adds better validation for invalid token request bodies (#80289) feat(workflow_engine): Add in hook for producing occurrences from the stateful detector (#80168) feat(issue summary) New structured issue summary design (#80273) feat(workflow_engine): Return status change messages when a stateful detector resolves (#80122) feat(insights): Add insights query date range footer hook (#80276) ref(crons): Switch to cronsim in sample data generator (#80278) feat(issue-details): Hide merged/similar issues for non-error issues (#80284) feat(issue summary) Update issue summary model (#80270) feat(crons): Add cronsim behind an option (#80271) fix(anomaly detection): add alerts analytics reqs to utils/analytics.tsx (#80281) feat(trace-explorer): Sort traces by timestamp in EAP (#80274) feat(workflow_engine): Implement basic evaluation in `DataCondition` (#80118) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
With the revamp of What's New, the call-to-action (cta) column is no longer needed. The change is about 2 months ago and the column being unused has not caused any issues, therefore we would like to remove the column from the corresponding table. This PR removes the state, before the next PR which will the remove the column itself.
Contributes to #80180