- 16 May, 2017 1 commit
-
-
Ned Batchelder committed
-
- 12 May, 2017 2 commits
-
-
Parameterize Dockerfiles for Open edX releases
Ned Batchelder committed -
Ned Batchelder committed
-
- 11 May, 2017 3 commits
-
-
Plumbing for ICP in the footer
Edward Zarecor committed -
Edward Zarecor committed
-
Edward Zarecor committed
-
- 10 May, 2017 6 commits
-
-
We found once a minute too frequent for these for splunk
Kevin Falcone committed -
Bump to stay in sync with MMS releases
Kevin Falcone committed -
Kevin Falcone committed
-
Pass these in because the defaults in docker.mk are lost
Kevin Falcone committed -
Kevin Falcone committed
-
Make edx_notes_api endpoint HTTPS aware
Fred Smith committed
-
- 09 May, 2017 2 commits
-
-
WIP: Remove obsolete doc link settings
Ned Batchelder committed -
Determine default network interface name instead of hardcoding to eth0.
Kevin Falcone committed
-
- 08 May, 2017 3 commits
-
-
Better overridability of Graphite/Carbon configuration.
Toby Lawrence committed -
Switch to gp2 disks
Kevin Falcone committed -
They cost twice as much, but in our usage scenario this means $5/month instead of $2.50/month and they shave several minutes off of sandbox builds (and will probably aid other builds). The continuous_delivery launch_instance playbook is already using gp2
Kevin Falcone committed
-
- 05 May, 2017 4 commits
-
-
Revert "Automate required vagrant plugin installation for any number of plugins."
Ned Batchelder committed -
Ned Batchelder committed
-
Automate required vagrant plugin installation for any number of plugins.
Ned Batchelder committed -
Newer AMI after rabbit upgrade
Kevin Falcone committed
-
- 04 May, 2017 13 commits
-
-
UmanShahzad committed
-
Moved logic to check if plugin installation check is necessary into vagrantplugins.rb.
UmanShahzad committed -
Mention the internal repos
Kevin Falcone committed -
Kevin Falcone committed
-
Replace `DATABASE_OPTIONS` setting
Kevin Falcone committed -
Both the automated version and non-automated version were giving their respective plugin installation messages even when just typing `vagrant`.
UmanShahzad committed -
Also adjusted style on function calls.
UmanShahzad committed -
UmanShahzad committed
-
`DATABASE_OPTIONS` was deprecated in Django 1.2 and removed in 1.4. `OPTIONS` should now be passed as part of `DATABASES`.
Morgan Robertson committed -
Kevin Falcone committed
-
Add link to testing checklist to PR template.
John Eskew committed -
Instead of hardcoding to eth0.
Matjaz Gregoric committed -
It turns out ansible already provides info about the default network interface in the ansible_default_ipv4 dict variable, so we can use that instead of using the 'ip route show' command.
Matjaz Gregoric committed
-
- 03 May, 2017 6 commits
-
-
John Eskew committed
-
We previously used a less-than-optimal way of storing the configuration values for Graphite/Carbon, which meant you had to override the entire configuration (including restating default values, etc) to change one thing. This now mirrors how we approach things in the Grafana role, where each distinct value is a distinct variable that can be overridden separately, and is pulled together at a higher level into the configuration.
Toby Lawrence committed -
It's not a requirement and has the potentialy to appear like an actual string, and not an empty string, which breaks things like Grafana.
Toby Lawrence committed -
Make sure NR and Splunk are available in the rabbit role
Kevin Falcone committed -
Kevin Falcone committed
-
LEARNER-812
Clinton Blackburn committed
-