- 02 Sep, 2015 2 commits
-
-
An aggregate score is one derived from multiple problems (such as the cumulative score for a vertical element containing many problems). Sending aggregate scores immediately introduces two issues: one is a race condition between the view method and the Celery task where the updated score may not yet be visible to the database if the view has not yet returned (and committed its transaction). The other is that the student is likely to receive a stream of notifications as the score is updated with every problem. Waiting a reasonable period of time allows the view transaction to end, and allows us to collapse multiple score updates into a single message. The time value is in seconds.
David Ormsbee committed -
Separate installing datadog and new relic on sanboxes
Arbab Nazar committed
-
- 01 Sep, 2015 3 commits
-
-
Whitelist the lti_provider endpoint
Kevin Falcone committed -
This uses OAuth1 and configured tokens and shouldn't use basic auth.
Kevin Falcone committed -
arbabnazar committed
-
- 31 Aug, 2015 12 commits
-
-
Rename playbook for ad-hoc reporting box management
Max Rothman committed -
Max Rothman committed
-
Max Rothman committed
-
Though the name "tools-gp" is now a misnomer, a new on-call devops would probably know the place where read-replica scripts live by that name. Therefore, until the server is renamed, the playbook should match it.
Max Rothman committed -
make logrotate not crash clusters
Fred Smith committed -
Fred Smith committed
-
Update base ubuntu AMIs to newest versions
Max Rothman committed -
Max Rothman committed
-
Feanil/update sandbox workers
Feanil Patel committed -
Be able to update workers.
Feanil Patel committed -
Before this change, you couldn't actually update workers because their config never got updated and they never got restarted when you updated the edx-platform. This will allow us to quickly update the workers. We can't do this as part of the edxapp.yml play because that is used in multiple places.
Feanil Patel committed -
Before this change, you couldn't actually update workers because their config never got updated and they never got restarted when you updated the edx-platform. This will allow us to quickly update the workers. We can't do this as part of the edxapp.yml play because that is used in multiple places.
Feanil Patel committed
-
- 28 Aug, 2015 1 commit
-
-
Installation Script: Fix configuration version bug and update to make use of the latest pip's cache feature
Fred Smith committed
-
- 26 Aug, 2015 4 commits
-
-
Benp/jenkins worker java 8
Ben Patterson committed -
Revert "DEVOPS-2620 - DISPLAY_ANALYTICS_ENROLLMENTS"
Kevin Falcone committed -
This is a feature flag, not a setting This reverts commit adb81f4a.
Kevin Falcone committed -
Ben Patterson committed
-
- 25 Aug, 2015 4 commits
-
-
edxapp DB sanitization script moved into sysadmin repo
Max Rothman committed -
OPS-976: Remove serial option from mongo play
Max Rothman committed -
The mongo play doesn't work when run serially. It's run non-serially in other places (vagrant-cluster.yml, for example). The serial option seems to have been added mistakenly in 2632cb86 (#1522) and not tested.
Max Rothman committed -
Create non-ASG instances with both security groups so they can reach each other
Max Rothman committed
-
- 24 Aug, 2015 7 commits
-
-
Max Rothman committed
-
Max Rothman committed
-
DEVOPS-2621 - add CREDIT_HELP_LINK_URL environment variable
Fred Smith committed -
Fred Smith committed
-
Benp/fix packer sitespeed aug2015
Ben Patterson committed -
DEVOPS-2620 - DISPLAY_ANALYTICS_ENROLLMENTS
Fred Smith committed -
Fred Smith committed
-
- 21 Aug, 2015 7 commits
-
-
Upgrade to pip 6.0.8. We can't upgrade beyond this yet due to python …
Ali Mohammad committed -
Upgrade to pip 6.1.0 and the corresponding virtual env. (We can't upgrade beyond this yet due to python version mismatch.)
Ali Mohammad committed -
Overrides for SAML public key and private key vars.
Feanil Patel committed -
Feanil Patel committed
-
Ben Patterson committed
-
Xiang Junfu committed
-
Xiang Junfu committed
-