-
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
feat: DEFAULT_COURSE_INVITATION_ONLY allow for invitation_only new co… #34504
feat: DEFAULT_COURSE_INVITATION_ONLY allow for invitation_only new co… #34504
Conversation
Thanks for the pull request, @viadanna! What's next?Please work through the following steps to get your changes ready for engineering review: 🔘 Get product approvalIf you haven't already, check this list to see if your contribution needs to go through the product review process.
🔘 Provide contextTo help your reviewers and other members of the community understand the purpose and larger context of your changes, feel free to add as much of the following information to the PR description as you can:
🔘 Get a green buildIf one or more checks are failing, continue working on your changes until this is no longer the case and your build turns green. 🔘 Let us know that your PR is ready for review:Who will review my changes?This repository is currently maintained by Where can I find more information?If you'd like to get more details on all aspects of the review process for open source pull requests (OSPRs), check out the following resources:
When can I expect my changes to be merged?Our goal is to get community contributions seen and reviewed as efficiently as possible. However, the amount of time that it takes to review and merge a PR can vary significantly based on factors such as:
💡 As a result it may take up to several weeks or months to complete a review and merge your PR. |
c124697
to
ffe3ff4
Compare
@CefBoud hi there! Are you able to merge this for us? |
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.
LGTM ✅
- I tested this
- I read through the code
Sorry, @mphilbrick211, but I don't have the necessary permissions to merge.
@mphilbrick211 I can review and merge this :) |
Thank you! |
d3f4279
to
8b28894
Compare
I thought there was a feature flag for this already... (trying to find it) |
Yeah, I think |
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.
👍
- ✅ I tested this on devstack and it works right
- ✅ I read through the code
- ❌ I checked for accessibility issues
- ❌ Includes documentation
- ❌ I made sure any change in configuration variables is reflected in the corresponding client's
configuration-secure
repository.
@pdpinch If you don't have any objection I would like to merge the PR. |
Sorry, I'm not sure what the purpose would be. Can you use the existing setting instead of adding a new one? Is there some shortcoming in its behavior? |
@pdpinch The behavior is consistent with what we need. I'm just worried about # .. toggle_status: unsupported. Do you know what it means? I couldn't find any deprecation notice about it. |
@viadanna @pdpinch I think # .. toggle_status: unsupported is present there since the inception I dug up some PR and got #27252. Mya be we should remove or update the status? |
@farhaanbukhsh I agree. There doesn't seem to be anything in the documentation about a It can safely be removed now. |
In that case, this case be closed. Thanks @pdpinch and @farhaanbukhsh |
@viadanna can you open a PR cleaning up the status? |
Description
This pull request adds a
DEFAULT_COURSE_INVITATION_ONLY
setting to the CMS that, when set toTrue
, makes all courses created in Studio invitation-only by default.Testing instructions
DEFAULT_COURSE_INVITATION_ONLY
configuration toTrue
in the appropriate configuration file.DEFAULT_COURSE_INVITATION_ONLY
configuration toFalse
in the appropriate configuration file.