-
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
XBlock Xml Serialization/Deserialization #2129
XBlock Xml Serialization/Deserialization #2129
Conversation
This needs https://github.com/edx/XBlock/pull/161 before it can be merged. |
@cpennington the build keeps flat-out failing. I think Jenkins prevents you from requiring something from your own repo, but I'm not entirely certain: https://jenkins.testeng.edx.org/job/edx-all-tests-manual-pr/523/SHARD=1,TEST_SUITE=unit/console |
I borked the requirements file line. Fixed, and pushed. |
child, system) | ||
child, | ||
system | ||
) |
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 didn't fit on one line?
Address these comments, then 👍 |
@@ -81,12 +81,10 @@ def get_html(self): | |||
|
|||
@classmethod | |||
def _construct(cls, system, contents, error_msg, location): | |||
location = Location(location) |
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 adore this line of code
Need to import |
LGTM after comments addressed 👍 |
👍 again after reviewing the test changes. |
XModules continue to use their own interface for xml, but provide an adaptor that makes the the XBlock interface available. [LMS-179]
XBlock Xml Serialization/Deserialization
Fix pylint violations from #2129
* addition of test code of the certificate issuance function openedx#2038 (openedx#2054) * Mod translation of 'Course End Date:' openedx#2084 (openedx#2090) * Add menu to ga_operation for ga_analyzer openedx#2039 (openedx#2088) * Fixed bugs openedx#2039 (openedx#2112) * Fixed csv format openedx#2039 (openedx#2127) * Change to split download if there are many display items openedx#916 (openedx#2121) * Change to split download if there are many display items openedx#916 * Fix UT * Fix Review * Fix review2
No description provided.