- 20 Dec, 2017 1 commit
-
-
Fred Smith committed
-
- 19 Dec, 2017 3 commits
-
-
Fred Smith committed
-
Fred Smith committed
-
Fred Smith committed
-
- 15 Dec, 2017 1 commit
-
-
The lms role gets installed first. by referencing this upstream server, we introduce a dependency on the upstream definition before it is defined by the apros role.
Fred Smith committed
-
- 23 Oct, 2017 2 commits
-
-
Fred Smith committed
-
Fred Smith committed
-
- 19 Oct, 2017 2 commits
- 26 Sep, 2017 1 commit
-
-
Fred Smith committed
-
- 19 Sep, 2017 1 commit
-
-
signle quoted regex
Zia Fazal committed
-
- 14 Sep, 2017 7 commits
-
-
wajeeha-khalid committed
-
wajeeha-khalid committed
-
wajeeha-khalid committed
-
wajeeha-khalid committed
-
wajeeha-khalid committed
-
wajeeha-khalid committed
-
wajeeha-khalid committed
-
- 16 Aug, 2017 6 commits
-
-
Aamish Baloch committed
-
Zia Fazal committed
-
Fred Smith committed
-
Fred Smith committed
-
Calen Pennington committed
-
Calen Pennington committed
-
- 15 Aug, 2017 1 commit
-
-
Fred Smith committed
-
- 11 Jul, 2017 1 commit
-
-
Since the earliest days of edX, we've run gunicorn with preload_app as True. This was primarily because the first handful of courses were using the XMLModuleStore, which was extremely slow to initialize because it had to read entire courses from disk and load them into memory at startup. XMLModuleStore courses stopped being created with the introduction of Studio, and we've long since removed them from edx.org. Note: This should not be confused with importing courses that are authored in XML. XMLModuleStore courses are courses who use the disk instead of Mongo for content persistence, and require a server restart for content edits to show. This commit sets things back to how Django is more commonly deployed with gunicorn. It will make server startup time somewhat more expensive because each worker process does init work, but it should make it easier to safely enable features like database connection pooling without having to worry about shared resources. [PERF-305]
David Ormsbee committed
-
- 13 Jun, 2017 1 commit
-
-
removing unneeded, missing alternatives bad diag missed var
Edward Zarecor committed
-
- 27 Mar, 2017 3 commits
-
-
Add newrelic to jenkins workers.
Ben Patterson committed -
Deploy edx-themes:master instead of edx-themes:release
Douglas Hall committed -
We want the release pipelines to deploy edx-themes:master to avoid the additional step of merging edx-themes:master to edx-themes:release in order to deploy changes to edx-themes. WL-1018
Douglas Hall committed
-
- 24 Mar, 2017 1 commit
-
-
This Dockerfile is based on the official image (rather than built from scratch by us) and includes the elasticsearch-head plugin.
Clinton Blackburn committed
-
- 23 Mar, 2017 7 commits
-
-
ECOM-7552
Clinton Blackburn committed -
No need to create different replica user
Ned Batchelder committed -
find-exec won't expand wildcards
Ned Batchelder committed -
Exclude Enterprise API from auth.
Fred Smith committed -
ubuntu-restricted-extras requires multiverse
Kevin Falcone committed -
Configure ca-certificates for java in go-agents
Brian Beggs committed -
Fred Smith committed
-
- 22 Mar, 2017 2 commits
-
-
Brian Beggs committed
-
Add a playbook to install Grafana.
Toby Lawrence committed
-