Christinarlong

Results 9 issues of Christinarlong

Part of moving control silo user related resources into the users module. Includes adding of types for functions. Apart of (#73856)

Scope: Backend

Part of consolidating (user) control silo resources to be located with other user related models. Ref(#73856)

Scope: Backend

Convert the AlertRuleActionRequester mediator to a dataclass and update refs to point to this new class. Also moves the utils for external_requests while were at it. Would also appreciate any...

Scope: Backend

Have the new tasks contain the logic and point other refs torward the new tasks. issue ref (https://github.com/getsentry/sentry/issues/73857 )

Scope: Backend

Ok more like let's differentiate between when we fail due to external requests failing or due to validation errors

Scope: Backend

Turns Creator -> ProjectRuleCreator to dataclass and update uses to be explicit in passing in params

Scope: Backend

Turns Updater -> ProjectRuleUpdater to dataclass and update uses to be explicit in passing in params (`kwargs['attr']` vs `.get('attr')` is very inconsistent and ugly rn :[ )

Scope: Backend

Let's get rid of the last mediator !

Scope: Backend

The endpoint was already giving us 403s so let's get some more context to why (perhaps a before and after comparison) 👀

Scope: Backend