-
Notifications
You must be signed in to change notification settings - Fork 27
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
♻️ Replaces SMTP_SENDER by the products email (⚠️ devops) #3576
♻️ Replaces SMTP_SENDER by the products email (⚠️ devops) #3576
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3576 +/- ##
========================================
+ Coverage 83.3% 83.9% +0.6%
========================================
Files 861 677 -184
Lines 36229 29920 -6309
Branches 779 270 -509
========================================
- Hits 30198 25130 -5068
+ Misses 5827 4712 -1115
+ Partials 204 78 -126
Flags with carried forward coverage won't be shown. Click here to find out more.
|
7ac4ea4
to
ca64a05
Compare
08ad691
to
943f897
Compare
services/web/server/src/simcore_service_webserver/application_settings_utils.py
Outdated
Show resolved
Hide resolved
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.
great! thanks also for the changes in the director-v2
services/web/server/src/simcore_service_webserver/login/handlers_change.py
Outdated
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/projects/projects_api.py
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/application_settings_utils.py
Outdated
Show resolved
Hide resolved
ffc9b19
to
fca99c8
Compare
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.
ack
c44c97c
to
d03fb70
Compare
7dd8c35
to
a85e9b0
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
What do these changes do?
This PR implements #3305: Emails now use product support email instead of
SMTP_SENDER
env var. The latter has been removed.In addition:
publication
plugin03/tests_publications.py
get_dynamic_services
aslist_dynamic_services
(to distinguish fromget_dynamic_service
)SMTP_SENDER
and replaces it by the columnproducts.support_email
in the database.Related issue/s
How to test
cd services/web/server make install-dev make test-dev-unit
Checklist