Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | munin is dead. Long live munin! | Bill Nottingham | 2016-06-06 | 5 | -44/+0 |
| | | | | Wait, not that. | ||||
* | Ancestor rebuild optimization progress | Akita Noek | 2016-04-15 | 1 | -1/+0 |
| | |||||
* | Preliminary EL6 SCL Python 2.7 support | Graham Mainwaring | 2016-03-23 | 3 | -9/+7 |
| | |||||
* | revert unintended change to awx-munin.conf | Leigh Johnson | 2016-03-11 | 1 | -4/+9 |
| | |||||
* | refactor delete-job-template.service-test, integrate jobTemplate.copy, ↵ | Leigh Johnson | 2016-03-11 | 1 | -8/+3 |
| | | | | resolves #1105 & #1047, tracking #1176 | ||||
* | Purge an old supervisor config | Matthew Jones | 2015-09-11 | 1 | -12/+0 |
| | | | | | | Apparently awx_supervisor.conf was still hanging around in the debian install. We'll make sure we won't lay that file down and bump the supervisor migration to make sure the file is removed permanently | ||||
* | Dashboard refresh | John Mitchell | 2015-05-29 | 1 | -3/+8 |
| | |||||
* | Additional flake8 cleanup | James Laska | 2015-05-21 | 1 | -1/+1 |
| | | | | | | | | The flake8 command was identifying several warnings and errors. This change addresses the flake8 warnings and updates the setup.cfg with additional exclusions. If accepted, jenkins will be updated to use the flake8 command, rather than using the django_jenkins plugin. This will expedite jenkins testing. | ||||
* | Add some comments about replacing the cert in the place people are most ↵ | Bill Nottingham | 2015-03-11 | 1 | -0/+3 |
| | | | | | | likely to notice it. (AKA, Not Just The Manual.) | ||||
* | Disable SSLv3 in apache config | James Laska | 2015-01-27 | 1 | -0/+1 |
| | | | | Fixes: https://trello.com/c/BGy5voWf | ||||
* | Move cert and key files to tower.cert and tower.key. | Luke Sneeringer | 2015-01-26 | 1 | -2/+2 |
| | |||||
* | Theoretical move from /etc/awx/ to /etc/tower/. | Luke Sneeringer | 2014-08-22 | 1 | -2/+2 |
| | |||||
* | Login dialog | Chris Houseknecht | 2014-08-15 | 1 | -8/+3 |
| | | | | | | If the attempt to get the license ('/api/v1/config') or user info ('/api/v1/me') fails, force user back to the login page. Additionally, call Authorization.logout() to make sure any residual token or user info is cleared. Tweaked the login HTML so that ng-show on the login dialog header message will cause the message to show when the sessionExpired variable is null or undefined. | ||||
* | Fix the el script alias so that we can show the dynamic graphs on centos and ↵ | Matthew Jones | 2014-08-07 | 1 | -0/+1 |
| | | | | rhel systems | ||||
* | Add some munin tower monitoring tasks | Matthew Jones | 2014-07-29 | 1 | -0/+3 |
| | |||||
* | changed azure labels and added them into inventory groups modal window | Jared Tabor | 2014-07-28 | 1 | -0/+17 |
| | |||||
* | Full packaging and playbook setup for munin apache directory and | Matthew Jones | 2014-07-23 | 2 | -21/+11 |
| | | | | htpassword configuration | ||||
* | Adding munin install and configuration to the playbook and package builds | Matthew Jones | 2014-07-21 | 3 | -0/+39 |
| | |||||
* | AC-465 Removed settings.py copies that are no longer used in packaging. | Chris Church | 2014-03-28 | 2 | -440/+0 |
| | |||||
* | Remove mod_ssl already loaded message | James Laska | 2014-03-10 | 1 | -1/+1 |
| | | | | The mod_ssl requirement will be satisfied by package dependencies. | ||||
* | Support httpd 2.2 and 2.4 config formats | James Laska | 2014-03-10 | 2 | -8/+28 |
| | | | | Create new-style debian apache-2.4 conf-enabled/ symlinks | ||||
* | AC-982 Added configuration options to disable activity stream logging ↵ | Chris Church | 2014-02-06 | 2 | -0/+6 |
| | | | | entirely, or disable only when running inventory import. | ||||
* | Initial task status to file implementation | Matthew Jones | 2013-11-21 | 2 | -0/+4 |
| | |||||
* | Make our vhost server names match everything, not just localhos. | Tim Gerla | 2013-11-10 | 2 | -4/+2 |
| | |||||
* | Remove warning about file being overwritten given force=no now being used on ↵ | Michael DeHaan | 2013-09-12 | 2 | -0/+4 |
| | | | | | | settings.py.j2 NOTE: config/* files should be removed in next release. Ticket filed. | ||||
* | Add comments to LDAP settings | Michael DeHaan | 2013-09-12 | 2 | -60/+154 |
| | |||||
* | AC-156. Update to default LDAP settings. | Chris Church | 2013-09-10 | 2 | -4/+4 |
| | |||||
* | AC-156. Implement LDAP organization mapping, update settings files and ↵ | Chris Church | 2013-09-09 | 2 | -56/+220 |
| | | | | comments on LDAP configuration. | ||||
* | AC-156 Added code and tests to support LDAP authentication (no organization ↵ | Chris Church | 2013-09-07 | 2 | -0/+56 |
| | | | | or team mapping yet). | ||||
* | Make UI always use https:// but API traffic that wants to can still get http:// | Michael DeHaan | 2013-09-07 | 2 | -4/+16 |
| | |||||
* | Add HTTPs and redirect http to HTTPs. Self signed. | Michael DeHaan | 2013-09-07 | 2 | -2/+32 |
| | |||||
* | Added support for defining additional environment variables in settings to ↵ | Chris Church | 2013-07-16 | 3 | -2/+6 |
| | | | | pass to the subprocess launched by the celery task, specify HOME and USER in settings by default instead of supervisord configuration. | ||||
* | Enabled syslog by default for all 500 errors. | Chris Church | 2013-07-15 | 2 | -2/+9 |
| | |||||
* | Update supervisord configs to specify home dir, somewhat | Michael DeHaan | 2013-07-11 | 1 | -5/+6 |
| | | | | | | confusing as to why one is a here doc and the other is not, and why ansibleworks is mentioned not awx in the other. Possibly not used? | ||||
* | Added setting for production builds to be able to run tests using SQLite. | Chris Church | 2013-06-28 | 2 | -0/+22 |
| | |||||
* | More debian packaging stuff | James Cammarata | 2013-06-24 | 1 | -0/+1 |
| | | | | | | | | | | * Added ability to do official vs dev builds (need to add to the RPM builds now) * Reverted changes to awx/wsgi.py after talking with Chris C. regarding the pathing issues and created config/wsgi.py instead that is installed to /var/lib/awx * Cleaned up package scripts so there's less junk being written to the screen during the install/uninstall | ||||
* | Updated wsgi.py to get the lib path from distutils.sysconfig | James Cammarata | 2013-06-24 | 1 | -0/+1 |
| | | | | | | | * also re-added the WSGISocketPrefix line to the apache config, since that was broken on RHEL systems, however it is now changed to be in /var/run instead of just run (relative to the httpd root) which didn't work on Ubuntu systems. | ||||
* | More work on debian packaging | James Cammarata | 2013-06-24 | 1 | -1/+0 |
| | |||||
* | Initial work for packaging .deb | James Cammarata | 2013-06-23 | 3 | -1/+50 |
| | |||||
* | Rename ansibleworks to awx. | Chris Church | 2013-06-23 | 3 | -38/+38 |
| | |||||
* | Adding ability to run "make rpm" | James Cammarata | 2013-06-16 | 2 | -0/+73 |