adamscmRH
3f9f28322c
Inventory Update All no longer includes manual sources
2017-07-20 18:10:22 -04: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
John Mitchell
c879a82701
utilize credential type lookup instead of hardcoding id values
2017-07-20 13:55:27 -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
Michael Abashian
ab4bc71d05
Disable license buttons for non-superuser users
2017-07-20 12:14:55 -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
Michael Abashian
7b04e70522
Hide manual inventory sources from the source list
2017-07-20 09:47:07 -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
Michael Abashian
54eaa6e8d1
Scroll the user to the top of the page after a non-search state transition
2017-07-19 16:59:42 -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
Ryan Petrello
4b168f5f1c
Merge pull request #7122 from ryanpetrello/fix-7099
...
properly validate `choices` for credential type schemas
2017-07-19 16:02:27 -04:00
Marliana Lara
f14efbce4e
Merge pull request #7164 from marshmalien/fix/ux/blueSelectedBar
...
[UX] Add blue select border
2017-07-19 15:44:05 -04:00
jlmitch5
fc78d19a8e
Merge pull request #7143 from jlmitch5/forksPlaceholder
...
Forks placeholder
2017-07-19 15:43:24 -04:00
jlmitch5
ebea4080fc
Merge pull request #7161 from jlmitch5/credTypeSelectUpdates
...
only show cloud and network in select for custom cred types
2017-07-19 15:42:41 -04:00
Michael Abashian
347d1ef402
Use the related host list definition instead of the all host list definition for the associate host modal list.
2017-07-19 15:10:58 -04:00
Bill Nottingham
772de80604
Merge pull request #7132 from wenottingham/diffmode-changes
...
Tweak diff mode wording in UI.
2017-07-19 14:40:03 -04:00
Michael Abashian
4f579d0643
Merge pull request #7165 from mabashian/6572-system-audit-config
...
Allow system auditor to access the configure tower page.
2017-07-19 14:30:02 -04:00
Michael Abashian
04014e4f53
Merge pull request #7151 from mabashian/6823-pagination-ux-fixes
...
Pagination ux fixes
2017-07-19 14:16:24 -04:00
Michael Abashian
7bdb092b80
Merge pull request #7145 from mabashian/6910-recent-job-link
...
Fixed host jobs summary links
2017-07-19 14:13:35 -04:00
Michael Abashian
0598a11d11
Merge pull request #7141 from mabashian/6930-survey-descriptions
...
Handle non-letter characters in survey description
2017-07-19 14:10:00 -04:00
Michael Abashian
3d935d2448
Allow system auditor to access the configure tower page. Hide revert all button for system auditors.
2017-07-19 14:01:59 -04:00