- Sep 25, 2019
-
-
Alex Dusenbery authored
-
Zia Fazal authored
ENT-2268: Added signal handler for COURSE_GRADE_NOW_PASSED
-
Zia Fazal authored
Fixed broken unit test connected COURSE_GRADE_NOW_PASSED at the end added receiver to signal connect call
-
Cory Lee authored
* Always run CSMHE migrations for every application in all contexts
-
Jeremy Bowman authored
-
Jeremy Bowman authored
-
David Ormsbee authored
Track grades for Blockstore content, emit tracking logs
-
Chris Pappas authored
ENT-2294 | Removing wrapper api in program_enrollments app that edx-enterprise will no longer use (#21763)
-
Braden MacDonald authored
-
edX cache uploader bot authored
-
Diana Huang authored
Remove shoppingcart pdf generation.
-
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.
-
Zia Fazal authored
Added signal handler for COURSE_GRADE_NOW_PASSED to trigger single learner data transmission task in edx-enterprise. Bumped edx-enterprise version to 1.10.7 Revert edx-enterprise version bump
-
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
-