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

Update email sending to be configured as a service in a container (PP-893) #1654

Merged
merged 5 commits into from
Feb 8, 2024

Conversation

jonathangreen
Copy link
Member

@jonathangreen jonathangreen commented Feb 5, 2024

Description

Update email sending configuration to be set in "PALACE_" env vars, instead of "SIMPLIFIED_", via a service configuration.

🚨 This one can't go in until there is a PR to update hosting-playbook. So I'm setting it in draft state until then.
PR for this here: https://github.com/ThePalaceProject/hosting-playbook/pull/568

Motivation and Context

Part of the cleanup work for PP-4.

How Has This Been Tested?

  • Running unit tests, testing locally.

Checklist

  • I have updated the documentation accordingly.
  • All new and existing tests passed.

Copy link
Contributor

@tdilauro tdilauro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥇

@jonathangreen jonathangreen force-pushed the feature/speed-up-loading branch from a1852b1 to 9b3d2f1 Compare February 8, 2024 00:02
Base automatically changed from feature/speed-up-loading to main February 8, 2024 00:14
@jonathangreen jonathangreen force-pushed the feature/mailer-service branch from 1863927 to 7ccb185 Compare February 8, 2024 18:20
Copy link

codecov bot commented Feb 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (20bdf4a) 89.97% compared to head (d6fb999) 89.99%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1654      +/-   ##
==========================================
+ Coverage   89.97%   89.99%   +0.01%     
==========================================
  Files         244      246       +2     
  Lines       28447    28476      +29     
  Branches     6493     6494       +1     
==========================================
+ Hits        25595    25626      +31     
+ Misses       1895     1893       -2     
  Partials      957      957              
Flag Coverage Δ
Api 75.44% <91.48%> (-0.01%) ⬇️
Core 60.06% <76.59%> (+0.02%) ⬆️
migration 27.13% <65.95%> (+0.09%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jonathangreen jonathangreen marked this pull request as ready for review February 8, 2024 19:57
@jonathangreen jonathangreen force-pushed the feature/mailer-service branch from 7ccb185 to 550adc4 Compare February 8, 2024 19:58
@jonathangreen jonathangreen merged commit 4c32341 into main Feb 8, 2024
28 checks passed
@jonathangreen jonathangreen deleted the feature/mailer-service branch February 8, 2024 20:43
@jonathangreen jonathangreen added the incompatible changes Changes that require a new major version label Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
incompatible changes Changes that require a new major version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants