WPB-23631: extract 13 subsystems to wire-subsystems#5356
Open
blackheaven wants to merge 1 commit into
Open
Conversation
blackheaven
force-pushed
the
gdifolco/WPB-23631-migrate-brig-galley-spar-effects-0
branch
from
July 22, 2026 06:51
f64ac6d to
af7886e
Compare
blackheaven
force-pushed
the
gdifolco/WPB-23631-migrate-brig-galley-spar-effects-0
branch
from
July 22, 2026 07:38
af7886e to
f384b9c
Compare
Move 13 Polysemy effects/interpreters/stores out of spar, brig, galley into libs/wire-subsystems following the Wire.<Name> / Wire.<Name>.<Backend> pattern: spar (7): Reporter(+.Wai), SamlProtocolSettings(+.Servant), DefaultSsoStore(+.Cassandra/.Mem), IdPRawMetadataStore(+.Cassandra/.Mem), ScimUserTimesStore(+.Cassandra/.Mem), ScimExternalIdStore(+.Cassandra/.Mem), VerdictFormatStore(+.Cassandra/.Mem). brig (5): PublicKeyBundle, UserPendingActivationStore(+.Cassandra), SFT, JwtTools (now also hosts CertEnrollmentError, moved out of Brig.API.Types), BudgetStore(+.Cassandra) -- Brig.Budget converted from a MonadClient API to a Polysemy effect, sole callsite (Brig.User.Auth login throttle) migrated. galley (1): BoundedQueue(+.STM) -- Galley.Effects.Queue/Galley.Queue moved and the effect renamed Queue a -> BoundedQueue a. Carry-along: ScimUserCreationStatus moved to Wire.API.User.Scim; the Cql ScimUserCreationStatus instance and the VerdictFormat row codec folded into their new .Cassandra backends. Each extraction is a clean cutover (every callsite migrated, old modules deleted, no shims). No behavior or schema change; all target tables, queries, and TTL/retry semantics preserved verbatim. wire-subsystems-tests, spar, and brig unit suites stay green.
blackheaven
force-pushed
the
gdifolco/WPB-23631-migrate-brig-galley-spar-effects-0
branch
from
July 22, 2026 08:51
f384b9c to
79aae8b
Compare
This file contains hidden or 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
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.
https://wearezeta.atlassian.net/browse/WPB-23631
Checklist
changelog.d