- Aug 16, 2019
-
-
Feanil Patel authored
* Remove old performance tests that we haven't been running. As far as I can tell, these tests to capture HAR files were created 5 years ago and not being run as a part of our suite? They capture HAR data that we do nothing with so even if they were running we should remove them until we're ready to care about consuming this kind of information. * Update password test unicode string. * Add ugettext translation helper function. * Fix lambda syntax that is not valid in python 3. * Fix ur raw strings which his not valid in python 3 * Use edx_six.get_gettext instead of ugettext. * Fix a few other encoding issues. * Don't use old form of sorted funciton. This form which uses a 'cmp' method is not available in python 3.
-
Stu Young authored
-
Diana Huang authored
Remove microsite djangoapp and configuration.
-
Dave St.Germain authored
Upgrade edx-when to fix CR-1089
-
Matt Hughes authored
-
Dave St.Germain authored
-
Diana Huang authored
-
edx-pipeline-bot authored
Mergeback PR from private to public.
-
Awais Jibran authored
Make CustomTagModule safe (remove Mako) [SEC-609]
-
Syed Muhammad Dawoud Sheraz Ali authored
Add Drag&Drop submission deadline acceptance tests
-
DawoudSheraz authored
-
- Aug 15, 2019
-
-
Manjinder Singh authored
PROD-145: Added validation to discussion topic input in studio, testing 2
-
jinder1s authored
-
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
-