Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license info, add tool for helpsies | Matthew Jones | 2016-07-12 | 1 | -0/+20 |
| | |||||
* | Merge pull request #2634 from wwitzel3/issue-2560 | Wayne Witzel III | 2016-06-27 | 1 | -2/+2 |
|\ | | | | | Disallow non-admin of a user to add a user to Roles | ||||
| * | renaming Credential.owner_role -> Credential.admin_role | Wayne Witzel III | 2016-06-24 | 1 | -2/+2 |
| | | |||||
* | | Remove old license auditor thing. | Bill Nottingham | 2016-06-23 | 2 | -409/+0 |
|/ | | | | We don't use this any more. | ||||
* | add awx-manage executable for tower-qa tests | Ryan Fitzpatrick | 2016-06-16 | 2 | -0/+11 |
| | |||||
* | Remove mongo key from being installed on the dev container | Matthew Jones | 2016-06-08 | 1 | -2/+0 |
| | |||||
* | Updating docker dev workflow | Matthew Jones | 2016-06-08 | 3 | -28/+49 |
| | | | | | * Moving to new docker compose file format * Adding some things that will be needed for python dependencies | ||||
* | munin is dead. Long live munin! | Bill Nottingham | 2016-06-06 | 1 | -15/+0 |
| | | | | Wait, not that. | ||||
* | Fix failing apt-key step in Dockerfile | Shane McDonald | 2016-05-25 | 1 | -1/+2 |
| | | | | The docs at https://wiki.postgresql.org/wiki/Apt are different than what we were doing. I tried this approach and it seems to be working now. | ||||
* | fix supervisord issue | Chris Meyers | 2016-05-13 | 1 | -1/+1 |
| | | | | | * exec spawned python process so we don't have grandparents * increase time until supervisord is killed | ||||
* | Remove the dumb-init deb that gets left behind in the container image | Matthew Jones | 2016-05-03 | 1 | -0/+1 |
| | |||||
* | Fixed swapped transaction/rebuild statements | Akita Noek | 2016-04-22 | 1 | -2/+2 |
| | |||||
* | Moved dummy data generator out to tools directory | Akita Noek | 2016-04-18 | 1 | -0/+402 |
| | |||||
* | Improvements to docker compose workflow with new packaging changes | Matthew Jones | 2016-04-06 | 2 | -10/+9 |
| | |||||
* | Merge pull request #1417 from ansible/python27_el6 | Graham Mainwaring | 2016-04-06 | 7 | -215/+22 |
|\ | | | | | EL6 Python 2.7 and Tower virtualenvs | ||||
| * | Removed Munin config for Mongo | Graham Mainwaring | 2016-03-28 | 4 | -212/+0 |
| | | |||||
| * | Merge branch 'devel' of github.com:ansible/ansible-tower into python27_el6 | Graham Mainwaring | 2016-03-21 | 1 | -2/+1 |
| |\ | | | | | | | | | | | | | | | | Conflicts: packaging/rpm/ansible-tower.spec tools/docker-compose/start_development.sh | ||||
| * | | Add script wrapper to establish Tower SCL and venv before running Python | Graham Mainwaring | 2016-03-21 | 1 | -0/+18 |
| | | | |||||
| * | | Changes for Tower virtualenv support | Matthew Jones | 2016-03-21 | 2 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Break requirements down into ansible and tower reqs * Generate separate Ansible and Tower virtual environments * Install appropriate requirements files into each one * Modify development tools to use these venvs instead of our old site-packages * Modify settings to indicate venv enablement and location of venvs * Modify tasks to use the proper virtual environment for its purpose | ||||
* | | | remove old docker build instructions | Leigh Johnson | 2016-04-01 | 8 | -561/+0 |
| | | | |||||
* | | | update docker-compose build, resolves #1377 | Leigh Johnson | 2016-04-01 | 5 | -16/+1 |
| | | | |||||
* | | | Don't manage mongo in ansible-tower-service script | James Laska | 2016-03-30 | 1 | -35/+14 |
| |/ |/| | | | | | Connect #1290 | ||||
* | | fix regression of development package naming | AlanCoding | 2016-03-18 | 1 | -2/+1 |
|/ | |||||
* | Update docker development workflow to not require `make develop` | Matthew Jones | 2016-03-02 | 9 | -6/+19066 |
| | |||||
* | Merge branch 'mongoectomy_implementation' into devel | Chris Meyers | 2016-03-01 | 1 | -0/+1 |
|\ | |||||
| * | add postgres Fact model, update views, tests | Chris Meyers | 2016-02-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * awx.main.models Fact added * view host fact and timeline updated to use new Postgres Fact model instead of Mongo * Removed license set start Mongo logic * added View tests * added Model tests * Removed mongo fact unit tests * point at modified jsonbfield that supports sqlite storage driver * postgresify fact cache receiver * test OPTIONS endpoint * Note: single fact view not implemented yet. | ||||
* | | add newer version of proot | Chris Meyers | 2016-02-24 | 1 | -1/+1 |
| | | | | | | Use proot version that is used in production (5.1.0). Solves the ansible-playbook 2.0 symlink issue we see in our container when launching jobs. | ||||
* | | Update Dockerfile | Chris Meyers | 2016-02-24 | 1 | -0/+1 |
| | | | | | | Add dateutils python package for `private/license_writer.py` to succeed | ||||
* | | add -y to ansible ppa adding | Chris Meyers | 2016-02-16 | 1 | -1/+1 |
|/ | |||||
* | fixing ad_hoc imports | Wayne Witzel III | 2016-02-02 | 1 | -4/+1 |
| | | | | | | | | | | | | flake8 fixes Fix and add awx/api/tests added fact tests added proper xml reports for jenkins added jenkins requirements and adjusted Makefile target | ||||
* | added pytest to requirements_dev | Wayne Witzel III | 2016-02-02 | 1 | -0/+4 |
| | | | | | | | | | | | | reworking test strucutre reworked pytest.ini, removed functional imports, updated req_dev remove unneeded __init__ files add testing checker to local_settings examples adding testing packages to system Python for docker | ||||
* | Merge pull request #710 from ansible/jag/dumb-init | Matthew Jones | 2016-01-29 | 2 | -0/+6 |
|\ | | | | | Use dumb-init to manage processes in docker containers | ||||
| * | Apply to all Dockerfiles and use the preferred ENTRYPOINT form. | Joshua "jag" Ginsberg | 2016-01-25 | 2 | -1/+4 |
| | | |||||
| * | Initial attempt at dumb-init | Joshua "jag" Ginsberg | 2016-01-25 | 1 | -0/+3 |
| | | |||||
* | | Integrate statsd metrics into ansible playbook execution. | Joshua "jag" Ginsberg | 2016-01-26 | 1 | -0/+8 |
|/ | | | | | | * Add dependencies for pystatsd and django-statsd-mozilla * Default turned off except for development environment * Modify docker-compose to install statsd/graphite host | ||||
* | tower api tooling | Chris Meyers | 2016-01-14 | 1 | -2/+3 |
| | | | | | * flake8 ignore inventory plugins pulled from core * update Dockerfile to include redis-server | ||||
* | Update AMI copy playbook | James Laska | 2015-11-20 | 2 | -67/+0 |
| | |||||
* | added git pre commit hook to run flake8 | Chris Meyers | 2015-11-06 | 2 | -0/+10 |
| | |||||
* | Add PowerShell version of request_tower_configuration. From @nitzmahone. | Bill Nottingham | 2015-11-05 | 1 | -0/+40 |
| | |||||
* | Add a docker-ui container to the compose workflow | Matthew Jones | 2015-10-19 | 1 | -1/+8 |
| | |||||
* | Add swig to dependencies for compose | Matthew Jones | 2015-10-09 | 1 | -1/+1 |
| | |||||
* | Add libxmlsec1-dev to the docker compose workflow | Matthew Jones | 2015-10-09 | 1 | -1/+1 |
| | |||||
* | Fix AMI publish playbook | James Laska | 2015-10-06 | 1 | -13/+22 |
| | |||||
* | Include apt-get update with install | Matthew Jones | 2015-09-21 | 1 | -2/+1 |
| | | | | This forces the Docker apt-get update to not attempt to re-use the cache | ||||
* | Merge branch 'release_2.3' into devel | Matthew Jones | 2015-09-11 | 1 | -0/+49 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release_2.3: (54 commits) Upgrade changelog for 2.3 Purge superlance Purge an old supervisor config Require chris-lea libzmq3 Use the htpasswd command, not the module Fix a playbook syntax error for postgres Ensure postgres is started earlier in setup role Allow customizing npm path Include RPM-GPG-KEY-ansible-release for all releases Simplify GPG keys Correct broken RPM-GPG-KEY Use gpg --passphrase for signing CHECKSUM Handle rpm --addsign pasphrase prompts Adding docker-compose development workflow Fix license in spec file. Updates to selinux policy for some munin plugins ansible 1.8.4 requires sudo:true when using sudo_user Fix expect script timeout Disable timeout and correct sign.exp error Fix expect script hang ... | ||||
| * | Handle rpm --addsign pasphrase prompts | James Laska | 2015-09-10 | 1 | -0/+4 |
| | | |||||
| * | Adding docker-compose development workflow | Matthew Jones | 2015-09-09 | 4 | -0/+84 |
| | | |||||
| * | Fix expect script timeout | James Laska | 2015-09-09 | 1 | -1/+1 |
| | | |||||
| * | Disable timeout and correct sign.exp error | James Laska | 2015-09-09 | 1 | -2/+3 |
| | | |||||
| * | Fix expect script hang | James Laska | 2015-09-09 | 1 | -1/+1 |
| | |