18562 Commits

Author SHA1 Message Date
Ryan Petrello
4213960ec3
write the scm_revision_output to the project path instead of /tmp
see: https://github.com/ansible/ansible-tower/issues/7558
2017-09-11 17:44:53 -04:00
gconsidine
054710e1a2
Move install.template.ejs to be built for prod only 2017-09-11 16:12:09 -04:00
Ryan Petrello
a9c9ecb5ea
bind ansible and awx virtualenvs readonly so that jobs can't modify them
see: https://github.com/ansible/ansible-tower/issues/7558
2017-09-11 15:57:35 -04:00
Ryan Petrello
a2ca0e6012
add process isolation to project updates
see: https://github.com/ansible/ansible-tower/issues/7506
2017-09-11 15:57:28 -04:00
Jared Tabor
6068eafeb6 Merge pull request #384 from jaredevantabor/job_explanation_label
showing job explanation if it wasn't "Previous Task Failed..."
2017-09-11 12:37:03 -07:00
Shane McDonald
f2ddf2af95 Fix selinux issue w/ docker volume in sdist builder
See https://www.projectatomic.io/blog/2015/06/using-volumes-with-docker-can-cause-problems-with-selinux/
2017-09-11 15:11:03 -04:00
Wayne Witzel III
3118092e51 Merge pull request #113 from matburt/waiting_install_screen
Integrate a migration-detector middleware
2017-09-11 12:55:10 -04:00
Ryan Petrello
434d115fb3 Merge pull request #398 from ryanpetrello/release_3.2.0
fix busted conf unit tests
2017-09-11 08:45:59 -07:00
mabashian
d38264660e
Updated error message when can_update comes back false on an inventory source update GET
Signed-off-by: mabashian <mabashia@redhat.com>
2017-09-11 11:40:35 -04:00
Ryan Petrello
4cc58a221b
fix busted conf unit tests 2017-09-11 11:28:43 -04:00
Ryan Petrello
e5043093eb Merge pull request #393 from jangsutsr/7587_remove_cred_type_id_in_api_v1
Remove credential_type_id in API v1
2017-09-11 08:22:10 -07:00
Matthew Jones
b39db745d4
Integrate a migration-detector middleware
This attempts to detect if there are migrations in-progress and will
force display an interstitial page in the process that attempts to
load the index page every 10s until it succeeds.

This is only attached in production settings so the development
environment can proceed even if the migrations haven't been applied yet
2017-09-11 11:09:45 -04:00
Matthew Jones
0e04b8e4d4 Merge pull request #112 from gconsidine/ui/remove-generated-html
Remove generated index.html file
2017-09-11 08:08:00 -07:00
Ryan Petrello
6f26f88bbd Add a TODO for 3.3 cleanup 2017-09-11 10:48:32 -04:00
Ryan Petrello
2f14dc7e5d Merge pull request #388 from ryanpetrello/fix-7470
bump azurerm dependencies to support Ansible 2.4
2017-09-11 07:45:51 -07:00
gconsidine
7296bfd5ee
Remove generated index.html file 2017-09-11 10:19:54 -04:00
Aaron Tan
bf7c96defb Merge pull request #372 from jangsutsr/7536_prevent_mistakenly_truncate_sgr
Prevent mistakenly truncate ANSI SGR code in job event stdout
2017-09-11 09:32:58 -04:00
Matthew Jones
d503091b30 Merge pull request #91 from it-praktyk/FAQ_added
The link to the AWX project FAQ added
2017-09-11 06:32:14 -07:00
Matthew Jones
25612f8809 Merge pull request #71 from marshmalien/fix/27-side-nav-height
Fix height of side navigation panel
2017-09-11 06:30:29 -07:00
Shane McDonald
3e50a5da70 Merge pull request #104 from shanemcd/sdist-builder-image
Build sdist inside of a container
2017-09-11 09:29:46 -04:00
Ryan Petrello
b63d4da048 Merge pull request #109 from wwitzel3/devel
Update .github metadata for awxbot
2017-09-11 06:29:21 -07:00
Shane McDonald
b8e628958e Update INSTALL.md
These dependencies are unnecessary now that we are building the sdist inside of a container.
2017-09-11 08:42:56 -04:00
Wayne Witzel III
d3ca35ac42
Fix component labels to match defaults in issue template. 2017-09-11 07:40:23 -04:00
Matthew Jones
22359b427f Merge pull request #38 from MikeMcMahon/devel
Reduces the job to only looking at objects older than the cutoff date
2017-09-10 19:20:44 -07:00
Shane McDonald
a1bd84af5e Build sdist inside of a container
A lot of people have experienced issues with the system-level dependencies that are required in order to build the source distribution that is handed off to the image builds. This makes it unnecessary to install any additional software on the host machine aside from Ansible and Docker.
2017-09-10 19:00:33 -04:00
crepe
bb0e968704 Add mattermost notifications 2017-09-09 22:00:31 -07:00
Wayne Witzel III
66865c8b63
Update .github metadata for awxbot 2017-09-10 00:22:08 -04:00
Alan Rominger
7c920c305f Merge pull request #397 from AlanCoding/7583
add help for instance provisioning
2017-09-09 15:17:37 -07:00
Wojciech Sciesinski
aa8bb1f45d The link to the AWX project FAQ added
Signed-off-by: Wojciech Sciesinski <wojciech@sciesinski.net>
2017-09-09 11:19:56 +02:00
Mike McMahon
0cd34c1498 jobs take count of gte cutoff, process only lt cutoff
Signed-off-by: Mike McMahon <mike.mcmahon@wavefront.com>
2017-09-08 18:46:52 -07:00
Mike McMahon
399e0e5e24 switching to iterator and adding the missed Job cleanup
Signed-off-by: Mike McMahon <mike.mcmahon@wavefront.com>
2017-09-08 18:37:59 -07:00
Matthew Jones
2fb9b6cf25 Merge pull request #14 from AlanCoding/rel_obj_conservation
Pass existing object references within access methods
2017-09-08 15:22:40 -07:00
Matthew Jones
c6ae6b84d5 Merge pull request #13 from AlanCoding/exceptions
use exceptions for job cancel and failure
2017-09-08 15:19:41 -07:00
Matthew Jones
2620da1f4e Merge pull request #85 from sebthebert/sebthebert-patch-1
Add the 'installer' directory to 'inventory' and 'install.yml' files
2017-09-08 15:11:24 -07:00
John Mitchell
11b06a2e5e
add disassociation disclaimer 2017-09-08 17:55:41 -04:00
Sebastien Thebert
f4770d065e Add the 'installer' directory to 'inventory' and 'install.yml' files
Add the 'installer' directory to 'inventory' and 'install.yml' files in the 'Docker' Section
2017-09-08 23:43:00 +02:00
AlanCoding
42ee804464
add help for instance provisioning 2017-09-08 14:36:17 -07:00
Matthew Jones
c5c926f29c Merge pull request #82 from Zokormazo/fix-typo-local_docker
Fix typo in local_docker task
2017-09-08 13:35:09 -07:00
Julen Landa Alustiza
98c7f1181e Fix typo in local_docker task
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
2017-09-08 22:21:23 +02:00
Matthew Jones
1098f7d9f4 Merge pull request #81 from ansible/revert-61-devel
Revert "Ensure Docker is running fixes #59"
2017-09-08 13:10:35 -07:00
Matthew Jones
493094dc18 Revert "Ensure Docker is running fixes #59" 2017-09-08 16:10:01 -04:00
Matthew Jones
4067cf639b Merge pull request #77 from martinbydefault/patch-1
typo fix
2017-09-08 12:52:40 -07:00
Greg Considine
ccbf7af7f2 Merge pull request #49 from gconsidine/ui/clean-build
Update UI build system
2017-09-08 15:49:02 -04:00
Alan Rominger
19ebd0aa68 Merge pull request #382 from AlanCoding/isolated_reaper
reap isolated jobs
2017-09-08 12:41:03 -07:00
AlanCoding
8e1e60c187
simplify isolated job reaping by checking all task ids 2017-09-08 12:30:05 -07:00
martinbydefault
133e9fed4a typo fix 2017-09-08 16:26:13 -03:00
gconsidine
fba8a48d91
Update dependencies, template file, and docs
* Use git+https prefix in git-based npm dependencies
* Use ejs template for index to fix extraneous slash in path
* Remove outdated documentation
* Remove unused service
* Regenerate shrinkwrap
2017-09-08 15:17:01 -04:00
Greg DeKoenigsberg
75699f82e9 update code of conduct url 2017-09-08 14:33:48 -04:00
Marliana Lara
7a2a4cc4a9 Merge pull request #396 from marshmalien/fix/7591-quirky-lookup-modals
Fix form field lookup by populating the field name
2017-09-08 13:46:39 -04:00
Marliana Lara
e131c0e5b9 Merge pull request #395 from marshmalien/fix/7572-remove-modal-backdrop
Remove modal backdrop on hidden modal event
2017-09-08 13:46:17 -04:00