- Dec 12, 2019
-
-
Zainab Amir authored
Microsoft social login is not working on edx mobile app. The issue is fixed in newer version of social-auth-app-django. PROD-718
-
- Dec 06, 2019
-
-
Alex Dusenbery authored
-
- Oct 30, 2019
-
-
Manjinder Singh authored
- edx-sga recently released new release that supports python 3.5
-
- Oct 21, 2019
-
-
Diana Huang authored
Also update node-sass to a compatible version. Include a regenerated package-lock.
-
- Oct 16, 2019
-
-
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
-
- Oct 07, 2019
-
-
Ayub khan authored
Python3 RNG produces different results as compared to python2 In capa problems we save seed value and generate random state using the seed. Python3 random generates a different state as compared to python2. Thats why using random2 library to make state genration consistent in both python versions.
-
- Sep 25, 2019
-
-
Diana Huang authored
DEPR-40
-
- Sep 23, 2019
-
-
Feanil Patel authored
-
- Aug 16, 2019
-
-
Ayub authored
* Update Financial Assistance logic Use the zendesk proxy app instead of the unsupported zendesk library. * Move to pre-fetching the group IDs. Rather than making extra requests to zendesk to list all groups and find a specific group ID. Just make a pre-filled list of group IDs for the groups we care about. When a group name is passed in, it is checked against this list and the ticket is created in the correct group so the right people can respond to it.
-
- 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.
-
- Aug 08, 2019
-
-
Ayub authored
-
- Aug 05, 2019
-
-
Ayub khan authored
-Removed Submit-feedback View -Removed related tests -Removed help_modal.html -Removed help_modal.html test -Removed zendesk from requirements -Updated requirements
-
- Aug 01, 2019
-
-
Nimisha Asthagiri authored
The old Notes Django app is the only caller of this no longer supported library. I have verified that this old app is no longer functional and is already slated to be removed as part of DEPR-18. So this commit simply removes the call to firebase-token-generator and leaves removal of the Notes app to DEPR-18.
-
- Jul 31, 2019
-
-
Calen Pennington authored
-
- Jul 22, 2019
-
-
Matt Hughes authored
JIRA:EDUCATOR-4435
-
- Jul 16, 2019
-
-
muhammad-ammar authored
-
Brittney Exline authored
-
- Jul 08, 2019
-
-
Matt Hughes authored
JIRA:EDUCATOR-4367
-
- Jul 03, 2019
-
-
Dave St.Germain authored
-
- Jul 01, 2019
-
-
Feanil Patel authored
Pin to the minor version so that we can get patches via the update automation. Since Django is pretty good at SemVer we can rely on these to be pretty safe and it will speed up our security update process when Django releases new security patches.
-
Feanil Patel authored
-
- Jun 27, 2019
-
-
Dave St.Germain authored
-
- Jun 26, 2019
-
-
Feanil Patel authored
-
- Jun 21, 2019
-
-
Ned Batchelder authored
* Install drf-yasg * Add drf-yasg settings and urls * Pin drf to make drf-yasg work * Adjust config-models version to be compatible * Remove django-rest-swagger (the old way)
-
- Jun 19, 2019
-
-
Feanil Patel authored
-
- Jun 17, 2019
-
-
Brittney Exline authored
-
- Jun 16, 2019
-
-
George Babey authored
This reverts commit 375ccb7b.
-
George Babey authored
This reverts commit bf88bca7.
-
- Jun 14, 2019
-
-
Brittney Exline authored
-
Jeremy Bowman authored
-
- Jun 11, 2019
-
-
Ned Batchelder authored
-
- Jun 10, 2019
-
-
Ned Batchelder authored
* Install drf-yasg * Add drf-yasg settings and urls * Pin drf to make drf-yasg work * Adjust config-models version to be compatible * Remove django-rest-swagger (the old way)
-
- Jun 03, 2019
-
-
Ned Batchelder authored
-
- May 23, 2019
-
-
Feanil Patel authored
Changelog: http://docs.gunicorn.org/en/stable/2016-news.html
-
- May 07, 2019
-
-
Jeremy Bowman authored
-
- Apr 24, 2019
-
-
Dave St.Germain authored
This adds a new django app -- edx-when -- that will copy start and due dates to mysql and allow per-learner overrides in the instructor dashboard, using the existing IDDE interface. It adds a data migration for existing IDDE data.
-
- Apr 16, 2019
-
-
Feanil Patel authored
The pinned version is the one tagged with a release that is also on PyPI. https://github.com/jazzband/django-pipeline/tree/1.5.3 Use PyPI instead since that will be faster.
-
Matt Hughes authored
This has the effect of preventing Open edX installations from having details which should be in configuration (because they're edx.org-specific) end up in their applications.
-
- Apr 09, 2019
-
-
Matt Hughes authored
We intend for subsequent versions to be reviewed manually before finding their way into edx-platform proper; this prevents subsequent releases from finding their way in without human intervention
-
- Mar 28, 2019
-
-
J. Cliff Dyer authored
-