- Oct 14, 2019
-
-
Ayub khan authored
Python3 json can not work with bytes type input so used simplejson instead of python json which works with both bytes and unicode type input. Previously we mistakenly updated StringIO to six.String io. which caused the tests failure. Used io.BytesIO to fix the issues as assci character bytes can not be converted to unicode.
-
Ayub authored
BOM fix remaining capa module issues
-
Aarif authored
Removed encode method to fix input to csv write method - BOM-837
-
Ayub authored
BOM-805
-
aarif authored
removed unnecessary encode method to fix input to csv write method
-
Ayub khan authored
python3 compatibility: Before comparison with unicode decode text if its type is bytes.
-
Ayub khan authored
BOM-898 fix test_responsetypes.py issues Updated safe_exec to use random2 library instead of random. As python3 random generates different results as compared to python2, which causes a lot of test failures and if we use python3 random and fix tests it will cause state invalidation of capa problems, So random2 was uses to make the behaviour same in python3. BOM-899 name xrange is not defined xrange is used in safe_exec and there might be old courses where this is being used in capa problems. All those tests fail in python3 as this was renamed to range. Used six.moves.xrange so that code works for python3 and if there is any old code using xrange it works too.
-
Ayub authored
BOM-804
-
Aarif authored
Updated the items order in response list comparison to work with both python versions - BOM-819
-
- Oct 13, 2019
-
-
edX Transifex Bot authored
-
- Oct 12, 2019
-
-
Awais Qureshi authored
BOM-917
-
Awais Qureshi authored
BOM-916
-
- Oct 11, 2019
-
-
Jeremy Bowman authored
-
Nick authored
Remove backtick typo in advanced_entry.underscore
-
Jeremy Bowman authored
-
Nick authored
-
Feanil Patel authored
Feanil/fix perf pins
-
Feanil Patel authored
-
Feanil Patel authored
We also pin back edx-lint to fix a regression we introduced when we started having to roll back all the requirements changes.
-
Nick authored
DISCO-188 publisher link
-
Calen Pennington authored
Don't try to show anonymous users the first-purchase discount
-
Douglas Hall authored
-
Awais Qureshi authored
Fix encoding issue.
-
Nicholas D'Alfonso authored
Add publisher link to settings dropdown if the features setting is set.
-
Awais Qureshi authored
Fixed double decoding issue. Fixed the mock.assertMethod. Dict keys were coming different order.
-
AsadAzam authored
Upgrade python 3 decode error
-
Waheed Ahmed authored
Remove YouTube logo from footer.
-
Ayub khan authored
python3 compatibility we only need to decode if the xml is bytes
-
Ayub authored
BOM-821_BOM-822 fixed webob issue
-
Ayub authored
BOM-905 test_graders.py tests fixed
-
Ayub authored
BOM test_download_srt_exist test fix
-
Waheed Ahmed authored
Current YouTube logo is not compliant with YouTube's branding guidelines. PROD-816
-
- Oct 10, 2019
-
-
Douglas Hall authored
Do not display enterprise learner portal banner if no enterprise learner portals exist for user. (#22005)
-
Jeremy Bowman authored
-
Ned Batchelder authored
Bring this file into the 21st century
-
Feanil Patel authored
Merge release back to master
-
Feanil Patel authored
-
Andytr1 authored
EDUCATOR-4700 - pull grade overrides by grade_id
-
Awais Qureshi authored
BOM-913
-
Feanil Patel authored
Fix video module tests related to transcript conversion.
-