- 02 May, 2016 2 commits
-
-
Christine Lytwynec committed
-
Christine Lytwynec committed
-
- 22 Apr, 2016 6 commits
-
-
Christine Lytwynec committed
-
Christine Lytwynec committed
-
muzaffaryousaf committed
-
muzaffaryousaf committed
-
muzaffaryousaf committed
-
TNL-4102
muzaffaryousaf committed
-
- 21 Apr, 2016 1 commit
-
-
Christine Lytwynec committed
-
- 11 Apr, 2016 1 commit
-
-
Christine Lytwynec committed
-
- 06 Apr, 2016 1 commit
-
-
Omar Khan committed
-
- 01 Apr, 2016 1 commit
-
-
Omar Khan committed
-
- 25 Mar, 2016 1 commit
-
-
FEDX-121 The previous approach for handling NPM assets was to symlink them into the static directory. This appeared to cause trouble with the asset pipeline where the files in question were not installed and then old versions were picked up instead. This change instead copies NPM libraries to a new static directory so that the pipeline can consume them as with any other file. This new directory is added to .gitignore so that the files don't get accidentally checked in.
Andy Armstrong committed
-
- 22 Mar, 2016 2 commits
-
-
Eric Fischer committed
-
cahrens committed
-
- 29 Feb, 2016 2 commits
-
-
This now correctly migrates and dumps files for both databases. Run lettuce migrations for both databases
Kevin Falcone committed -
By default, migrations are applied as they always have been. Exporting DISABLE_MIGRATIONS=1 or passing --disable-migrations to Paver commands will create tables directly from apps' models.
Usman Khalid committed
-
- 04 Feb, 2016 2 commits
-
-
Ben Patterson committed
-
Testsonly will not work currently, because the database flush will remove some data fixtures. Even when they are loaded at the beginning of the next test run, there are database corruptions. Instead of flushing, do not do anything with the database at the end of the testsonly test run. That way, tests that use dynamic data can be run many times in a row.
Ben Patterson committed
-
- 03 Feb, 2016 1 commit
-
-
- Rename escape_json_dumps to dump_js_escaped_json - Rename escape_js_string to js_escaped_string - Update js_escaped_string to output empty string for None - Introduce dump_html_escaped_json - Move dump_js_escaped_json after the pipe as new best practice - Introduce additional uses of helpers - Introduce new djangolib directory and move js_utils
Robert Raposa committed
-
- 22 Jan, 2016 1 commit
-
-
ECOM-3384
Awais Jibran committed
-
- 19 Jan, 2016 1 commit
-
-
Jesse Zoldak committed
-
- 31 Dec, 2015 1 commit
-
-
revert shell script change
Zia Fazal committed
-
- 25 Nov, 2015 2 commits
-
-
Extends the Programs ConfigurationModel, cleans up Programs-related utilities and corresponding tests, and corrects caching. Uses the Programs API to list programs within Studio. ECOM-2769.
Renzo Lucioni committed -
Brian Beggs committed
-
- 22 Nov, 2015 1 commit
-
-
Ned Batchelder committed
-
- 10 Nov, 2015 1 commit
-
-
Please note that this is a squshed commit and the work of: Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
Usman Khalid committed
-
- 05 Nov, 2015 2 commits
-
-
Christine Lytwynec committed
-
Christine Lytwynec committed
-
- 03 Nov, 2015 1 commit
-
-
This includes: * Ability to specify number of processes to run bok-choy tests in * A forked nose commit to get the multiprocess plugin's logging to work * A different plugin (xunitmp) must be used for pulling together xunit results This works by: * Starting the various servers that are needed for the acceptance test environment * Running the tests themselves in multiprocess mode
Ben Patterson committed
-
- 19 Oct, 2015 1 commit
-
-
* Fix paver violations to stablize edx-lint update * Parens, Line2Long * Fix missing docstrings * Fix PEP8 issues * Address PR feedback (thanks @nedbat!)
Matt Drayer committed
-
- 23 Sep, 2015 1 commit
-
-
On my devstack, the old line takes about 5.5 seconds, the new line takes about 1.3 seconds. For background: http://nedbatchelder.com/blog/201505/be_careful_deleting_files_around_git.html
Ned Batchelder committed
-
- 31 Aug, 2015 1 commit
-
-
I want to make clear that these tests rely on XBlocks in other repos, and that ideally in time we would move these tests into the XBlock repo.
Ned Batchelder committed
-
- 27 Aug, 2015 1 commit
-
-
The old line: from path import path produced pylint errors because of the baroque way that path.py defined "path". We tried to get them to change how they defined it, but they deleted the name instead: https://github.com/jaraco/path.py/issues/102 (Jason then changed his mind, but this is a better way to use path.py, it avoids the pylint error at least.)
Ned Batchelder committed
-
- 13 Jul, 2015 2 commits
-
-
Sarina Canelake committed
-
Sarina Canelake committed
-
- 01 Jul, 2015 2 commits
-
-
Andy Armstrong committed
-
Christine Lytwynec committed
-
- 25 Jun, 2015 1 commit
-
-
TNL-2465
Andy Armstrong committed
-
- 15 Jun, 2015 1 commit
-
-
cahrens committed
-