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

Implementation of the custom email backend to handle SES events #1994

Merged

Commits on Mar 31, 2022

  1. Configuration menu
    Copy the full SHA
    55d89bc View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and albertisfu committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    e1e1b57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fa4b39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5250fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67036c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77a1205 View commit details
    Browse the repository at this point in the history
  7. fix(email): Solves changes requested

    - Added admin files for email models
    - Moved email logic and signals outside of the models
    - Rebased with main, (poetry.lock) conflicts solved
    - Updates and improvements in email models
    - Other Changes requested solved
    albertisfu committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    4fe1bcf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    612d1b5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2ba85d2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d7958e7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    865d507 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2a6dbb9 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. Configuration menu
    Copy the full SHA
    8a3ce25 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    03419b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40744d8 View commit details
    Browse the repository at this point in the history
  3. fix(email): Black updated

    albertisfu committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    d1c99f9 View commit details
    Browse the repository at this point in the history
  4. feat(typing): Add hints

    In doing this, MyPy complained that the super class expected an int to
    be returned, so I implemented that.
    mlissner committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    ccc3303 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69631a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0289364 View commit details
    Browse the repository at this point in the history