-
Notifications
You must be signed in to change notification settings - Fork 16
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
RHCLOUD-29047 | feature: implement email sending settings #103
base: master
Are you sure you want to change the base?
RHCLOUD-29047 | feature: implement email sending settings #103
Conversation
78e4954
to
1b3021c
Compare
/retest |
6 similar comments
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
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.
all the new logic looks good to me! only thing I am wondering about: are there tests we can add/update to cover the new logic in send_email.go
? im not very familiar with mbop so apologies not knowing the tests setup
the pr build is failing due to: seems related to bonfire stuffs happening. our unit tests are passing so I think this should be ok to ignore for now. not totally sure who would know more about these builds tho, would be nice to see if we can get them passing or fix them etc |
I really have no idea. Maybe I can try to build a mock for the SendEmails function? |
Hi everyone! Any chance this could be merged soon? |
Hello, I need to take a look at those tests and implement them. I'll get to it. |
The back office proxy supoports skipping the user resolution and overriding the email's sender and the email's default recipients, and the idea of these changes is for MBOP to support the same things too. RHCLOUD-29047
c8f5b8a
to
a45349c
Compare
I've added a few tests as requested @dagbay-rh |
8168e13
to
bf71a33
Compare
RHCLOUD-29047
bf71a33
to
fd8e70c
Compare
/retest |
2 similar comments
/retest |
/retest |
I am fine with merging this 👍 The logic looks good to me! I think the last PR we merged was also failing the PR check so i do not think its related to your PR. |
Let's make sure this PR won't create any issues in the special environment before it is merged. Until then... |
@MikelAlejoBR test it in ephemeral |
The back office proxy supports skipping the user resolution and overriding the email's sender and the email's default recipients, and the idea of these changes is for MBOP to support the same things too.
Jira ticket
[RHCLOUD-29047]