-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure team is present before use in sync logic (#4709)
* Ensure team is present before use in sync logic * Ensure teams backfill works against partially assigned sites * Associate site with team on creation * Associate site with team on sync * Reuse alias * Add tests for invitation creation sync * Move team assertions to a helper module * Format * Test team creation on site creation via Sites context module * Add tests for teams sync on subscription changes * Tag tests * Test grace period start syncing up with teams * Test grace period manual lock sycning w/ teams * Test grace period end sycing up w/ teams * Test clearing grace period sync with teams * Update moduledoc * Fix missing preloads and wrong result pattern matching in sync logic * Test sync on accepting invites and site transfers * Test sync on membership role update and member removal * transfer async fix WIP * Stop privisioning team in site factory * Remove unused relationship from Site schema * Ensure consistent parsing of `passthrough` from Paddle webhook * Update team passthrough notification tests & logic --------- Co-authored-by: Adam Rutkowski <[email protected]>
- Loading branch information
Showing
16 changed files
with
712 additions
and
115 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.