Skip to content
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
merged 2 commits into from
Nov 6, 2024

Conversation

shellmayr
Copy link
Member

@shellmayr shellmayr commented Nov 4, 2024

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

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Nov 4, 2024
Copy link
Contributor

github-actions bot commented Nov 4, 2024

This PR has a migration; here is the generated SQL for src/sentry/migrations/0783_remove_broadcasts_cta_column.py ()

--
-- Custom state/database change combination
--
-- (no-op)

@shellmayr shellmayr force-pushed the shellmayr/chore/remove-broadcasts-cta-column branch from 132a9bc to 5ba153e Compare November 6, 2024 08:18
Copy link
Contributor

github-actions bot commented Nov 6, 2024

This PR has a migration; here is the generated SQL for src/sentry/migrations/0784_remove_broadcasts_cta_column.py ()

--
-- Custom state/database change combination
--
-- (no-op)

Copy link

codecov bot commented Nov 6, 2024

Codecov Report

All 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     

@shellmayr shellmayr merged commit fda38c5 into master Nov 6, 2024
50 checks passed
@shellmayr shellmayr deleted the shellmayr/chore/remove-broadcasts-cta-column branch November 6, 2024 09:23
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
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants