- 07 Feb, 2017 1 commit
-
-
This commit contains back end changes necessary to load programs from the catalog in all contexts. The existing program munging utility is applied as late as possible to avoid conflating this work with changes to the front end; those will be made separately. ECOM-4422
Renzo Lucioni committed
-
- 17 Oct, 2016 1 commit
-
-
Jesse Zoldak committed
-
- 12 Oct, 2016 1 commit
-
-
Rendering model states when running migrate in Django 1.8 consumes on the order of 4x-6x more memory than <1.8. References: * https://code.djangoproject.com/ticket/24745 * https://code.djangoproject.com/ticket/24743 This is causing failures in Jenkins as the workers run out of memory and either processes cannot fork or the Out Of Memory Killer kills a process that is running tests. Disabling migrations until we do either or both of these: * Upgrade to Django 1.9 and turn them back on. See EV-92 "Discovery: Upgrade edx-platform to Django 1.9" * Address TE-1310 "Unit tests should be able to run without migrations"
Jesse Zoldak committed
-
- 19 Aug, 2016 1 commit
-
-
Jesse Zoldak committed
-
- 02 Aug, 2016 1 commit
-
-
Brian Jacobel committed
-
- 25 Jul, 2016 1 commit
-
-
Meta.
Brian Jacobel committed
-
- 20 Jun, 2016 1 commit
-
-
Calen Pennington committed
-
- 18 May, 2016 1 commit
-
-
Calen Pennington committed
-
- 04 May, 2016 2 commits
-
-
Brian Jacobel committed
-
Brian Jacobel committed
-
- 08 Apr, 2016 1 commit
-
-
Chris Rodriguez committed
-
- 22 Mar, 2016 1 commit
-
-
Adam Palay committed
-
- 29 Feb, 2016 1 commit
-
-
Renzo Lucioni committed
-
- 12 Feb, 2016 1 commit
-
-
It's just as relevant to unit tests and I wish I had seen it earlier. Stress the transient nature of this debugging step.
Kevin Falcone committed
-
- 14 Dec, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 01 Dec, 2015 1 commit
-
-
Ben Patterson committed
-
- 05 Nov, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 03 Nov, 2015 3 commits
-
-
Andy Armstrong committed
-
Ben Patterson committed
-
Includes info about the serversonly/testsonly pattern, as well as multiprocessing.
Ben Patterson committed
-
- 02 Nov, 2015 1 commit
-
-
Vedran Karačić committed
-
- 20 Oct, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 08 Oct, 2015 1 commit
-
-
Andy Armstrong committed
-
- 29 Jul, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 02 Jul, 2015 1 commit
-
-
Daniel Friedman committed
-
- 09 Jun, 2015 2 commits
- 22 May, 2015 1 commit
-
-
JShint will be executed with paver run_jshint, which will use a defined set of directories (likewise defined are directories to ignore). A limit can be imposed on the total number of violations. Note that this change does NOT include adding jshint to diff-quality or `paver run_quality`.
Ben Patterson committed
-
- 16 Apr, 2015 1 commit
-
-
This allows developers to pass the `--pdb` flag to paver test commands, and that flag will be proxied to the `nosetests` command. It's useful for debugging purposes.
David Baumgold committed
-
- 06 Mar, 2015 1 commit
-
-
Ned Batchelder committed
-