- Aug 15, 2019
-
-
Chris Pappas authored
Fix for test that broke related to DRF;
-
- Aug 14, 2019
-
-
edX Transifex Bot authored
-
Feanil Patel authored
Get LMS test collection working in python 3.
-
Michael Roytman authored
make course grade filter robust against missing minimum filter as wel…
-
Zachary Hancock authored
-
Chris Pappas authored
ENT-2117 | Creating new endpoint for enterprise learner portal. Includes small refactor of programs_enrollment GET logic, sowe do not need to duplicate the logic (#21258) Adding new course_overview internal api CourseOverview serializer work Removing enterprise learner portal djangoapp from this repo Removing ent learner portal url Minor cleanups Updating serializers again typo adding some tests and quality fixes more quality fixes Fixing test Adding in an import i removed
-
Michael Roytman authored
-
- Aug 13, 2019
-
-
Feanil Patel authored
Usingthe shared file with the other tests wolud sometimes cause this test to fail. Made this change to make it less flaky.
-
Feanil Patel authored
This should be all the changes needed to get test collection working in python 3 for the `lms` folder.
-
Michael Roytman authored
mroytman/educator 4432 course level grade filter
-
Michael Roytman authored
-
Matt Hughes authored
JIRA:EDUCATOR-4541
-
Feanil Patel authored
-
Jansen Kantor authored
* add management command to link program enrollments to users
-
Kyle McCormick authored
This new API endpoint differs from the existing Grades API in that (i) it only includes grades for users enrolled with a ProgramCourseEnrollment and (ii) it alters its return code depending on whether any student's grade failed to load. EDUCATOR-4529
-
- Aug 12, 2019
-
-
Feanil Patel authored
* Convert to using ExitStack instead of nested. nested is not available in Python3. * Use ExitStack from contextlib2. ExitStack has not been backported to the Python 2.7 standard library and contextlib.nested is no longer available in Python 3.5. We need to be able to use something in both 2 and 3 as we transition so we'll pull in contextlib2 which has backports of the full python3 contextlib.
-
Feanil Patel authored
Fix more test collection.
-
Feanil Patel authored
We stopped using it but forgot to remove it from the import.
-
Feanil Patel authored
-
Dave St.Germain authored
Added edx-when's FieldData
-
Dave St.Germain authored
EDUCATOR-4554 This fixes a bug where extended due dates were visible in the outline but not reflected on the courseware pages, resulting in problems not being submittable past the due date. In order for edx-when to work on courseware pages, it has to be more careful about field inheritance, which version 0.2 achieves.
-
Feanil Patel authored
BOM-85
-
Feanil Patel authored
BOM-83 Removed usages of bulk_assertion
-
- Aug 10, 2019
-
-
aarif authored
removed usages of bulk_assertion changes made to comply quality failure removing test-bulk assertions.
-
- Aug 09, 2019
-
-
David Ormsbee authored
Override theme with site_theme query param
-
arbisoft authored
he builtin basestring abstract type was removed. Use str instead.
-
Feanil Patel authored
BOM-84
-
Alex Dusenbery authored
Don't jam LOGIN_REDIRECT_WHITELIST into devstack_docker settings, we already define it in devstack (and we read private.py from devstack).
-
Feanil Patel authored
Feanil/upgrade mongodb proxy
-
Ayub authored
BOM-70
-
arbisoft authored
Update the version.
-
Feanil Patel authored
-
Feanil Patel authored
-
Ayub authored
BOM-79
-
Syed Muhammad Dawoud Sheraz Ali authored
Revert "[BB-873] Support for filters, and multiple roots in problem response reports"
-
Ayub khan authored
-
David Ormsbee authored
-
- Aug 08, 2019
-
-
root authored
-
Feanil Patel authored
More test collection fixes.
-