- Sep 25, 2019
-
-
Diana Huang authored
DEPR-40
-
edX requirements bot authored
-
Ayub authored
BOM-679
-
Aarif authored
BOM-367 Python 3 fixes
-
Aarif authored
BOM-658
-
Aarif authored
BOM-407
-
Aarif authored
BOM-586
-
Ayub khan authored
Request object was mocked but mocked value was never assigned. In py2 moked object call is always successful. But in py3 if value is not properly assigned it returns None. Causing the test to fail. Removing the mocked object also fails the test so removing it as broken test.
-
Uzair Rasheed authored
DjangoTranslation object doesn't have ugettext attribute
-
uzairr authored
Some of the tests are failing because DjangoTranslation object is behaving differently with py2 and py3.With py2, it has 'ugettext' attribute but with py3 it doesn't have.To make it compliant with both versions modifications in the tests have been added so that build will not fail. PROD-664
-
- Sep 24, 2019
-
-
Alex Dusenbery authored
-
David Ormsbee authored
Fix the progress graph y-axis - window resize formatting problem in Ironwood
-
Andytr1 authored
restore model
-
atesker authored
-
Alex Dusenbery authored
EDUCATOR-4638 | edx-bulk-grades==0.6.3 - make sure we pass a user_id attribute into GradeCSVProcessor.__init__()
-
Jeremy Bowman authored
-
Feanil Patel authored
Feanil/update for py3 fixes
-
Kyle McCormick authored
This reverts commit a67b9f70a16a0f16a842aad84754b245a2480b5f, reinstating commit cf78660ed35712f9bb7c112f70411179070d7382. The original commit was reverted because I thought I found bugs in it while verifying it on Stage, but it turns out that it was simply misconfigured Stage data that causing errors. The original commit's message has has been copied below: This commit completes the program_enrollments LMS app Python API for the time being. It does the following: * Add bulk-lookup of users by external key in api/reading.py * Add bulk-writing of program enrollments in api/writing.py * Move grade-reading to api/grades.py * Refactor api/linking.py to use api/writing.py * Refactor signals.py to use api/linking.py * Update rest_api/v1/views.py to utilize all these changes * Update linking management command and support tool to use API * Remove outdated tests from test_models.py * Misc. cleanup EDUCATOR-4321
-
Feanil Patel authored
-
edX requirements bot authored
-
Jeremy Bowman authored
-
Chris Pappas authored
* ENT-2294 | Moving utility functions in program enrollments to places related to the data they manipulate * updating a mock path * minor test fix
-
aarif authored
-
aarif authored
-
Awais Qureshi authored
Awais786/bom 584
-
Awais Qureshi authored
BOM-581
-
Awais Qureshi authored
awais786/bom 594
-
Zainab Amir authored
PROD-687
-
Aarif authored
BOM-457
-
aarif authored
test fixes python 3 fixes minor fixes python 3 fixes quality fixes quality fixes
-
noraiz-anwar authored
-
- Sep 23, 2019
-
-
Andytr1 authored
EDUCATOR-4670 - pr 1 - remove usage of persistsubsectionoride history
-
Emma Green authored
Merge pull request #21739 from edx/emma-green/REV-970/enterprise-users-should-not-get-first-purchase-discount enterprise users should not get the first purchase discount
-
Emma Green authored
-
Feanil Patel authored
-
Alex Dusenbery authored
-
Ned Batchelder authored
Making the regex that gets the index courses more secure
-
atesker authored
remove unused param
-
Nimisha Asthagiri authored
Rename cookie-policy-banner to frontend-component-cookie-policy-banner
-
aarif authored
quality fixes
-