Michael Abashian
39dee3d5c2
Merge pull request #2120 from mabashian/1882-prompt-cred-filter
...
Fix issue searching creds list on prompt
2018-06-12 13:43:06 -04:00
Michael Abashian
c2afb240f3
Merge pull request #2129 from mabashian/2091-inv-src-cred
...
Fixed clear-all on inventory source credential lookup
2018-06-12 12:11:45 -04:00
mabashian
9d8db1d75b
Changed let to const
2018-06-11 17:01:11 -04:00
mabashian
a3368a8c96
Fixed clear-all on inventory source credential lookup
2018-06-11 16:46:04 -04:00
Haokun-Chen
069c5dacaa
add completed job section on host page
...
host completed jobs added on both host page and related section under inventory edit
2018-06-11 16:37:16 -04:00
mabashian
6794afb284
Maintain reference to querySet rather than cloning so that changes made after initialization will propagate
2018-06-11 11:56:33 -04:00
John Mitchell
fbafb9a5bf
Merge pull request #2052 from jlmitch5/fixInstancesList
...
instance list fixes
2018-06-11 10:05:21 -04:00
John Mitchell
709cf70138
use dot notation for state params
2018-06-11 09:50:12 -04:00
Haokun Chen
8e944bc097
Merge pull request #2105 from Haokun-Chen/1904
...
Hide run selection when current tab is different from selected
2018-06-11 09:45:03 -04:00
Marliana Lara
3ff3e8d298
Merge pull request #2109 from marshmalien/fix/2068-pagination-error
...
Add value to $scope.querySet when in .users.add states
2018-06-08 16:19:36 -04:00
Michael Abashian
8b543ea0a7
Merge pull request #2082 from mabashian/2075-jt-edit-put
...
Changed jt edit api call from put to patch
2018-06-08 15:57:34 -04:00
Marliana Lara
750f70c21f
Add value to $scope.querySet when in .users.add states
2018-06-08 10:59:27 -04:00
Haokun-Chen
4bafe02a94
Hide run selection when current tab is different from selected
2018-06-08 10:55:07 -04:00
Haokun Chen
62a5104302
Merge pull request #2093 from Haokun-Chen/2066
...
fixed 404 error when delete smart inventory while editing
2018-06-07 14:56:43 -04:00
kialam
4391f14da9
Merge pull request #2097 from kialam/fix/2028-session-timeout
...
Fix placement of network ui `select2` dropdowns
2018-06-07 14:47:59 -04:00
Jared Tabor
86f840f220
Merge pull request #2083 from jaredevantabor/awx-net-zoom-default
...
Sets default zoom to 100% on network UI
2018-06-07 11:42:36 -07:00
Haokun Chen
fa9c6967fd
Merge pull request #2086 from Haokun-Chen/2033
...
Reset and clear export dropdown selection after user takes action for Network UI
2018-06-07 14:36:36 -04:00
kialam
1b45e8b825
Merge pull request #2034 from kialam/fix/1884-scm-creds-filter
...
Fix Project SCM cred lookup
2018-06-07 14:15:20 -04:00
kialam
7ecef3ee5e
Fix placement of network ui select2 dropdowns
...
Render them in the correct parent container in the DOM.
2018-06-07 13:50:04 -04:00
mabashian
91c46731d1
Removed unused Alert
2018-06-07 13:42:33 -04:00
mabashian
68ac23dd46
Fixed various bugs with preventing prompting for credential passwords on schedules and workflow nodes
2018-06-07 13:16:42 -04:00
mabashian
09ee140fb4
Prevent scheduling JT runs where credentials with passwords are required. Added read-only view of schedules when user does not have edit permissions.
2018-06-07 13:16:42 -04:00
Haokun-Chen
c2001d0442
fixed error when delete smart inventory while editing
2018-06-07 13:08:45 -04:00
kialam
6fee8c699d
Fix SCM credential list for Projects add and edit views
2018-06-07 11:44:08 -04:00
kialam
b344eb9af0
Fix failing test by only preserving credential_type
...
- Reset `defaults` object’s own `credential_type` value to that of
`queryset`’s.
2018-06-07 11:44:07 -04:00
kialam
99ea28c3fd
Check defaults against query set to make sure credential_type does not get overwritten
...
- We want to preserve the existing `credential_type` param that already
exists in `queryset` and not have `defaults
` overwrite it. We first loop through the `defaults` object keys and
check it against the the keys of `queryset` and if the keys match, then
set the value to `queryset[key]`.
2018-06-07 11:44:07 -04:00
Haokun-Chen
9ff995f6f9
reset Export dropdown after user takes action in Network UI
2018-06-07 10:43:44 -04:00
Marliana Lara
85aeb799dc
Merge pull request #2078 from marshmalien/fix/869-instance-groups-jobs-link
...
Add "running jobs" and "total jobs" links to instances and instance groups
2018-06-07 09:45:29 -04:00
Jared Tabor
4fa1518bcc
Sets default zoom to 100% on network UI
...
instead of 120%
2018-06-06 18:24:24 -07:00
mabashian
a108238e0a
Changed jt edit api call from put to patch so that we don't clear the credentials every time a change is made. Removed unneeded code.
2018-06-06 18:32:09 -04:00
Marliana Lara
c8ab4d4623
Add link to running and total jobs for instance groups and instances
2018-06-06 14:52:36 -04:00
Marliana Lara
31da1e6ef7
Audit string translations in instance groups templates
2018-06-06 14:48:23 -04:00
Marliana Lara
decfc8fa8c
Update limit-panels directive to query for the new Panels component
2018-06-06 13:36:42 -04:00
Haokun-Chen
48c4266cb3
Remove HIDE CURSOR and HIDE BUTTONS from the key
2018-06-06 11:51:02 -04:00
John Mitchell
e480639699
Merge pull request #2044 from jlmitch5/fixInvSourceNotifSearch
...
fix notifications search on inventory source form tab
2018-06-04 17:55:54 -04:00
John Mitchell
8bd801fd07
make sure instances list is always ordered
2018-06-04 17:53:08 -04:00
John Mitchell
5c874c6b3d
fix wrapping issue for instances list
2018-06-04 17:36:30 -04:00
Ryan Petrello
581756527e
fix an i18n-related bug that affects non-English hipchat users
...
see: https://github.com/ansible/tower/issues/951
2018-06-04 15:02:27 -04:00
John Mitchell
f9ed4296bb
fix notifications search on inventory source form tab
2018-06-04 13:51:49 -04:00
Marliana Lara
7a997f0615
Merge pull request #2015 from marshmalien/fix/1970-1885-scheduler-bugs
...
Fix invalid schedule warning and disable save button
2018-06-01 10:04:29 -04:00
Jared Tabor
e2d3a7be26
Merge pull request #1999 from jaredevantabor/fix-1927
...
Fixes URL used for root groups for pagination purposes
2018-05-31 14:14:49 -07:00
Jared Tabor
7549d85619
Merge pull request #2001 from jaredevantabor/fix-741
...
Marking a Configure Tower string for translation
2018-05-31 14:06:06 -07:00
Haokun Chen
b944f2d681
Merge pull request #1997 from Haokun-Chen/fix-dashboard-icon
...
fixed job list action icon on dashboard page for system auditor user
2018-05-31 16:36:16 -04:00
Marliana Lara
2bdb1fc577
Fix scheduler form warning bug and disable save when date options are invalid
2018-05-31 16:31:19 -04:00
Haokun Chen
be4e5c8f06
fixed dashboard icon under job template section for system auditor user
...
dashboard icon fixed
2018-05-31 16:18:55 -04:00
Jared Tabor
782b9b8bec
Fixes URL used for root groups for pagination purposes.
...
Changes from 'inventories/:inventory_id/root_groups' to
'inventories/:inventory_id/groups'. Includes changing the function
name for root groups based on PR feedback.
2018-05-31 13:06:15 -07:00
Jared Tabor
be864012b7
Merge pull request #1957 from jaredevantabor/fix-1824-2
...
Makes rows inactive on permissions list if assigning user doesn't have
2018-05-31 12:43:52 -07:00
Marliana Lara
c0b243df7e
Merge pull request #1988 from marshmalien/fix/1883-vault-password-toggle
...
Fix vault prompt password show/hide toggle
2018-05-31 14:57:58 -04:00
Marliana Lara
47406b0832
Merge pull request #1984 from marshmalien/fix/1847-dashboard-graph-dropdown
...
Fix dashboard graph VIEW dropdown filter
2018-05-31 14:57:38 -04:00
Jared Tabor
01611540f0
Marking a Configure Tower string for translation
...
Once this gets added to the UI's es.po file, this should show up translated,
along with it's tooltip.
2018-05-31 09:36:23 -07:00