- 16 Sep, 2015 2 commits
-
-
On vagrant curl is not available by default.
Feanil Patel committed -
This breaks running the user role on a fresh vagrant box where common has not already been run. This change should fix that.
Feanil Patel committed
-
- 15 Sep, 2015 6 commits
-
-
Create nodeenv using prebuilt package
Clinton Blackburn committed -
Ensure ansible is run on the release vagrant box
Gabe Mulley committed -
Enable overriding of the elastic search config set in aws.py
Kevin Falcone committed -
Kevin Falcone committed
-
Using a prebuilt node package decreases the time to create a nodeenv from minutes to a couple seconds. ECOM-2185
Clinton Blackburn committed -
Added LTI_AGGREGATE_SCORE_PASSBACK_DELAY, default of 15 mins (900s).
David Ormsbee committed
-
- 11 Sep, 2015 3 commits
-
-
Without this, users with a password of "pass word" fail
Kevin Falcone committed -
Allow adding in of storage specific configuration
Kevin Falcone committed -
It turns it into key/value arguments to the ansible module, causing hilarious failures.
Kevin Falcone committed
-
- 10 Sep, 2015 4 commits
-
-
This can be used to configure wiredTiger's memory usage away from "half of the RAM on the box".
Kevin Falcone committed -
permit LTI auth requests through basic auth
Fred Smith committed -
Fred Smith committed
-
Add missing shared folders and port forwards to Vagrantfile.
Jim Abramson committed
-
- 09 Sep, 2015 8 commits
-
-
jsa committed
-
Add oscar_populate_countries to ecommerce playbook.
Jim Abramson committed -
Mongo 3.0.4 with WT has a lot of memory leaks
Kevin Falcone committed -
A sampling of things fixed in 3.0.5 and later. https://jira.mongodb.org/browse/SERVER-17386 https://jira.mongodb.org/browse/SERVER-19562 https://jira.mongodb.org/browse/SERVER-17424
Kevin Falcone committed -
jsa committed
-
DEVOPS-2735 - Facebook social certificate sharing
Fred Smith committed -
Gabe Mulley committed
-
Specify a default image for the forums notifier
Sarina Canelake committed
-
- 08 Sep, 2015 5 commits
-
-
Fred Smith committed
-
Sarina Canelake committed
-
Sarina Canelake committed
-
Remove plugins we don't use on Admin.
Feanil Patel committed -
These are a few plugins that I don't think we use on admin anymore and should be removed from this list.
Feanil Patel committed
-
- 04 Sep, 2015 2 commits
-
-
Run update commands with devstack=true on devstacks
Feanil Patel committed -
Increase minimum vagrant version to 1.6.5
Feanil Patel committed
-
- 03 Sep, 2015 3 commits
-
-
Bump up to 0.8.3 for some bugfixes
Kevin Falcone committed -
Brandon DeRosier committed
-
- 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 2 commits
-
-
Rename playbook for ad-hoc reporting box management
Max Rothman committed -
Max Rothman committed
-