- 26 Feb, 2016 4 commits
-
-
This dates from when our code was if lms/cms, else xque, else new_service. Now that lms/cms are lumped into new_services, name it services.
Kevin Falcone committed -
This allows us to run `edxapp-migrate-lms --list` for migration checking
Kevin Falcone committed -
When we have multiple DBs, this will do the right thing.
Kevin Falcone committed -
Does so by running the edxapp role just to generate config (as controlled by check-migrations.sh's use of the --tag) and then the tasks in the playbook are hardcoded to always run, regardless of the tag. Because the edxapp play has run, the tasks have access to the various config variables containing DATABASES and can tell what DBs are in use. Skip the read replica
Kevin Falcone committed
-
- 25 Feb, 2016 1 commit
-
-
Update readme to match the current state of things.
Feanil Patel committed
-
- 24 Feb, 2016 2 commits
-
-
Include ORGANIZATIONS_API_URL_ROOT in programs defaults
Renzo Lucioni committed -
This setting is used when requesting data from the LMS Organizations API.
Renzo Lucioni committed
-
- 23 Feb, 2016 3 commits
-
-
Feanil Patel committed
-
restructure notes_api deployment
Fred Smith committed -
Fred Smith committed
-
- 22 Feb, 2016 3 commits
-
-
Remove almost all references to syncdb
🔥 🔥 🔥 Kevin Falcone committed -
Make check-migrations script exit with proper status on errors
Max Rothman committed -
Max Rothman committed
-
- 20 Feb, 2016 1 commit
-
-
Django 1.8 removed the syncdb command so we can no longer run it, don't imply that we are running it in documentation/messages, also don't provide the scripts used on devstack/sandboxes to run it since they'll never work anyway. Additionally - remove yet another openid workaround which is unnecesary since the Django 1.8 upgrade.
Kevin Falcone committed
-
- 19 Feb, 2016 2 commits
-
-
add config for jwt auth feature flag
Zubair Afzal committed -
zubair-arbi committed
-
- 18 Feb, 2016 4 commits
-
-
DEVOPS-3685 ensure tools gets the same version the mongo play installs
Kevin Falcone committed -
While fixing a downgrade from 3 -> 2 on tools, ensure this role uses the same version the mongo_3 play uses.
Kevin Falcone committed -
OPS-1327 Allow User to specify the lifetime of the sandbox when creating
Arbab Nazar committed -
arbabnazar committed
-
- 17 Feb, 2016 2 commits
-
-
Add config for SUPPORT_URL
Fred Smith committed -
Michael Frey committed
-
- 16 Feb, 2016 6 commits
-
-
Max/small fixes
Max Rothman committed -
Max Rothman committed
-
The "connection: local" option prevented us from running the playbook on another host (e.g. an app server) which gets around security restrictions on connecting to DB servers. Also, the option is totally unnecessary. There's no reason this play couldn't run remotely.
Max Rothman committed -
Set better defaults for LMS_BASE, CMS_BASE
Feanil Patel committed -
This AMI includes the fix to not clobber db perms
Edward Zarecor committed -
Edward Zarecor committed
-
- 15 Feb, 2016 6 commits
-
-
Fix CI by appending privileges
Edward Zarecor committed -
Edward Zarecor committed
-
New AMI
Edward Zarecor committed -
Edward Zarecor committed
-
remove the fail logic and add the informational message
Edward Zarecor committed -
arbabnazar committed
-
- 13 Feb, 2016 1 commit
-
-
Having an empty CMS_BASE variable causes the "View Unit in Studio" button on the LMS to not work properly. These are better defaults.
David Baumgold committed
-
- 12 Feb, 2016 5 commits
-
-
Merge dogwood to master
Ned Batchelder committed -
Support externally hosted comprehensive themes
Feanil Patel committed -
add s3 backend configuration settings
Zubair Afzal committed -
Florian Haas committed
-
The old Stanford-style themes can be pulled in from an external Git repo; no such provision was previously available for comprehensive themes. * Introduce two new configuration variables: - EDXAPP_COMPREHENSIVE_THEME_SOURCE_REPO: Git repo for the comprehensive theme - EDXAPP_COMPREHENSIVE_THEME_VERSION: Git branch, tag, or revision to check out from the repo * Introduce a new task, "checkout comprehensive theme", doing the equivalent of the previously existing "checkout theme" task. Check out the theme repo to EDXAPP_COMPREHENSIVE_THEME_DIR. If EDXAPP_COMPREHENSIVE_THEME_SOURCE_REPO is unset, continue to assume that EDXAPP_COMPREHENSIVE_THEME_DIR already exists and is populated with a comprehensive theme. * Rename the "checkout theme" task to "checkout Stanford-style theme".
Florian Haas committed
-