- 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 01, 2020
-
-
Tim McCormack authored
This reverts commit 70600d79.
-
- Apr 29, 2020
-
-
Tim McCormack authored
* Revert "Use pip-sync to make sure that dep cache tarball can go safely stale" This reverts commit d435f4cd. * Revert "Extract worker setup into own shell script, as much as possible" This reverts commit 0a079e75.
-
- Apr 28, 2020
-
-
Tim McCormack authored
This "fixes" egg-links in a really hacky way to compensate for the lack of a real relocatable virtualenv.
-
- Mar 05, 2020
-
-
Calen Pennington authored
-
- Feb 24, 2020
-
-
Adeel Khan authored
-
- Feb 11, 2020
-
-
Adeel Khan authored
This is not needed in Makefile as all the logic and invocation of compilejs would be done via ecommerce-script repo. PROD-960
-
- Jan 29, 2020
-
-
Adeel Khan authored
This patch adds compilejs management command to be executed on pull translations enabling availability of js/jsx translations for lms/cms code. PROD-960
-
- Jan 24, 2020
-
-
usamasadiq authored
Django-auth-toolkit update Pinned the latest commit from github to get Django2.2 support in testing. Pinned the zipp<2.0.0 to get Python<3.5 support too.
-
- Jan 21, 2020
-
-
Ned Batchelder authored
-
- Dec 26, 2019
-
-
Jeremy Bowman authored
* Switch make upgrade to Python 3.5 * bok-choy fixes, constrain django-debug-toolbar * Remove flaky bok-choy test
-
- Oct 22, 2019
-
-
Ned Batchelder authored
-
- Oct 14, 2019
-
-
Régis Behmo authored
The API documentation decorators do not have to leak which solution we use to generate the docs. Here, and as discussed in PR #21820, we rename the `openapi` module to `apidocs`, and we make sure that this module includes all the right functions to document API Views without referring to Open API.
-
- Sep 17, 2019
-
-
Ned Batchelder authored
-
- Jul 23, 2019
-
-
Ned Batchelder authored
-
- Jun 07, 2019
-
-
Feanil Patel authored
The xblock counting script had a requirements file that was not previously being tracked and had an out of date version of requests. Add it to the `upgrade` make target so that it stays up to date.
-
- Jun 05, 2019
-
-
edX requirements bot authored
* Updating Python Requirements * Don't rely on pip-compile cache * Fix tornado dependency resolution
-
- Apr 18, 2019
-
-
Jeremy Bowman authored
-
- Feb 06, 2019
-
-
Jeremy Bowman authored
-
- Dec 07, 2018
-
-
Ned Batchelder authored
-
- Nov 23, 2018
-
-
ayub-khan authored
-
- Nov 02, 2018
-
-
Calen Pennington authored
-
- Jul 12, 2018
- Jun 19, 2018
-
-
Jeremy Bowman authored
-
- Apr 12, 2018
-
-
Jeremy Bowman authored
This reverts commit a7fa0c21.
-
- Apr 10, 2018
-
-
Feanil Patel authored
-
- Apr 09, 2018
-
-
Jeremy Bowman authored
-
- Jan 03, 2018
-
-
ayub-khan authored
-
- Jan 02, 2018
-
-
ayub-khan authored
-
- Nov 08, 2017
-
-
ayub-khan authored
Paver commands were causing requirement problems running on jenkins so changed to i18n_tools commands LEARNER-2653
-
- Oct 30, 2017
-
-
ayub-khan authored
-
- Mar 14, 2017
-
-
Ned Batchelder authored
This would fail if the "git clean" step failed, and would not restore your private files. Running it again would then fail to make an empty tarball, clobbering the saved private files. Now we are more resilient to a number of failure modes.
-
- Nov 10, 2016
-
-
Ned Batchelder authored
-