-
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
fix: Added feature toggle check for account deletion API (#32846) #33062
fix: Added feature toggle check for account deletion API (#32846) #33062
Conversation
Thanks for the pull request, @kiran1415! 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. |
@kiran1415 Looks like the quality check is failing, can you have a look? |
@e0d I have added a fix to pass the quality pass check |
Hi @openedx/2u-aperture! Is this something you could review/merge for us? Thanks! |
Hi @openedx/2u-aperture! This is ready for review - would someone be able to enable the tests again? Thanks! |
@kiran1415 Looks like there are some failed checks, can you have a look? |
Hi @openedx/2u-aperture! This is ready for review. Thanks! |
@kiran1415: [request] Thanks for this. I'm not planning on doing a detailed review, but could you add a unit test? @mphilbrick211: [inform] This was tagged as arch-bom on the Contributions board, so I have updated to Aurora. |
Hi @mphilbrick211 and @robrap , I'm just seeing this PR while on-call and I'm seeing that my team (Aperture) is being asked for review but this is on Aurora's Contribution board. Does this mean that Aperture is still responsible for review or should this be on Aurora? |
Note: We want to avoid different processes for different teams if it is different for different sake. That said, if there are things you can do with your proposed process that aren't possible with the current process, let's discuss with @mphilbrick211. Thank you! |
@kiran1415 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
2U Release Notice: This PR has been deployed to the edX production environment. |
1 similar comment
2U Release Notice: This PR has been deployed to the edX production environment. |
Description
Based on this forum discussion, I have incorporated support for a check feature toggle/flag (FEATURES["ENABLE_ACCOUNT_DELETION"]) in the account deletion API.
Useful information to include:
NA
Supporting information
wg-test-relese-discussion
Testing instructions
Please disable the "ENABLE_ACCOUNT_DELETION" feature flag and attempt to delete your account. You should receive a forbidden.
Deadline
NA
Other information
NA