- 21 Jun, 2017 2 commits
-
-
Adam Palay committed
-
JDK7 is no longer available through the oracle site.
Uman Shahzad committed
-
- 20 Jun, 2017 1 commit
-
-
Matjaz Gregoric committed
-
- 12 Jun, 2017 1 commit
-
-
Feanil Patel committed
-
- 09 Jun, 2017 2 commits
-
-
Andy Armstrong committed
-
Set the EDXAPP_IMPORT_EXPORT_BUCKET setting to an empty string to make the course import/export functionality to use the file system for storage
Douglas Cerna committed
-
- 08 Jun, 2017 2 commits
-
-
`SUPPORT_URL` was replaced by `SUPPORT_EMAIL`
Kyle McCormick committed -
Douglas Cerna committed
-
- 07 Jun, 2017 1 commit
-
-
Michael Roytman committed
-
- 06 Jun, 2017 1 commit
-
-
Remove setting `INSIGHTS_FEEDBACK_EMAIL`, as it was deemed redundant with `INSIGHTS_SUPPORT_EMAIL`
Kyle McCormick committed
-
- 04 Jun, 2017 1 commit
-
-
Uman Shahzad committed
-
- 26 May, 2017 2 commits
-
-
Uman Shahzad committed
-
Uman Shahzad committed
-
- 24 May, 2017 1 commit
-
-
Anthony Mangano committed
-
- 23 May, 2017 1 commit
-
-
Douglas Cerna committed
-
- 25 Apr, 2017 2 commits
-
-
Ned Batchelder committed
-
Ned Batchelder committed
-
- 24 Apr, 2017 1 commit
-
-
Calen Pennington committed
-
- 12 Apr, 2017 2 commits
-
-
Kevin Falcone committed
-
Feanil Patel committed
-
- 06 Apr, 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 Mar, 2017 1 commit
-
-
TNL-6611
Nimisha Asthagiri committed
-
- 07 Mar, 2017 1 commit
-
-
and CHANGELOG entry.
Jillian Vogel committed
-
- 06 Mar, 2017 1 commit
-
-
ECOM-7207
Clinton Blackburn committed
-
- 01 Mar, 2017 1 commit
-
-
Make prior RabbitMQ TLS changelog more accurate, and add a new entry for setting `XQUEUE_RABBITMQ_TLS` to false
Brandon DeRosier committed
-
- 16 Feb, 2017 1 commit
-
-
Morgan Robertson committed
-
- 03 Feb, 2017 1 commit
-
-
Mike Dikan committed
-
- 01 Feb, 2017 1 commit
-
-
zubair-arbi committed
-
- 18 Jan, 2017 1 commit
-
-
Matthew Piatetsky committed
-
- 17 Jan, 2017 1 commit
-
-
* Default value is 'aws' (unchanged) * Used by EDXAPP_SETTINGS, gitreload_env.DJANGO_SETTINGS, and demo_edxapp_settings variables
Jillian Vogel committed
-
- 10 Jan, 2017 1 commit
-
-
Filippo Panessa committed
-
- 03 Dec, 2016 1 commit
-
-
Brandon DeRosier committed
-
- 01 Dec, 2016 1 commit
-
-
Mongo_3_0 is now ready for upgrading to Mongo 3.2 and keeping compatibility. The fix is also necessary for Openstack deployment.
Filippo Panessa committed
-
- 18 Nov, 2016 1 commit
-
-
If this play is being run against an existing mmapv1 mongo 3.0 install, make sure MONGO_STORAGE_ENGINE is overridden. This will facilitate shipping 3.0 with newer release.
Kevin Falcone committed
-
- 27 Oct, 2016 1 commit
-
-
This allows for security updates to be applied during artifact creation, but not applying other updates.
Kevin Falcone committed
-
- 26 Oct, 2016 1 commit
-
-
ECOM-6141
Awais committed
-
- 19 Oct, 2016 1 commit
-
-
Added new setting variable "EXPIRING_SOON_WINDOW: 28"
tasawernawaz committed
-
- 11 Oct, 2016 1 commit
-
-
Douglas Hall committed
-
- 01 Jul, 2016 1 commit
-
-
Omar Khan committed
-
- 30 Jun, 2016 1 commit
-
-
Fred Smith committed
-