- Jun 11, 2020
-
-
Awais Qureshi authored
-
- Jun 10, 2020
-
-
Awais Qureshi authored
-
- Jun 09, 2020
-
-
Awais Qureshi authored
rename djang-babel to enmarker upgrade the reqs
-
- Jun 08, 2020
-
-
M. Zulqarnain authored
-
M. Zulqarnain authored
-
- Jun 05, 2020
-
-
Aarif authored
-
M. Zulqarnain authored
-
Aarif authored
updated the constraints order
-
- Jun 03, 2020
-
-
Eric Herrera authored
Move sorl-thumbnail dependencie from github.in to base.in since PyPi version is now compatible with DJango 2.2 and python 3.5.
-
- May 29, 2020
-
-
Diana Huang authored
and make upgrade.
-
- May 19, 2020
-
-
Jeremy Bowman authored
Cleaned up a few more things about the testing configuration now that we've deployed Django 2.2 to production: * Go back to a single version of django-oauth-toolkit, tox doesn't need to vary it anymore * Go back to PyPI release of django-method-override * Remove no longer needed dependency on python-oauth2 (we already removed the package it was used by) * Update prepare_xdist_nodes.sh with new Django requirements file options
-
- May 07, 2020
-
-
Robert Raposa authored
Revert "Dark launch: Fix site shadowing and 1+N queries in third party auth config fetching (#23824)" (#23935) This reverts commit 79420640.
-
- May 06, 2020
-
-
Tim McCormack authored
This performs a dark launch compare of the existing implementation (still in use) for fetching TPA provider configs and a new implementation, recording metrics on exceptions and mismatches. The new implementation should have two benefits, once we're switched over: - Fix 1+N queries on login page view where the site for each config was fetched in a loop (ARCHBOM-1139) - Don't allow configs with the same key on different sites to interfere with each other (regression test added) The new impl does not use TieredCache, but only the request cache, which we may want to adjust later.
-
- Apr 16, 2020
-
-
Jillian Vogel authored
-
- Apr 13, 2020
-
-
Jillian Vogel authored
and settings to set SameSite=None for all secure cookies.
-
- Apr 10, 2020
-
-
Jeremy Bowman authored
-
- Mar 16, 2020
-
-
Michael Terry authored
This is an unused-as-of-yet utility function to generate a bunch of ics files for a user's course schedule. Will be used as part of the calendar_sync feature package. AA-37
-
Manjinder Singh authored
-
- Mar 12, 2020
-
-
Jeremy Bowman authored
We upgraded these before in https://github.com/edx/edx-platform/pull/23119 along with django-countries (which released a new version just before that), but had to revert in https://github.com/edx/edx-platform/pull/23237 because of a performance regression in the admin page for EnterpriseCustomer. We think django-countries was the culprit and have pinned it, so trying these two again by themselves.
-
Robert Raposa authored
- switches to openedx-calc from PyPI - includes edx-rest-api-client major upgrade. ARCHBOM-952
-
- Mar 10, 2020
-
-
Ayub-khan authored
-Upgrade edx-drf-extensions -settings-update
-
- Mar 06, 2020
-
-
Diana Huang authored
-
- Mar 02, 2020
-
-
Feanil Patel authored
-
Diana Huang authored
Remove DOP apps from INSTALLED_APPS. Remove DOP libraries from requirements.
-
- Feb 28, 2020
-
-
Brittney Exline authored
This reverts commit 140738df.
-
Ayub-khan authored
-django-babel-underscore custom version to support django>=2.2
-
- Feb 26, 2020
-
-
Tim McCormack authored
- Reimplement `djcelery.common.respect_language` utility function so we can drop the dependency. - Loosen `celery` pinning to a range, which brings in a fix for a possible crash bug Also, pin `path` to 13.1.0 for now in order to continue supporting py35.
-
- Feb 11, 2020
- Jan 26, 2020
-
-
Aarif authored
Updating the django-rate-limit requirement. updated the django-ratelimit to use unreleased version that supports Django 2.2
-
- Jan 23, 2020
-
-
Jeremy Bowman authored
Unpin several more outdated dependencies whose changelogs don't contain any significant backwards incompatible changes. Also add "moto" to the list of packages to uninstall from existing environments, since it requires a jsondiff version that clashes with the one we now use (triggering a harmless but distracting warning on dependency updates). We can potentially stop using path.py/path altogether by switching to pathlib in the Python 3 standard library, but that merits a separate PR of its own. Also, note that I'm not actually unpinning freezegun; different PRs restricted it in both constraints.txt and test.in, I'm just removing the latter redundant constraint.
-
- Jan 21, 2020
-
-
Ned Batchelder authored
-
- Jan 16, 2020
-
-
usamasadiq authored
Added the link to latest master commit of GitHub for Django 2.2 support.
-
Zulqarnain authored
-
- Jan 15, 2020
-
-
usamasadiq authored
Removed the version constraint for django-mysql Also pinned the freezegun version to 0.3.12 as the latest version is causing failures.
-
- Jan 13, 2020
-
-
Awais Qureshi authored
Bump django-filter. Rename the name to field-name.
-
- Jan 10, 2020
-
-
usamasadiq authored
-
- Jan 08, 2020
-
-
aarif authored
made changes to test with previous version of django-waffle updated the query count to test testing with version 0.13 testing with version 0.14 testing with version 0.15 added version 0.14 updated the django-waffle version to use 0.18 updated the django-waffle version to use 0.16 updated the query counts to pass tests ran make upgrade updated the django-waffle to support django 2.2 made changes to test with previous version of django-waffle updated the query count to test testing with version 0.13 testing with version 0.14 testing with version 0.15 added version 0.14 updated the django-waffle version to use 0.18 updated the django-waffle version to use 0.16 updated the query counts to pass tests removed the pdb statements ran make upgrade
-
- Jan 06, 2020
-
-
Jeremy Bowman authored
-
- Jan 02, 2020
-
-
Calen Pennington authored
-