- Oct 17, 2019
-
-
syedimranhassan authored
-
- Oct 16, 2019
-
-
edX Transifex Bot authored
-
Aarif authored
Added the util to handle bytes input to json.loads function - BOM-911
-
Jeremy Bowman authored
-
Matthew Piatetsky authored
[REV-733] check if discount expired
-
Matthew Piatetsky authored
-
julianajlk authored
REV-943 * added dynamic and course_upgrade_deadline to user-metadata
-
Chris Pappas authored
-
edX cache uploader bot authored
-
Feanil Patel authored
Python Requirements Update
-
edX requirements bot authored
-
Ayub authored
-version bump recommender-xblock
-
Ayub khan authored
-
Awais Qureshi authored
awais786/bom 415 ora2
-
aarif authored
changes made to fix jenkins/quality errors changes made as suggested added the docstring to fix quality issue made a few changes to fix some tests replaced json.loads with a util to handle bytes changes made to fix jenkins/quality errors changes made as suggested added the docstring to fix quality issue made a few changes to fix some tests made changes as suggested made changes as suggested updated the requirements with make upgrade
-
Awais Qureshi authored
Bump the edx-ora2 version. Run make upgrade.
-
- Oct 15, 2019
-
-
Aarif authored
Fixed all instances of "TypeError: a bytes-like object is required, not 'str" - BOM-914
-
Ned Batchelder authored
Regisb/simplify swagger auto schema
-
edX cache uploader bot authored
-
Matt Hughes authored
We'd like to add this status to help distinguish between learners who've graduated from the program and learners who warranted some sort of removal from the program. JIRA:EDUCATOR-4702
-
Feanil Patel authored
Python Requirements Update
-
Zia Fazal authored
ENT-1688: Changed logout message on on logout screen for Enterprise SSO flow
-
Bill DeRusha authored
remove mailchimp tracking
-
Zia Fazal authored
Changes to show blank screen instead of logout message for Enterprise SSO flow. It confuses learner when they are already signed in and access their course from B2B site. ENT-1688 Fixed pep8 quality violation use testserver as HOST instead of edx.org assert enterprise app is enabled added logging Print different values Reload django url config assert all quote operations to see how they work on jenkins debug url resolved values login user in setup added log to debug test on jenkins Using UrlResetMixin Using regex instead of resolve Fixed quality violation Fixed pylint quality violations Fixed target interpolation syntax Added developer's comment
-
Christie Rice authored
-
Zia Fazal authored
ENT-2384: Invoke learner transmission task only for enterprise learners
-
Aarif authored
Fixed - " AttributeError: 'str' object has no attribute 'decode' " - BOM-922
-
Zia Fazal authored
Invoke learner transmission task only for enterprise learners ENT-2384 added docstring Fixed brokent unit test
-
edX requirements bot authored
-
Awais Qureshi authored
BOM-925
-
Ayub authored
BOM Project Xblock Recommber integration tests fix
-
Awais Qureshi authored
Fixing TypeError, the JSON object must be str, not 'bytes'.
-
Awais Qureshi authored
BOM-924
-
Awais Qureshi authored
Fixing TypeError, the JSON object must be str, not 'bytes'.
-
- Oct 14, 2019
-
-
aarif authored
changes made to pass tests with python 2 and other minor changes Updated the tests to fix the string/bytes input changes made to pass tests with python 2 and other minor changes made some changes as suggested made changes as suggested changes made as suggested
-
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
-
Aarif authored
Removed encode method to fix input to csv write method - BOM-837
-
Ayub authored
BOM-805
-