Skip to content
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

Conversation

battermann
Copy link
Contributor

@battermann battermann commented Jun 26, 2024

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

  • Add a new entry in an appropriate subdirectory of changelog.d
  • Read and follow the PR guidelines

@zebot 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 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 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 akshaymankar force-pushed the WPB-8890-polysemy-user-subsystem-add-password-reset-operation-s branch from baf9c13 to 9eff1d1 Compare June 27, 2024 07:33
@battermann 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 battermann force-pushed the WPB-9831-send-password-reset-emails-texts-using-subsystems branch from 0c66016 to 41d7d11 Compare June 28, 2024 10:37
@battermann battermann marked this pull request as ready for review June 28, 2024 10:40
libs/wire-api/src/Wire/API/AWS.hs Outdated Show resolved Hide resolved
libs/wire-api/src/Wire/API/AWS/Options.hs Outdated Show resolved Hide resolved
libs/wire-api/src/Wire/API/Locale.hs Show resolved Hide resolved
libs/wire-api/src/Wire/API/AWS.hs Outdated Show resolved Hide resolved
libs/wire-api/wire-api.cabal Outdated Show resolved Hide resolved
libs/wire-subsystems/src/Wire/EmailSending.hs Show resolved Hide resolved
libs/wire-subsystems/src/Wire/EmailSending/Interpreter.hs Outdated Show resolved Hide resolved
Comment on lines +23 to +26
-------------------------------------------------------------------------------
-- Verification Email for
-- - Login
-- - Creation of ScimToken
-- - Team Deletion
Copy link
Contributor

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?

Copy link
Member

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/src/Wire/UserSubsystem/Interpreter.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
@fisx fisx force-pushed the WPB-9831-send-password-reset-emails-texts-using-subsystems branch from d42e28b to 5e3a8e6 Compare July 1, 2024 09:03
@akshaymankar 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 akshaymankar merged commit 16161c6 into develop Jul 2, 2024
10 checks passed
@akshaymankar 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants