-
Notifications
You must be signed in to change notification settings - Fork 467
depr!: remove the site-configuration script #1215
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
base: main
Are you sure you want to change the base?
depr!: remove the site-configuration script #1215
Conversation
Fixes overhangio#1207 The site-configuration script was required because we needed to utilize the custom lms.startup() call to set the site-configuration This is no longer required as of openedx/edx-platform#36302 Therefore, we deprecate it in favour of the create_or_update_site_configuration management command provided in edx-platform
@@ -0,0 +1 @@ | |||
- [Depreciation] Remove the unnecessary site-configuration script in favour of the create_or_update_site_configuration management command provided in edx-platform. (by @Danyal-Faheem) |
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.
- We should mark this a breaking change, just in case
- We can add a note to use lms create_or_update_site_config mgt command as a replacement
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've already added the name of the management command in the changelog entry and mentioned its provided in edx-platform. Do you think we should add another line with a hyperlink to the command?
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.
Yes, the link can be helpful.
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.
Added the hyperlink.
Fixes #1207.
This PR is dependent on overhangio/tutor-mfe#246 and overhangio/tutor-discovery#101.
The site-configuration script was required because we needed to utilize the custom lms.startup() call to set the site-configuration. This is no longer required as of openedx/edx-platform#36302. Therefore, we deprecate it in favour of the create_or_update_site_configuration management command provided in edx-platform.