- 17 May, 2018 2 commits
-
-
Feanil Patel committed
-
Allow analytics_api and insights to be disabled on sandbox servers
Kevin Falcone committed
-
- 16 May, 2018 3 commits
-
-
Cleaning up /edx/etc/app (vs /edx/etc/app.yml)
Kevin Falcone committed -
This dates from when edxapp had yaml files that were created but never used. Use of it removed in 8f16fd28
Kevin Falcone committed -
Signed-off-by: Tomasz Gargas <tomasz@opencraft.com>
Tomasz Gargas committed
-
- 15 May, 2018 7 commits
-
-
Before we would get /edx/etc/app and /edx/etc/app.yml and it doesn't seem worth moving those around.
Kevin Falcone committed -
It refers to above but nothing happens above.
Kevin Falcone committed -
fixed json decoding
syed-awais-ali committed -
New base image with xqueue.yml and no json files for it
Kevin Falcone committed -
Simon chen committed
-
syed-awais-ali committed
-
Bump jenkins heap size to 16 gb
Michael Youngstrom committed
-
- 14 May, 2018 9 commits
-
-
Fix analytics-api name in new relic
George Babey committed -
Bump awscli from 1.15.10 to 1.15.19
Feanil Patel committed -
Michael Youngstrom committed
-
Kevin Falcone committed
-
This will dump all contents of GIT_REPOS
Kevin Falcone committed -
our use of edx_service expects XQUEUE_VERSION
Kevin Falcone committed -
Switch this over now that xqueue's change has landed
Kevin Falcone committed -
Remove xqueue special migration checks
Kevin Falcone committed -
Bumps [awscli](http://aws.amazon.com/cli/) from 1.15.10 to 1.15.19. Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] committed
-
- 11 May, 2018 4 commits
-
-
OPS-3112
Kevin Falcone committed -
add newrelic infrastructure to notes
Kevin Falcone committed -
Kevin Falcone committed
-
Easier to read with ?w=1 since 80% of this is delete and unindent
Kevin Falcone committed
-
- 10 May, 2018 5 commits
-
-
Kevin Falcone committed
-
The role name changed to analytics_api for consistency but this fixes the newrelic name back to analytics-api as monitoring is already set up against this name
George Babey committed -
Pass XQUEUE_CFG to several commands
Kevin Falcone committed -
We can also define DJANGO_SETTINGS and remove the --settings line to get closer to edx_django_service, but not here. Creating users and the supervisor jobs also need the environment variable. DEVOPS-7396
Kevin Falcone committed -
We were still passing xqueue_version from jenkins, so your branch override wasn't seen.
Kevin Falcone committed
-
- 09 May, 2018 10 commits
-
-
Switch over to the newer config style for pre_supervisor
Kevin Falcone committed -
Kevin Falcone committed
-
Move XQueue to use edx_service
Kevin Falcone committed -
Kevin Falcone committed
-
These will also be skipped in the yaml file unless set which better enables app defaults in XQueue
Kevin Falcone committed -
Make sure your config file is an environment variables. Remove several hardcoded settings files from the devstack commands.
Kevin Falcone committed -
This means that your default in app/settings/base.py will retain the default if there's no default set here. Otherwise it would be set to None instead. OPS-2714
Kevin Falcone committed -
Kevin Falcone committed
-
The main driving force is going from xqueue.(auth|env).json to /edx/etc/xqueue.yml like other IDAs There's a few additional cleanups such as normalization of the repo configuration
Kevin Falcone committed -
Fix credentials fallback language code
Michael Terry committed
-