- 05 Jul, 2018 2 commits
-
-
Require OPENEDX_RELEASE
Ned Batchelder committed -
Ned Batchelder committed
-
- 03 Jul, 2018 5 commits
-
-
Analyticstack related changes to support hawthorn.
Hassan committed -
Hassan Javeed committed
-
Chown edx-platform for jenkins-worker image
Michael Youngstrom committed -
Michael Youngstrom committed
-
We can override the DATA_DIR now that edx-platform exposes it
Kevin Falcone committed
-
- 02 Jul, 2018 5 commits
-
-
Kevin Falcone committed
-
I wondered why /edx/var/log/edxapp/{lms,cms} existed empty
Kevin Falcone committed -
Install xblock-problem-builder from PyPI
Jeremy Bowman committed -
Update credentials site parameters to include the records page help url
Spencer Hance committed -
Jeremy Bowman committed
-
- 29 Jun, 2018 5 commits
-
-
TE-2585 Upgrade problem-builder to fix warning
Jeremy Bowman committed -
It was because we had a task to create those subdirs but then passed along LOG_DIR differently. However, LOG_DIR was wrong because it used /edx/var/logs/edx and logs doesn't exist at all. Luckily, we use syslog to actually log, and *that* uses /edx/var/log/edx/{lms,cms}/edx.log
Kevin Falcone committed -
Jeremy Bowman committed
-
Make sure edxapp JWT_ISSUERS is updated.
Douglas Hall committed -
Douglas Hall committed
-
- 28 Jun, 2018 4 commits
-
-
Set DEFAULT_JWT_ISSUER.
Douglas Hall committed -
Douglas Hall committed
-
Fix location of sass variables for simple-theme role
David Ormsbee committed -
Spencer Hance committed
-
- 27 Jun, 2018 3 commits
-
-
Exec so that bash is replaced by celery
Kevin Falcone committed -
This allows supervisor to send a warm shutdown to celery and wait for celery to complete tasks and clean up before shutting down.
Kevin Falcone committed -
Remove config related to the CDN Experiments.
Feanil Patel committed
-
- 26 Jun, 2018 4 commits
-
-
Feanil Patel committed
-
remove NewRelic from role
Bill Filler committed -
Bill Filler committed
-
Initial support for journals service
Fred Smith committed
-
- 25 Jun, 2018 2 commits
-
-
Bill Filler committed
-
TE-2597 Uninstall JobConfigHistory, upgrade GHPRB
Jeremy Bowman committed
-
- 22 Jun, 2018 1 commit
-
-
Jeremy Bowman committed
-
- 21 Jun, 2018 5 commits
-
-
Copy/pasta added half of the CSRF cookie
Kevin Falcone committed -
Also make session cookie overridable while here, for future use.
Kevin Falcone committed -
Allow us to set a custom cloudwatch dictionary for the metrics
Kevin Falcone committed -
OPS-2998
Kevin Falcone committed -
TE-2560 Add Warnings plugin to build Jenkins
Jeremy Bowman committed
-
- 20 Jun, 2018 2 commits
-
-
Jeremy Bowman committed
-
* Remove newrelic server as it is no longer supported. If you try to start it, it connects to Newrelic and then fails to start. ``` 2018-06-19 21:31:13.253 (24656) info: cmd='connect' for 'Infrastructure' returned exception type='NewRelic::Agent::ForceDisconnectException' message='Legacy server agents are no longer supported' 2018-06-19 21:31:13.253 (24655) info: worker process exited with 1 - NOT restarting ``` * We removed the newrelic role in this PR This may want newrelic-infrastructure, but I'll let the relevant team decide.
Feanil Patel committed
-
- 19 Jun, 2018 2 commits
-
-
A useful comment from last week that wasn't added to that merge
Kevin Falcone committed -
Setting up a jenkins worker docker image
Michael Youngstrom committed
-