-
Notifications
You must be signed in to change notification settings - Fork 84
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: Custom parameters validation #412
fix: Custom parameters validation #412
Conversation
Thanks for the pull request, @kuipumu! 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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #412 +/- ##
=======================================
Coverage 97.84% 97.84%
=======================================
Files 77 77
Lines 6696 6696
=======================================
Hits 6552 6552
Misses 144 144
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
This looks good, thank you!
@kuipumu would you mind updating the version in https://github.com/openedx/xblock-lti-consumer/blob/master/lti_consumer/__init__.py? Thank you! |
@alangsto Sure, just added a commit with an update to init and CHANGELOG.rst |
Hi @alangsto! Are you able to merge this if it's good-to-go? |
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.
Looks great, thank you!
0be421a
to
dbc0590
Compare
@mphilbrick211 I resolved the conflicts and updated the version and changelog. |
@kuipumu 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
Description
This PR adds a fix to the validation of the LTI consumer XBlock custom parameters field. The previously merged PR #392 introduced a bug that broke backwards compatible with custom parameters such has:
["next=something?repo=https://github.com/org/repo?folder=/home/user&branch=main"]
. This issue was raised on #410.Type of Change
Testing: