Christine Lytwynec
52bc17545b
skipping update assets, not just collectstatic, in unit tests
2014-07-03 11:56:13 -04:00
Christine Lytwynec
af9ae6753b
Deprecating acceptance_tests from rake to paver
2014-06-25 10:30:19 -04:00
Dave St.Germain
834c2c472f
Moved test_generate from i18n-tools
2014-06-23 10:06:28 -04:00
Christine Lytwynec
d6ed01bbf0
deprecating bok-choy tasks from rake to paver
2014-06-19 09:06:41 -04:00
David Baumgold
e159ff9b5d
Remove unused verbose property
2014-06-06 15:35:33 -04:00
David Baumgold
4221bf9ec0
Set verbosity on paver test tasks
2014-06-06 15:35:33 -04:00
Christine Lytwynec
2e2136d39c
Deprecated unit tests from rake to paver
2014-06-06 15:35:32 -04:00
Christine Lytwynec
550d054300
added and updated pavelib/quality.py from dglance branch, deprecated rake quality tasks
2014-05-23 13:19:27 -04:00
Jay Zoldak
4771242d57
Revert "added and updated pavelib/quality.py from dglance branch, deprecated rake quality tasks"
...
This reverts commit 7fd2305f39 .
2014-05-23 08:40:43 -04:00
Christine Lytwynec
7fd2305f39
added and updated pavelib/quality.py from dglance branch, deprecated rake quality tasks
2014-05-20 16:22:28 -04:00
yarko
97ecc7a743
fix class var; set SERVICE_VARIANT to lms by default if unset (helps "paver --help" work cleanly)
2014-04-18 17:46:55 -05:00
yarko
59106f236f
set reasonable SERVICE_VARIANT based on command line; ensure theme passed to coffeescript also;
2014-04-18 15:00:05 -05:00
Dave St.Germain
f886c9b7c5
Watch for asset changes.
2014-03-31 15:28:15 -04:00
Sef Kloninger
6ed59014d5
fix paver theming on devstack (SERVICE_VARIANT support)
...
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.
2014-03-26 16:28:54 -07:00
David Baumgold
37c4cb360a
Help paver find the theme directory
2014-03-26 17:51:45 -04:00
David Baumgold
4fbfbf11ff
write_stderr() function is unnecessary
2014-03-25 11:32:19 -04:00
David Baumgold
e9b0cc713a
from __future__ import print_function
...
and print errors and warnings to sys.stderr
2014-03-25 11:32:19 -04:00
Will Daly
44dad41ede
Switch from Rake to Paver
2014-03-25 11:32:19 -04:00
Will Daly
812e71bbbb
Revert "Fix sys.path manipulation in pavement.py, with detailed comment"
...
This reverts commit 544616be4b .
2014-02-24 11:30:40 -05:00
Will Daly
544616be4b
Fix sys.path manipulation in pavement.py, with detailed comment
...
Restore reverted changes from paver part 1
2014-02-18 15:09:07 -05:00
Will Daly
c85c4b22ed
Revert "Replace rake functions with python paver functions"
...
This reverts commit df2e410f2a .
2014-02-14 14:25:28 -05:00
David Glance
df2e410f2a
Replace rake functions with python paver functions
...
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
2014-02-14 11:25:55 -05:00