13820 Commits

Author SHA1 Message Date
Chris Meyers
b80283a1bb Merge pull request #7167 from chrismeyersfsu/fix-6198
remove job_type scan from options
2017-07-21 10:52:36 -04:00
Aaron Tan
65101736a3 Merge pull request #7017 from jangsutsr/6988_remove_run_type_project_update_task_impact
Remove run type project update task_impact
2017-07-21 10:51:25 -04:00
Alan Rominger
1581fd7c50 Merge pull request #7226 from AlanCoding/act_strm_cleanup
disable 2 more types of unhelpful act. str. entries
2017-07-21 10:50:30 -04:00
Alan Rominger
eff5022635 Merge pull request #7195 from AlanCoding/exceptions_galore
Additional exception handling for SCM inv updates
2017-07-21 10:49:08 -04:00
Chris Meyers
8e9318e9d4 Merge pull request #7162 from chrismeyersfsu/fix-6233
remove duplicate hosts from host_filter
2017-07-21 10:45:44 -04:00
Chris Meyers
c11b870084 remove job_type scan from options
* Need to keep the scan job in job_type for migrations so just remove it
from the constructed OPTIONS
2017-07-21 10:45:17 -04:00
Matthew Jones
6cbafdcadf Merge pull request #6990 from ghjm/ami_publish_fix
Enrypted is now a required field in boto3
2017-07-21 10:10:31 -04:00
Bill Nottingham
326b7ef920 Merge pull request #7112 from wenottingham/scm-labels
Adjust SCM labels based on SCM type.
2017-07-21 10:02:22 -04:00
Michael Abashian
e93fd10204 Merge pull request #7208 from mabashian/6587-source-def-verb
Changed source default verbosity from 0 to 1
2017-07-21 09:55:10 -04:00
Marliana Lara
90d546a855 Merge pull request #7198 from marshmalien/fix/alphabetizeSubcategoryListings
Alphabetize subcategory listings in Tower Config
2017-07-21 09:54:22 -04:00
Marliana Lara
80488e8333 Merge pull request #7204 from marshmalien/fix/handleJobQueryResponseError
Handle SyntaxError during job search query
2017-07-21 09:53:13 -04:00
Chris Meyers
02ecfd97e2 Merge pull request #7174 from chrismeyersfsu/fix-7083
disallow insights creds on smart inventory
2017-07-21 09:44:44 -04:00
AlanCoding
a2b98f0a40 disable 2 more types of unhelpful act. str. entries
project local_path changed as a secondary save after creation
adding jobs to dependency list (not user facing)
2017-07-21 07:47:30 -04:00
Shane McDonald
55ca8d439b Add i18n flag to gitignore 2017-07-20 19:59:27 -04:00
Jared Tabor
246a6da546 Merge pull request #7223 from jaredevantabor/awx-logos
changing awx-logos out for angry spud
2017-07-20 16:52:29 -07:00
Jared Tabor
1f98dee4d0 changing awx-logos out for angry spud 2017-07-20 15:55:12 -07:00
Ryan Petrello
021d0e6498 Merge pull request #7168 from ryanpetrello/fix-6199
consolidate tasks.py cleanup for temporary files into a single place
2017-07-20 17:34:27 -04:00
Ryan Petrello
198f2e31a4 consolidate tasks.py cleanup for temporary files into a single place
see: #6199
2017-07-20 15:12:06 -04:00
Ryan Petrello
1848c25370 Merge pull request #7212 from ryanpetrello/fix-ec2-invsource
fix a bug that breaks inventory updates if no credential is supplied
2017-07-20 14:55:33 -04:00
Ryan Petrello
2e659244f7 fix a bug that breaks inventory updates if no credential is supplied
see: #7206
2017-07-20 14:30:41 -04:00
Jared Tabor
d4aef59c20 adding pipe delimeter to title 2017-07-20 11:22:33 -07:00
Jared Tabor
2f6c98787c Merge pull request #7182 from jaredevantabor/remove-kind
removing "kind" from credential types form
2017-07-20 11:11:50 -07:00
Michael Abashian
e33cc987b2 Changed source default verbosity from 0 to 1 2017-07-20 13:59:06 -04:00
Ryan Petrello
b11fabd981 Merge pull request #7200 from ryanpetrello/fix-7183
use a named pipe for isolated secret passthrough (not stdin)
2017-07-20 13:47:06 -04:00
Marliana Lara
7c58923a84 Handle typeof job query response error 2017-07-20 13:29:43 -04:00
Jared Tabor
d04a9a98b6 Merge pull request #7180 from jaredevantabor/view-more-less
fixing order of groups in VIEW MORE
2017-07-20 10:20:15 -07:00
Jared Tabor
4d40bc47db Merge pull request #7173 from jaredevantabor/insights
couple small tweaks to insights dashboard
2017-07-20 10:04:19 -07:00
Ryan Petrello
d42ea31f75 use a named pipe for isolated secret passthrough (not stdin)
it's not unusual for the secret data we pass into the `run_isolated.yml`
playbook to be quite long, namely because it can contain RSA key
data; by passing this value into the ansible-playbook process using
`vars_prompt`, we're limited by pexpect's tty line limit (which looks
like it caps out around 4k).  Because of this, large payloads are
being truncated and causing job run failures.

this changes the implementation to use a named pipe instead, which
doesn't have the same limitation

see: #7183
2017-07-20 12:42:03 -04:00
Marliana Lara
7d5ca366a9 Alphabetize subcategory listings in Tower Config 2017-07-20 12:12:09 -04:00
AlanCoding
f735b649ac additional exception handling for SCM inv updates 2017-07-20 11:40:34 -04:00
Shane McDonald
44a15b4dd2 Merge pull request #7193 from wenottingham/bundle-up
Fix bundler for repos_el role refactor
2017-07-20 11:01:57 -04:00
Michael Abashian
f3ba635ba2 Merge pull request #7158 from mabashian/7134-6351
Fix scm inv source credential lookup
2017-07-20 10:35:48 -04:00
Alan Rominger
cde950dce7 Merge pull request #7152 from AlanCoding/inv_src_block
block deletion of inventory sources with running jobs
2017-07-20 10:31:25 -04:00
Alan Rominger
834e68ebc9 Merge pull request #7149 from AlanCoding/agressive_canceling
Cancel dependent project updates
2017-07-20 10:29:57 -04:00
Alan Rominger
8dc89d913e Merge pull request #7189 from AlanCoding/dont_update_me_bro
Tell user how to use update_on_launch with source_project
2017-07-20 10:25:08 -04:00
Michael Abashian
7d39f86d84 Expose credential when adding/editing custom source 2017-07-20 10:23:02 -04:00
Alan Rominger
4c7e7c281c Merge pull request #7188 from AlanCoding/just_update_already
Allow manual updates in spite of update_on_project_update
2017-07-20 10:13:15 -04:00
Michael Abashian
ec092f3a73 Merge pull request #7169 from mabashian/6763-associated-host-filter
Fixed associate host modal filtering
2017-07-20 10:03:15 -04:00
AlanCoding
f2d51f99dc Allow manual updates in spite of update_on_project_update
This makes inventory sources with the that flag set behave
like any other inventory source with manual use.
They will still update when triggered by a project SCM
hash change.
2017-07-20 09:38:47 -04:00
Alan Rominger
c038116626 Merge pull request #7095 from AlanCoding/schedule_validation
Add various validation for schedule extra_data
2017-07-20 09:30:29 -04:00
Chris Meyers
91e67b9a74 Merge pull request #7159 from chrismeyersfsu/fix-5645
do not accept array as extra_vars
2017-07-20 09:16:22 -04:00
AlanCoding
828821ada6 tell user how to use update_on_launch with source_project 2017-07-20 08:49:46 -04:00
Jared Tabor
c90f011218 removing "kind" from credential types form 2017-07-19 14:34:06 -07:00
Jared Tabor
9a6f222f65 fixing order of groups in VIEW MORE 2017-07-19 14:20:54 -07:00
Chris Meyers
22e4957698 remove duplicate hosts from host_filter 2017-07-19 17:09:39 -04:00
Chris Meyers
c2204e5f27 disallow insights creds on smart inventory
related to #7083
2017-07-19 17:09:00 -04:00
Chris Meyers
802f722e95 do not accept array as extra_vars
related to #5645

* Since we pass extra_vars to ansible as -e; we require that the top
most data-structure be a key-value. NOT an array.
2017-07-19 17:07:50 -04:00
Jared Tabor
dd8b885463 couple small tweaks to insights dashboard 2017-07-19 13:32:38 -07:00
jlmitch5
1c5b0f023e Merge pull request #7172 from jlmitch5/exciseSystemTrackingUI
excise system tracking and fix list action layout stuff
2017-07-19 16:31:09 -04:00
John Mitchell
3db571d26c excise system tracking and fix list action layout stuff 2017-07-19 16:25:01 -04:00