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

Revert "fix(hc): Silo fixes for OrganizationAlertRuleAvailableActionI… #58091

Merged
merged 2 commits into from
Oct 13, 2023

Conversation

RyanSkonnord
Copy link
Member

Rolling back #57949 to address SENTRY-16NH. (Trigger-based revert fails due to merge conflict in imports.)

The original fix should be mostly okay but RpcSentryAppComponent should not have Mapping[str, Any] as a field, which seems to be the root of the problem.

@RyanSkonnord RyanSkonnord requested review from a team as code owners October 13, 2023 17:58
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Oct 13, 2023
@RyanSkonnord RyanSkonnord enabled auto-merge (squash) October 13, 2023 18:01
@RyanSkonnord RyanSkonnord requested a review from a team as a code owner October 13, 2023 18:04
@RyanSkonnord RyanSkonnord merged commit bdc6554 into master Oct 13, 2023
50 checks passed
@RyanSkonnord RyanSkonnord deleted the revert-57949 branch October 13, 2023 18:45
RyanSkonnord added a commit that referenced this pull request Oct 16, 2023
Restore #57949, which was reverted by #58091. Fix
SENTRY-16NH (https://sentry.sentry.io/issues/4544284664/).

Adapt OrganizationAlertRuleAvailableActionIndexEndpoint and
get_available_action_integrations_for_org to run in the region silo.

Introduce a prepare_sentry_app_components method to AppService. Remove
the method of the same name from the SentryAppInstallation model. (It
previously dispatched to the same module-level function that AppService
now calls. The model method was called nowhere else.)

Mark OrganizationAlertRuleAvailableActionIndexEndpointTest as stable.
Change setup to pass RPC models as needed.
@github-actions github-actions bot locked and limited conversation to collaborators Oct 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants