feat: Add support for zip files to course and library import code#34191
feat: Add support for zip files to course and library import code#34191Agrendalath merged 3 commits intoopenedx:masterfrom
Conversation
|
Thanks for the pull request, @xitij2000! 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. |
8ae63b6 to
694745e
Compare
bfdb2e0 to
a31edba
Compare
Agrendalath
left a comment
There was a problem hiding this comment.
👍
- I tested this: checked importing the course and verified potential attack vectors
- I read through the code
- I checked for accessibility issues: n/a
- Includes documentation: n/a
- I made sure any change in configuration variables is reflected in the corresponding client's
configuration-securerepository: n/a
Add support for using a zip file for importing a course.
a31edba to
a3895eb
Compare
|
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
|
@xitij2000 🎉 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 production environment. |
1 similar comment
|
2U Release Notice: This PR has been deployed to the edX production environment. |
|
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. |
This fixes a breaking change introduced in openedx/openedx-platform#34191
This fixes a breaking change introduced in openedx/openedx-platform#34191
Description
Adds support for zip files for course import.
Supporting information
Continuation of #33561
Testing instructions
See: #33561