- 15 Feb, 2017 2 commits
-
-
Feanil/fix notifier celery process leak
Feanil Patel committed -
Ansible2 compatibility and jenkins plugin updates
Kevin Falcone committed
-
- 14 Feb, 2017 3 commits
-
-
Kevin Falcone committed
-
This was leaving \ in the generated files, which broke Jenkins
Kevin Falcone committed -
We set LANG in lms.conf and cms.conf but missed it for Celery
Kevin Falcone 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 9 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 -
The underlying role no longer exists.
Feanil Patel committed -
Ingore retry files.
Feanil Patel committed -
They used to get put into your home directory. Now they go in the directory you ran ansible from.
Feanil Patel committed -
Feanil Patel committed
-
Upgrade the pip3 version (which also keeps it installed when upgrading the pip version)
Calen Pennington committed -
Calen Pennington committed
-
- 07 Feb, 2017 3 commits
-
-
(cherry picked from commit 3b3b4893)
Ned Batchelder committed -
We originally made these changes when trying to debug the connection between the go-agent and go-server. Having them here makes it harder to upgrade go-agent versions since they are regularly making improvements to the upstream dockerfiles.
Feanil Patel committed -
Install MySQL 5.6 from an edX repo
Ned Batchelder committed
-
- 06 Feb, 2017 4 commits
-
-
Silently fail on missing requirements
Ned Batchelder committed -
Ned Batchelder committed
-
Fix the team mention in the PR template
Ned Batchelder committed -
ECOM-6975
Clinton Blackburn committed
-