e0d
fbde5fcd7c
missed commit
2014-06-13 17:48:38 -04:00
e0d
2250338eba
shim to update ruby/node, not python reqs
2014-06-13 17:42:28 -04:00
Andy Armstrong
f3dd8aee8a
Update SASS pipeline to generate source maps
...
Note: this requires SASS 3.3+ so do ```bundle install```
2014-06-11 21:18:08 -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
da6d70a92b
updating diff-cover, adding --compare-branch feature to paver task
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
e0deca26fc
fix for prereqs installation cache check
2014-06-02 10:47:32 -04:00
muhammad-ammar
8809c5f0e0
Merge pull request #3487 from edx/ammar/fix-paver-python-prereq-paths
...
Fix paver python prereq paths
2014-05-28 20:17:19 +05:00
Christine Lytwynec
f9f6e09644
fix for pylint/pep8 defaults
2014-05-23 13:19:28 -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
Alexander Kryklia
c13282462a
Modify paver run_all_servers to allow different settings for LMS and Studio.
2014-05-12 17:12:40 +03:00
Muhammad Ammar
69c1b8997d
Fix paver python prereq paths
2014-04-28 08:18:04 +00: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
cc86b656ea
remove theme_paths var, per @sefk
2014-04-18 15:47:57 -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
c202e2aa6f
Merge pull request #3177 from edx/dcs/paver-one-watcher
...
Fixes potential 'too many open files error' when running all servers.
2014-04-03 10:02:58 -04:00
Ned Batchelder
beb1d74029
Paver should install requirements/private.txt
2014-04-02 11:52:46 -04:00
Dave St.Germain
7d38c493f7
Fixes potential 'too many open files error' when running all servers.
2014-04-02 11:45:00 -04:00
Dave St.Germain
52ca42266c
Merge pull request #3098 from edx/dcs/paver-watch-assets
...
Watch for asset changes.
2014-03-31 16:38:53 -04:00
Dave St.Germain
f886c9b7c5
Watch for asset changes.
2014-03-31 15:28:15 -04:00
David Baumgold
f6660f4c63
Make paver respect NO_PREREQ_INSTALL
2014-03-31 15:23:31 -04:00
Dave St.Germain
59333915c6
Reduce false cache misses when evaluating prerequisites
2014-03-28 00:23:23 -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
David Baumgold
6f38ea438a
Change if not args.skip_collect to if args.collect
...
Simpler and clearer
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