- 22 Feb, 2017 1 commit
-
-
nadeemshahzad committed
-
- 17 Feb, 2017 1 commit
-
-
nadeemshahzad committed
-
- 16 Feb, 2017 2 commits
-
-
Update Vagrantfiles
Ned Batchelder committed -
(cherry picked from commit 8d1a52fe)
Ned Batchelder committed
-
- 15 Feb, 2017 9 commits
-
-
The API changed slightly.
Feanil Patel committed -
Use the ubuntu keyserver to retrieve the edX PPA key.
Feanil Patel committed -
Explicitly set the permissions for the supervisor config for celery.
Feanil Patel committed -
Feanil Patel committed
-
Feanil Patel committed
-
Upgrade to 3.0.14
Kevin Falcone committed -
The sed -E still doesn't work on OS-X
Kevin Falcone committed -
Feanil/fix notifier celery process leak
Feanil Patel committed -
Ansible2 compatibility and jenkins plugin updates
Kevin Falcone committed
-
- 14 Feb, 2017 5 commits
-
-
Kevin Falcone committed
-
This was leaving \ in the generated files, which broke Jenkins
Kevin Falcone committed -
Noticed when something that worked for Feanil didn't work for Michael In 7cd04db1 this was updated to rely less on gnu sed, but it still didn't work properly on the sed shipped with OS-X Sierra. gsed does, but I don't want people to need to install that. Error was that (:\S*)? was only matching : not :tagname, so the generated Docker file was foo:testbar rather than foo:test
Kevin Falcone committed -
We set LANG in lms.conf and cms.conf but missed it for Celery
Kevin Falcone committed -
We already do this in the common role but not in bootstrap or abbey roles.
Feanil Patel committed
-
- 13 Feb, 2017 7 commits
-
-
- Added file to allow bower to install as root - Added xvfb, firefox, and gettext packages for testing and local development
Clinton Blackburn committed -
update c++ lib for android on xenial
Stu Young committed -
stu committed
-
Feanil Patel committed
-
Feanil Patel committed
-
Feanil Patel committed
-
Having the intermediate shell script causes the signals to not propagate correctly. So when supervisor stops the workers the celery root process dies but the actual workers hang around. On sandboxes this results in there eventually being lots of stray workers that eventually chew through all the memory on the box.
Feanil Patel committed
-
- 10 Feb, 2017 8 commits
-
-
added celery queue variable
syed-awais-ali committed -
Handle the edxapp worker case with two ASGs but no ELBs
Kevin Falcone committed -
There's actually 3 layers of quoting here so using some single quotes.
Feanil Patel committed -
The end result in the file was previously `export GO_SERVER_SYSTEM_PROPERTIES="-Dgo.config.repo.gc.cron="0 0 2 ? * SAT" go.config.repo.gc.periodic="Y""` Note how the open quote after the equal gets closed by the quote after `cron=`. This is not what we want. The new output looks like this: `export GO_SERVER_SYSTEM_PROPERTIES='-Dgo.config.repo.gc.cron="0 0 2 ? * SAT" -Dgo.config.repo.gc.periodic="Y"'` Single quoting all the double quotes on that line.
Feanil Patel committed -
syed-awais-ali committed
-
Make sure we have pip and pip3 at the right version pointing to the r…
Brian Beggs committed -
syed-awais-ali committed
-
TNL-6510: Initialize elasticsearch for forums.
Robert Raposa committed
-
- 09 Feb, 2017 4 commits
-
-
Robert Raposa committed
-
Previously it would exit without a message but no inventory.
Kevin Falcone committed -
Calen Pennington committed
-
syed-awais-ali committed
-
- 08 Feb, 2017 3 commits
-
-
Update Vagrantfiles for ficus.1rc3
Ned Batchelder committed -
Don't enrol the staff user in the demo course if the staff user wasn't created.
Sven Marnach committed -
Feanil/gocd upgrade
Feanil Patel committed
-