Commit Graph

13875 Commits

Author SHA1 Message Date
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
Marliana Lara 3a6513ff13 Add blue select border to active list row
*When viewing host insights, highlight insights button instead of edit
button
2017-07-19 13:52:06 -04:00
Greg Considine 4725eae48f Merge pull request #7146 from gconsidine/ui/fix/credential-list-with-insights
Set iterator property explicitly in credentials view
2017-07-19 13:07:16 -04:00
gconsidine cb860261fe Add clone of list objects for each state definition 2017-07-19 12:55:01 -04:00
John Mitchell 13f899bad8 only show cloud and network in select for custom cred types 2017-07-19 12:46:54 -04:00
Jared Tabor 98bca3b70b Merge pull request #7126 from jaredevantabor/tower-string-audit
removing more references to "Tower" in the code base
2017-07-19 09:28:35 -07:00
Chris Meyers f31cec2848 Merge pull request #7153 from chrismeyersfsu/fix-6762
add API docs for host_filter
2017-07-19 11:37:38 -04:00
Michael Abashian 78851213a3 Fix scm inv source credential lookup 2017-07-19 11:09:46 -04:00
Chris Meyers 815732bcba add API docs for host_filter 2017-07-19 10:18:13 -04:00
Greg Considine e13f5bdebb Merge pull request #7138 from gconsidine/ui/fix/credential-list-kind
Add kind column to credential list
2017-07-19 10:12:35 -04:00
Ryan Petrello 628a0620ac Merge pull request #7150 from ryanpetrello/fix-7115
filter CredentialType OPTIONS *and* help text for `kind` requirements
2017-07-19 09:29:52 -04:00
AlanCoding 7ff23e049a block deletion of inventory sources with running jobs 2017-07-19 08:26:57 -04:00
Ryan Petrello b98d384671 filter CredentialType OPTIONS *and* help text for kind requirements
see: #7115
see: #6959
2017-07-18 17:51:07 -04:00
Jared Tabor 80111c2091 fixing tests 2017-07-18 14:43:37 -07:00
Michael Abashian 4eaa12dd48 Merge pull request #7144 from mabashian/6954-host-associate
Fixed group/host association across pages
2017-07-18 17:41:14 -04:00
Michael Abashian f3880e76a1 Fixed item of range 2017-07-18 17:37:36 -04:00
Michael Abashian 5dc354ee4b Pagination ux fixes 2017-07-18 17:25:22 -04:00
AlanCoding b0c0176be0 use task code to cancel dependent project updates 2017-07-18 16:44:03 -04:00
gconsidine 1d3d6be029 Set iterator property explicitly in credentials view
The CredentialList iterator seems to get clobbered after setting an
Insights credential in Inventory. This quick fix forces the iterator to
be the correct value on page load.
2017-07-18 16:04:38 -04:00
Michael Abashian 565c6f6e3e Fixed host jobs summary links 2017-07-18 15:49:51 -04:00
Ryan Petrello e1e1f5d15f Merge pull request #7140 from ryanpetrello/fix-7050
properly copy user owner roles when migrating v1 SSH to SSH + Vault
2017-07-18 15:33:00 -04:00
Michael Abashian f3695be11d Fixed group/host association across pages 2017-07-18 15:31:05 -04:00
Ryan Petrello f4d6c03325 properly copy user owner roles when migrating v1 SSH to SSH + Vault
see: #7050
2017-07-18 15:24:43 -04:00
Michael Abashian 1ca5b4dec9 Handle non-letter characters in survey description 2017-07-18 15:07:31 -04:00
John Mitchell 4ebdf2f30b fix scope ref in callback help init 2017-07-18 14:43:30 -04:00
John Mitchell a9eab0f9fe update forks default placeholder in jt and adhoc commands
also update styling of to-the-right-of-label checkboxes
2017-07-18 14:41:48 -04:00
gconsidine 6fa3872c86 Add kind column to credential list
* Populate kind column with credential_type name
* Fix replace/revert input group button sizing
2017-07-18 14:39:56 -04:00
Ryan Petrello d4016766bf Merge pull request #7133 from ryanpetrello/fix-7100
copy adhoc events properly for stdout downloads
2017-07-18 14:28:39 -04:00
Bill Nottingham b0a4fdd4c5 Merge pull request #7039 from wenottingham/repo-man
Refactor out EL repo setup into its own role
2017-07-18 14:05:11 -04:00
Jared Tabor a423084d55 Merge pull request #7125 from jaredevantabor/pendo
updating pendo version, and moving apiKey out of repo
2017-07-18 10:47:12 -07:00
Wayne Witzel III 1a3131b1a8 Merge pull request #7128 from wwitzel3/issue-4040
Set capacity to zero before shutting down older instances
2017-07-18 13:40:52 -04:00
Ryan Petrello 4b2be9850e copy adhoc events properly for stdout downloads
see: #7100
2017-07-18 12:12:02 -04:00
Bill Nottingham 22635932ce Tweak diff mode wording in UI. 2017-07-18 11:36:48 -04:00
Michael Abashian 2c1fb371fe Merge pull request #7116 from mabashian/inventory-ux
Various inventory ux bug fixes
2017-07-18 10:56:51 -04:00
Alan Rominger 415c80a279 Merge pull request #7127 from AlanCoding/cannot
Change 'can not' to cannot (by request)
2017-07-18 10:39:15 -04:00