- 05 Nov, 2013 17 commits
-
-
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
This causes a problem when you run `--skip-tags deploy`
John Jarvis committed -
John Jarvis committed
-
John Jarvis committed
-
fix mode for verified user
John Jarvis committed -
John Jarvis committed
-
Setting this to !!null will not work, submitted a bug against ansible so hopefully this can be resolved. https://github.com/ansible/ansible/issues/4812 Until then I will fix edx-platform as a work-around to not use an empty string as an import
John Jarvis committed -
fixing default for THEME_NAME
John Jarvis committed -
John Jarvis committed
-
If THEME_NAME is set to an empty string it will cause a sass error due to this mako code: ``` % if env.get('THEME_NAME') is not None: // import theme's Sass overrides @import '${env.get('THEME_NAME')}'; % endif ```
John Jarvis committed
-
- 04 Nov, 2013 19 commits
-
-
Feanil/default emails
Feanil Patel committed -
Feanil Patel committed
-
Feanil Patel committed
-
fixing discern settings for discern_celery
John Jarvis committed -
John Jarvis committed
-
edxapp-extra-vars: Expose extra variables for configuration of the edxapp role
Feanil Patel committed -
this adds some sample users using the new create_user django-admin.py
John Jarvis committed -
command
John Jarvis committed -
fixing directory perms for discern
John Jarvis committed -
John Jarvis committed
-
Stanford datadog playbook updates
Joe Blaylock committed -
Joe Blaylock committed
-
Xavier Antoviaque committed
-
fixing handler name
John Jarvis committed -
John Jarvis committed
-
Jarv/discern supervisor
John Jarvis committed -
John Jarvis committed
-
Some general cleanup of the edxapp role, adding certs to continuous integration
John Jarvis committed -
John Jarvis committed
-
- 03 Nov, 2013 4 commits
-
-
John Jarvis committed
-
Move xserver to supervisor
John Jarvis committed -
Fixes for edxapp: Permissions & supervisor startup/configuration
John Jarvis committed -
`supervisorctl reload` not only reloads the configuration files, but also restarts all services, which causes all services to be reloaded several times, and causes errors when the playbook later attempts to start the services after changes have been applied.
Xavier Antoviaque committed
-