- 08 Jun, 2016 1 commit
-
-
ECOM-2361
Waheed Ahmed committed
-
- 22 Apr, 2016 4 commits
-
-
muzaffaryousaf committed
-
muzaffaryousaf committed
-
muzaffaryousaf committed
-
TNL-4102
muzaffaryousaf committed
-
- 11 Apr, 2016 1 commit
-
-
Christine Lytwynec committed
-
- 25 Nov, 2015 1 commit
-
-
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
-
- 05 Nov, 2015 2 commits
-
-
Christine Lytwynec committed
-
Christine Lytwynec 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
-
- 01 Jul, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 15 Jun, 2015 1 commit
-
-
cahrens committed
-
- 04 May, 2015 2 commits
-
-
This reverts commit 52c4aaca.
Christine Lytwynec committed -
Christine Lytwynec committed
-
- 28 Apr, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 03 Mar, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 14 Jan, 2015 1 commit
-
-
Co-Authored-By: Jean-Michel Claus <jmc@edx.org> Co-Authored-By: Brian Talbot <btalbot@edx.org> Co-Authored-By: Tim Babych <tim@edx.org> Co-Authored-By: Oleg Marshev <oleg@edx.org> Co-Authored-By: Chris Rodriguez <crodriguez@edx.org>
polesye committed
-
- 10 Nov, 2014 1 commit
-
-
stv committed
-
- 01 Oct, 2014 1 commit
-
-
TNL-163
Andy Armstrong committed
-
- 16 Sep, 2014 1 commit
-
-
Ben Patterson committed
-
- 19 Jun, 2014 1 commit
-
-
Christine Lytwynec committed
-
- 06 Jun, 2014 1 commit
-
-
Christine Lytwynec committed
-
- 23 May, 2014 2 commits
-
-
Christine Lytwynec committed
-
This reverts commit 7fd2305f.
Jay Zoldak committed
-
- 20 May, 2014 1 commit
-
-
Christine Lytwynec committed
-
- 18 Apr, 2014 2 commits
- 26 Mar, 2014 2 commits
-
-
When running in devstack, you need to set the SERVICE_VARIANT so that assets.py knows what environment file to use. Recall that in devstack we have all our settings in ../lms.env.json, not just ../env.json. So you need to run like this: SERVICE_VARIANT=lms paver lms --settings=devstack Previously you'd get this error: Warning: could not find environment JSON file at 'lms.env.json' Note there is no path on the file, that's the bug. By making self.REPO_ROOT absolute, we can walk up the tree and correctly find the file, which is /edx/app/edxapp/lms.env.json fwiw.
Sef Kloninger committed -
David Baumgold committed
-
- 25 Mar, 2014 2 commits
-
-
and print errors and warnings to sys.stderr
David Baumgold committed -
Will Daly committed
-
- 24 Feb, 2014 1 commit
-
- 18 Feb, 2014 1 commit
-
-
Restore reverted changes from paver part 1
Will Daly committed
-
- 14 Feb, 2014 2 commits
-
-
Deprecated rake functions issue a warning and then call paver replacements Bring Paver commands up to date with master for servers, assets, and docs. Revert deprecation of quality, tests, and i18n for a future pull request. Deprecate workspace migration
David Glance committed