-
Notifications
You must be signed in to change notification settings - Fork 324
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
Introduce EmailSmsSubsystem, use it for a few emails and password reset SMS #4111
Merged
akshaymankar
merged 30 commits into
develop
from
WPB-9831-send-password-reset-emails-texts-using-subsystems
Jul 2, 2024
Merged
Introduce EmailSmsSubsystem, use it for a few emails and password reset SMS #4111
akshaymankar
merged 30 commits into
develop
from
WPB-9831-send-password-reset-emails-texts-using-subsystems
Jul 2, 2024
+1,375
−1,194
Conversation
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
zebot
added
the
ok-to-test
Approved for running tests in CI, overrides not-ok-to-test if both labels exist
label
Jun 26, 2024
battermann
changed the base branch from
develop
to
WPB-8890-polysemy-user-subsystem-add-password-reset-operation-s
June 26, 2024 07:13
echoes-hq
bot
added
echoes: technical-roadmap/throughput
Changes intended at preserving our ability to evolve the software safely and effectively
echoes: technical-roadmap/technical-debt
Changes intended at mitigating risks
labels
Jun 27, 2024
akshaymankar
force-pushed
the
WPB-8890-polysemy-user-subsystem-add-password-reset-operation-s
branch
from
June 27, 2024 07:33
baf9c13
to
9eff1d1
Compare
battermann
changed the title
Wpb 9831 send password reset emails texts using subsystems
WPB-9831 send password reset emails texts using subsystems
Jun 27, 2024
battermann
force-pushed
the
WPB-9831-send-password-reset-emails-texts-using-subsystems
branch
from
June 28, 2024 10:37
0c66016
to
41d7d11
Compare
akshaymankar
reviewed
Jul 1, 2024
fisx
reviewed
Jul 1, 2024
Comment on lines
+23
to
+26
------------------------------------------------------------------------------- | ||
-- Verification Email for | ||
-- - Login | ||
-- - Creation of ScimToken | ||
-- - Team Deletion |
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.
this grouping seems random. split up into 3 comments?
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.
They're all verification emails, I don't see any harm in this.
libs/wire-subsystems/test/unit/Wire/MockInterpreters/EmailSmsSubsystem.hs
Outdated
Show resolved
Hide resolved
libs/wire-subsystems/test/unit/Wire/MockInterpreters/UserStore.hs
Outdated
Show resolved
Hide resolved
Base automatically changed from
WPB-8890-polysemy-user-subsystem-add-password-reset-operation-s
to
develop
July 1, 2024 08:59
Co-authored-by: Akshay Mankar <akshay@wire.com>
Co-authored-by: Akshay Mankar <akshay@wire.com>
fisx
force-pushed
the
WPB-9831-send-password-reset-emails-texts-using-subsystems
branch
from
July 1, 2024 09:03
d42e28b
to
5e3a8e6
Compare
2 tasks
…ord-reset-emails-texts-using-subsystems' into WPB-9831-send-password-reset-emails-texts-using-subsystems
akshaymankar
approved these changes
Jul 2, 2024
akshaymankar
changed the title
WPB-9831 send password reset emails texts using subsystems
Introduce EmailSmsSubsystem, use it for a few emails and password reset SMS
Jul 2, 2024
akshaymankar
deleted the
WPB-9831-send-password-reset-emails-texts-using-subsystems
branch
July 2, 2024 12:31
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
echoes: technical-roadmap/technical-debt
Changes intended at mitigating risks
echoes: technical-roadmap/throughput
Changes intended at preserving our ability to evolve the software safely and effectively
ok-to-test
Approved for running tests in CI, overrides not-ok-to-test if both labels exist
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-9831
This PR is based on #4086. So when #4086 is merged, we need to rebase this on develop.
Checklist
changelog.d