-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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 from_addr for default from bulk emails #29001
Update from_addr for default from bulk emails #29001
Conversation
Thanks for the pull request, @Drakko25! I've created OSPR-6129 to keep track of it in JIRA, where we prioritize reviews. Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
@Drakko25 Thank you for your contribution. Please let me know once this is ready for our review. |
@Drakko25 thanks for taking this on! By reading your PR I realize that the solution I proposed was unclear. It is not possible/recommended to create a feature toggle that defaults to True. So, to switch the default value of Am I making sense? (In my understanding the quality violations reported by CI are not related to your PR) |
ac0aa8f
to
a057853
Compare
@regisb sorry for the late response and thanks for the feedback. I added some fixes based on your feedback let me know your thoughts about it. Thanks. |
Your PR has finished running tests. There were no failures. |
@regisb Thank you for reviewing. Owning squad is fine with CC working on this PR. Once this is ready, can you find a CC to merge this? List of CCs can be found here: https://openedx.atlassian.net/wiki/spaces/COMM/pages/2800255156/Current+Core+Contributor+Committers+and+Champions |
I'm willing to merge this, but it seems like it will require that edX set the flag |
@natabene what can you tell me about this CI / Quality Others test that is failing? It doesn't seem to prevent me from merging, and it's failing without any useful errors (that I can tell). Am I allowed to ignore it? (Note that we're still waiting for an answer from edX about my question from Monday: https://github.com/edx/edx-platform/pull/29001#issuecomment-951058895. I'm not planning to merge without a response on that) |
@pdpinch I don't know, so I suggest reaching out to your champions. |
@jristau1984: wanted to make sure this one didn't fall through the cracks |
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.
So this looks good to me, and I have A config PR ready for review on Monday morning which will enable edx to keep its desired behavior. Once that is merged, I will plan to merge this. Thank you for both your work and your patience on this item.
@pdpinch Looks like this is ready to be merged |
@pdpinch This is now ready to be merged on our end-- should I merge it? |
@Drakko25 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
EdX Release Notice: This PR has been deployed to the staging environment in preparation for a release to production. |
EdX Release Notice: This PR has been deployed to the production environment. |
1 similar comment
EdX Release Notice: This PR has been deployed to the production environment. |
Congrats on merging your first PR @Drakko25! Can you please open the same PR on top of the open-release/maple.master branch, such that your contribution is included in the next major Open edX release? |
* pull request against `master`: Update from_addr for default from bulk emails (openedx#29001) * related openedx issue: openedx/wg-build-test-release#102 Co-authored-by: Kevin Valencia <[email protected]> (cherry picked from commit fa258de)
## Description Backports course bulk email from address fix to the Maple master branch. ## Supporting information * Original pull request: #29001 * Reported issue: openedx/wg-build-test-release#102 ## Deadline * Best merged before December 20, 2021
* pull request against `master`: Update from_addr for default from bulk emails (openedx#29001) * related openedx issue: openedx/wg-build-test-release#102 Co-authored-by: Kevin Valencia <[email protected]> (cherry picked from commit fa258de)
Description
This Pull Request is a draft by now, just to check if the CI passes. It, renames the setting EMAIL_USE_DEFAULT_FROM_FOR_BULK to EMAIL_USE_COURSE_ID_FROM_FOR_BULK and changes the default value to
true
. These changes were made in order to avoid non existentfrom address
to fail in email servers.Supporting information