1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00
Commit Graph

18414 Commits

Author SHA1 Message Date
Jake McDermott
cb9cbfff87
Merge pull request #2544 from jakemcdermott/fix-2233
fix output double-scroll bug and initial output page numbers
2018-07-16 12:32:52 -04:00
Haokun Chen
aa43610250
Merge pull request #2528 from Haokun-Chen/2248
update workflowMaker title text to be preceded by  "Workflow Visualizer"
2018-07-16 12:21:22 -04:00
Haokun Chen
1661e73086
Merge pull request #2541 from Haokun-Chen/1865
show active row indicator correctly when close active list item
2018-07-16 12:21:02 -04:00
Jared Tabor
ebaabcfbd9
Merge pull request #2537 from jaredevantabor/fix-2510
Subscribes the Sources list to the inventory group for pending deletes
2018-07-16 09:14:46 -07:00
Jared Tabor
39e2008660
Merge pull request #2534 from jaredevantabor/fix-2493
Adds error catch block to credentials resolve
2018-07-16 09:10:48 -07:00
Marliana Lara
0e36ef35af
Merge pull request #2543 from marshmalien/fix/1040-center-sidebar-icons
Center align side navigation icons
2018-07-16 12:05:17 -04:00
Marliana Lara
161caf0099
Send relaunch value instead of name in POST request 2018-07-16 11:57:35 -04:00
Jake McDermott
81476d544f
fix initial head/tail page values when in page mode 2018-07-16 11:43:40 -04:00
Jake McDermott
85b227213f
don't page up or down while already paging up or down 2018-07-16 11:42:27 -04:00
Ryan Petrello
55be530e27
awx metavars for job.created_by should be more robust to DoesNotExist
see: https://github.com/ansible/tower/issues/2509
2018-07-16 11:35:35 -04:00
Marliana Lara
ac39519015
Center side nav icons 2018-07-16 11:23:11 -04:00
mabashian
88c5f9305d Ensure that .some() receives an array to avoid erroring 2018-07-16 11:19:19 -04:00
Alan Rominger
9db6202210
Merge pull request #2538 from AlanCoding/team_queryset
Remove custom get_queryset that ignored special case
2018-07-16 11:14:31 -04:00
mabashian
f7f1c06d80 Properly clear out prompt data when user manually changes a node's JT 2018-07-16 11:11:50 -04:00
Alan Rominger
53b4a4e2fc
Merge pull request #2531 from AlanCoding/everything_text_type
Fix unicode bug in launch error message
2018-07-16 10:49:44 -04:00
Haokun-Chen
f2de453110
show active row indicator correctly when close active list item 2018-07-16 10:49:14 -04:00
kialam
ac01eab0f1
Merge pull request #2525 from kialam/fix/1067-workflow-status-pending
Update labels and tooltips whenever the websocket emits status change
2018-07-16 10:36:09 -04:00
Michael Abashian
097125446a
Merge pull request #2519 from mabashian/2505-application-token
Removes application requirement when creating token, fixes delete personal token
2018-07-16 10:31:52 -04:00
Michael Abashian
4e8fff8cf1
Merge pull request #2532 from mabashian/1882-templates-list
Remove updateDataset listener from templates list controller
2018-07-16 10:31:29 -04:00
kialam
90ad104391 Update labels and tooltips whenever the websocket emits status change
Since the translated workflow status copy is a result of a function; it
does not auto-update when `workflow.status` is updated. We should call
it whenever the web socket lets us know that a job status has changed.
2018-07-16 09:50:36 -04:00
AlanCoding
fd468ac766
raise 400 instead of ignoring if fields mismatch v1/v2 2018-07-16 09:36:43 -04:00
AlanCoding
b5b2bf15df
remove custom get_queryset that ignored special case 2018-07-14 21:09:57 -04:00
Jared Tabor
0d089b8cbf
Subscribes the Sources list to both the inventory group for pending deletes
It was subscribed to the jobs group, for source sync updates, but now it
is subscribed to that group and the inventory group for pending deletes.
2018-07-13 16:17:55 -07:00
Haokun-Chen
7ed89c63f9
update workflowMaker title text to be Workflow Visualizer|workflowName 2018-07-13 17:23:48 -04:00
Haokun Chen
62967b2806
Merge pull request #2530 from Haokun-Chen/2526
remove view/edit icon from dashboard Recent Template list
2018-07-13 17:19:20 -04:00
Jared Tabor
7dbdff2aa7
Adds error catch block to credentials resolve
Catches the case where a user doesn't have permission to a credential
2018-07-13 13:54:00 -07:00
Christian Adams
1dac1e4a82
Merge pull request #2529 from rooftopcellist/fix_csrf_mult_sesh
Fixes sessions in multiple tabs
2018-07-13 16:46:30 -04:00
adamscmRH
896ffb2065 Fixes sessions in multiple tabs 2018-07-13 16:31:23 -04:00
mabashian
f7dda124b1 Remove updateDataset from templates list 2018-07-13 15:59:31 -04:00
John Hill
dd63e645b3
Merge pull request #2521 from ansible/Fix4lookupmodal
Updating flow to match feature changes
2018-07-13 15:58:51 -04:00
AlanCoding
e897cbd237
fix unicode bug in launch error message 2018-07-13 15:50:50 -04:00
Haokun-Chen
57e80dfcd7
remove view/edit icon from dashboard Recent Template list 2018-07-13 15:25:13 -04:00
Alan Rominger
9a44f6d13d
Merge pull request #2524 from AlanCoding/schedule_log
Add missing job lifecycle log for schedule spawns
2018-07-13 14:18:15 -04:00
Ryan Petrello
8e253a9aff
Merge pull request #2473 from ryanpetrello/disable-oauth2-for-external-users
don't allow OAuth2 token creation for "external" users
2018-07-13 12:55:06 -04:00
Michael Abashian
13abb36a50
Merge pull request #2516 from mabashian/2513-machine-prompt
Cleanup _.has() usage in prompt controller
2018-07-13 11:59:07 -04:00
AlanCoding
a5803255ac
add missing job lifecycle log for schedule spawns 2018-07-13 11:13:47 -04:00
John Hill
c9766abf0f Updating flow 2018-07-13 08:59:35 -04:00
mabashian
d90a1a1ce7 Fixed deleting personal access tokens 2018-07-12 17:24:12 -04:00
mabashian
8297bd00b3 Removes application requirement when creating a token 2018-07-12 17:02:26 -04:00
mabashian
912c774376 Cleanup _.has() usage in prompt controller 2018-07-12 14:57:52 -04:00
Ryan Petrello
df0e28ec65
don't allow OAuth2 token creation for "external" users
see: https://github.com/ansible/tower/issues/2326
2018-07-12 14:33:59 -04:00
Marliana Lara
d9713f9b3f
Merge pull request #2477 from marshmalien/fix/1040-sidebar-spacing
Fix side navigation icon alignment
2018-07-12 13:28:51 -04:00
Jared Tabor
8310d736f5
Merge pull request #2462 from mabashian/2309-breadcrumb
Move ui-view from lookup component out to form
2018-07-11 22:30:12 -07:00
Jake McDermott
a7f967429e
Merge pull request #2506 from jakemcdermott/fix-2495
show status icon next to job output panel title when expanded
2018-07-11 22:08:02 -04:00
Jared Tabor
02f6fa9b0a
Prevents the user from adding a token for a user other than themselves
It's possible to maninpulate the URL to get to the add-token screen
for a different user, which gives the user the idea that they could
possibly add a token for that user, which is not allowed.
2018-07-11 17:32:56 -07:00
Jared Tabor
1b67755358
Cleanup to users' state tree
In order to add additional route flexibility for the users-tokens states

Removes unnecessary ui-view from form-generator

Adjust nested ui-view target

found during PR feedback
2018-07-11 16:45:20 -07:00
Jared Tabor
a30e2f93a6
Adds org column to the application lookup modal, while on tokens form 2018-07-11 16:32:33 -07:00
mabashian
8a2be07ccb
Tweaked logic around the lookup modal and new form lookup fields in order to support dynamic breadcrumbs and selecting applications with the same name. 2018-07-11 16:32:30 -07:00
Jake McDermott
2d8a10ebe9
show status icon next to panel title when expanded 2018-07-11 18:29:06 -04:00
Jake McDermott
0f5c4a4bf7
Merge pull request #2490 from ansible/jakemcdermott-workflow-panel-scroll
hide workflow job left panel scrollbar when it isn't needed
2018-07-11 17:32:13 -04:00