summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Pick the correct interpreter when bytecompilingGraham Mainwaring2016-05-201-0/+1
|
* Update the default path for celerybeat-scheduleMatthew Jones2016-05-091-1/+2
| | | | | | | | If the celerybeat database becomes corrupt then it can prevent starting some services for Tower. This happens in an obscure way and currently that database is stored at the top of the source tree. This moves it into the container managed space so that failure scenario won't persist if the container is re-created
* Merge pull request #1803 from chrismeyersfsu/feature-pg_installChris Meyers2016-05-041-1/+1
|\ | | | | Feature pg install
| * install postgres for the customerChris Meyers2016-05-041-1/+1
| |
* | Merge pull request #1569 from ghjm/ansible_26_venvGraham Mainwaring2016-05-041-7/+16
|\ \ | |/ |/| Use system Python interpreter rather than SCL Python for Ansible venv
| * Use system Python interpreter rather than SCL Python for Ansible venvGraham Mainwaring2016-04-181-7/+16
| |
* | Merge branch 'release_2.4.5' into develMatthew Jones2016-04-221-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release_2.4.5: Remove distribute from the setup virtualenv if installed (#1631) Update changelogs for 2.4.5 release Only export changed targets in reprepro Improve the efficiency of the stdout dump database migration Added logic to not show the loop summary events in the UI by looking at event_data.event_loop. Handle runner items from ansible v2 bump boto fix case of Ansible v2 _result.cmd is list for release 2.4.5 Handle both string and list hosts in our hosts->name conversion Default play names to the hosts the play was run against Use better isinstance(x) type checking Backporting test fixes from PR #1020: Fix error with ad hoc command events when running in check mode. Fix for tasks breaking when using 'yum' with ansible 1.9.4 Bump 2.4.5 version, changelogs, and reprepo
| * | Only export changed targets in repreproGraham Mainwaring2016-04-201-1/+1
| | |
* | | removal of tmp dir when sync-ui is runJohn Mitchell2016-04-201-3/+7
| | |
* | | Removed awx/api/tests dir from Makefile since it no longer existsAkita Noek2016-04-201-2/+3
| |/ |/|
* | Updates to makefile to coerce pip install and usage for dependenciesMatthew Jones2016-04-131-10/+20
| |
* | Force jenkins pip dependencies to override the baseMatthew Jones2016-04-071-1/+1
| |
* | Make sure requirements_jenkins invokes the other requirements sectionsMatthew Jones2016-04-071-0/+5
| |
* | fix dev container pip init processChris Meyers2016-04-061-1/+1
| |
* | Improvements to docker compose workflow with new packaging changesMatthew Jones2016-04-061-6/+1
| |
* | Merge pull request #1417 from ansible/python27_el6Graham Mainwaring2016-04-061-22/+81
|\ \ | | | | | | EL6 Python 2.7 and Tower virtualenvs
| * | Moved awx packages inside venv, restructured spec file, restructured MakefileGraham Mainwaring2016-03-251-8/+8
| | |
| * | Preliminary EL6 SCL Python 2.7 supportGraham Mainwaring2016-03-231-15/+6
| | |
| * | Merge branch 'devel' of github.com:ansible/ansible-tower into python27_el6Graham Mainwaring2016-03-211-4/+6
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: packaging/rpm/ansible-tower.spec tools/docker-compose/start_development.sh
| * | | Builds an RPM for EL6 with SCL python27 and httpd24Graham Mainwaring2016-03-211-3/+17
| | | |
| * | | Changes for Tower virtualenv supportMatthew Jones2016-03-211-16/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | | | Update test make target, no fact/testsWayne Witzel III2016-03-221-1/+1
| | | |
* | | | Fix test_coverage make targetWayne Witzel III2016-03-221-1/+1
| |/ / |/| |
* | | fix regression of development package namingAlanCoding2016-03-181-1/+1
| | |
* | | Fix up the docker-refresh Makefile targetMatthew Jones2016-03-161-4/+6
|/ / | | | | | | This allows you to cleanup the images without requiring a rebuild necessarily
* | Update docker development workflow to not require `make develop`Matthew Jones2016-03-021-3/+3
| |
* | Merge branch 'notifications_work' into develMatthew Jones2016-02-291-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * notifications_work: (23 commits) Updates to notification unit tests after @wwitzel3's feedback Fix some notifications issues and write some tests Add notification system documentation Clean up flake8 related issues Fixing up some unicode issues Implement tower ui view url on models Sanity check and force proper types in admin check Proper type for in check Adding migration and base notification type Add a periodic administrative notification Refactor message generator Support notification password field encryption Notification configuration type checking Refactor NotificationTemplate to Notifier Implement irc notification backend Add webhook notification backend Pagerduty and Hipchat backends plus some cleanup Notification serializers, views, and tasks Implement notification serializer and validations Notification endpoints and url expositions ...
| * | Updating makefile migration generatorMatthew Jones2016-02-041-1/+1
| | |
* | | Merge branch 'release_2.4.4' into develMatthew Jones2016-02-221-1/+6
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release_2.4.4: (35 commits) Update changelog for 2.4.4 release Make pycompile non-fatal during deb build Revert "Add virtualenv site-pagkages to Python path before system dist-packages, to get new setuptools" Roll back mock version due to packaging issues Add virtualenv site-pagkages to Python path before system dist-packages, to get new setuptools change to warning behavior Resolve bug when building with /bin/sh on Ubuntu Attempt to workaround pip install issue point at packages with source on pypi Mock requires a newer setuptools when building requirements requests needs openssl Properly set the shell during directory migration pyrax bumpb new python license Typo's are bad and should be vanquished Conditionally install 2.6 python requirements separate pip requirements file for python2.6 Added missing 'skipped' field for no_log Obey no_log even more when using ansible 2.0 bump shade from 0.5.0 to 1.4 RHEL5 compatibility and handling of error scenarios ...
| * | Resolve bug when building with /bin/sh on UbuntuJames Laska2016-02-021-1/+1
| | | | | | | | | | | | | | | Ubuntu uses /bin/sh by default. This change properly compares strings in a POSIX compliant manner.
| * | Typo's are bad and should be vanquishedJames Laska2016-01-291-2/+2
| | |
| * | Conditionally install 2.6 python requirementsJames Laska2016-01-291-1/+6
| | |
* | | default to reuse-db for testingWayne Witzel III2016-02-061-1/+1
| |/ |/|
* | Update Django to 1.8 and DRF to 3.3, add new Django migrations, update ↵Chris Church2016-02-021-7/+3
| | | | | | | | serializers/pagination/metadata, update browsable API styling.
* | Merge pull request #764 from wwitzel3/docker-refreshWayne Witzel III2016-02-021-0/+9
|\ \ | | | | | | add a docker-refresh make target
| * | add a docker-refresh make targetWayne Witzel III2016-02-011-0/+9
| | |
* | | fixing ad_hoc importsWayne Witzel III2016-02-021-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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_devWayne Witzel III2016-02-021-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | reorganzing tests folderWayne Witzel III2016-02-021-0/+3
|/ / | | | | | | | | | | | | | | | | | | | | | | make tests a module refacotring to local imports for tests fixing test import of tasks fixing test import of tasks more testing fixups
* | Merge branch 'release_2.4.2' into develMatthew Jones2015-12-091-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release_2.4.2: (23 commits) Updating 2.4.2 changelogs fix the connection check fix more robust check added to mongo db connection Adding a body to our OPTIONS requests fixes 415 error responses in IE11 and Edge. Don't hard-fail if default isn't defined on survey fixed custom login info bug Allow an org admin to delete project updates Disable elasticache instance gathering for aws Fix DEB builds by adding 2.4.2 to reprepro conf When the panel lists were consolidated down the list name was changed to 'all_jobs.' When a job is clicked from the activity stream it should show the job list filtered down by ID. Rolled back job url change track modules on system tracking page by index correct spelling of consisting in help text Fixing up flake8 The "job" href links in the activity stream don't point to the job details page. This is an update to the jobs href to point to /#/jobs/(job.id). Wrapped the SourceChange call in a function so that it can be called without clearing the credential. This fixes a bug where the credential was not showing up in the initial edit dialog even though the data was sent properly via the API. Revert change to Makefile, which was causing old .deb versions to be dropped from the repo Refactor scan_packages for os detection Remove stray debugging lines Add SUSE, OpenSuse and Debian to scan_packages ...
| * Revert change to Makefile, which was causing old .deb versions to be dropped ↵Graham Mainwaring2015-11-251-1/+1
| | | | | | | | from the repo
* | fixed typo of cp commandJohn Mitchell2015-12-091-1/+1
| |
* | updated test-ui make target to be able to only run a single test fileJohn Mitchell2015-12-091-2/+9
| |
* | fixed test-ui debug mode not showing source files and phony tasks commentJohn Mitchell2015-12-081-2/+1
| |
* | Rehaul of ui build processJohn Mitchell2015-12-061-56/+144
|/ | | | | | | | Updated make tasks Added coverage reports for ui Added browser-sync support Updated contribution doc Updated npm dependencies (Jenkins and dev environment can both use Node 4.2.1)
* Use correct aw_repo_url when building packerJames Laska2015-11-061-3/+4
|
* Resolve issue on precise keeping old debs aroundJames Laska2015-11-051-1/+1
| | | | | Upgrades on precise kept installing the oldest 2.4.0 package in the pool. The following fix appears to correct that problem.
* Revert "Add CFLAGS when building rhel6 site-packages"James Laska2015-11-041-2/+0
| | | | | | | | | | To make this work, we'll also need: CFLAGS=-Qunused-arguments For now, we'll explore forking dm.xmlsec.bindings. This reverts commit be83561bfe996d5e5b2e291787f2e863fa5b9203.
* Add CFLAGS when building rhel6 site-packagesJames Laska2015-11-041-0/+2
| | | | Attempts to resolves https://trello.com/c/DL7MgYyO
* Fix typo in `clean` targetJames Laska2015-10-161-1/+1
|