-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: handle federation context for MLS add participants to a conversation (WPB-2229) #2275
Merged
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
5f8d091
feat: preparing adding members for retry
yamilmedina 56e3c78
chore: move forward with error handling on convo repo layer
yamilmedina e6a2299
chore: move forward with error handling on convo repo layer
yamilmedina da22b77
chore: move forward with error handling on convo repo layer
yamilmedina ecaa03a
chore: move forward with error handling on convo repo layer
yamilmedina 37a8472
feat: add fold accumulation and bubble up failed users
yamilmedina bfc9c62
Merge branch 'develop' into feat/mls-addparticipants-federation
yamilmedina a98b0f3
feat: wrap result into dto to avoid calling api twice
yamilmedina 35f3a5c
feat: wrap result into dto to avoid calling api twice
yamilmedina 7c251b1
feat: renaming var
yamilmedina ee86ccf
feat: renaming var, comments
yamilmedina a9b382e
Merge branch 'develop' into feat/mls-addparticipants-federation
yamilmedina 0398627
feat: preparing adding members for retry
yamilmedina aae7dfd
Merge branch 'develop' into feat/mls-addparticipants-federation
yamilmedina a64e2f3
feat: preparing adding members for retry
yamilmedina 69b3c35
feat: add member logic receive preclaimed packages
yamilmedina 4e7dc75
chore: add base for simpler version of failure, no retain preclaimed
yamilmedina 9ed0328
chore: filtering failed users
yamilmedina ea2bf6d
chore: filtering failed users
yamilmedina 69b61ef
Merge branch 'develop' into feat/mls-addparticipants-federation-v2
yamilmedina 7839c8b
Merge branch 'develop' into feat/mls-addparticipants-federation-v2
yamilmedina f407aca
feat: persist system messages for failed and added, and handle retry
yamilmedina adf20c7
Merge branch 'develop' into feat/mls-addparticipants-federation-v2
yamilmedina 0936e48
feat: persist system messages for failed and added, and handle retry
yamilmedina c2439e4
feat: persist system messages for failed and added, and handle retry
yamilmedina e1e075f
feat: persist system messages for failed and added, and handle retry
yamilmedina 3638298
Merge branch 'develop' into feat/mls-addparticipants-federation-v2
yamilmedina b6be6cc
Merge branch 'develop' into feat/mls-addparticipants-federation-v2
yamilmedina af27f04
chore: refactor cleanuop
yamilmedina c1d93e3
feat: fixing tests
yamilmedina 5d6060f
Merge branch 'develop' into feat/mls-addparticipants-federation-v2
yamilmedina 3da38d1
feat: add test coverage for retry mec
yamilmedina 775ed92
feat: add test coverage for retry bundle
yamilmedina ca9fd4b
chore: detekt
yamilmedina 7302b9a
Merge branch 'develop' into feat/mls-addparticipants-federation-v2
yamilmedina 1949985
chore: test cov
yamilmedina 5a3a2f6
fix: testst
yamilmedina f48364d
fix: python dependency
yamilmedina 79326fe
fix: python dependency
yamilmedina 48aa010
Merge branch 'develop' into feat/mls-addparticipants-federation-v2
yamilmedina 8c85adc
Merge branch 'develop' into feat/mls-addparticipants-federation-v2
yamilmedina 71b467c
Merge branch 'develop' into feat/mls-addparticipants-federation-v2
yamilmedina 00a1425
Merge branch 'develop' into feat/mls-addparticipants-federation-v2
yamilmedina 5c45a19
feat: address pr comments
yamilmedina File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion: can we extract this default value to the top of the class for example?