John Mitchell
857be6dce5
fix jshint error
2016-11-21 16:41:57 -05:00
John Mitchell
eb4ec54764
update controller to handle undefined followScroll function
2016-11-21 12:45:26 -05:00
John Mitchell
f7e184650b
updated of stdout sections to include event
2016-11-21 12:45:18 -05:00
John Mitchell
8259bda68c
more parse stdout tests
2016-11-18 11:00:13 -08:00
John Mitchell
fbefcf59ce
add escape of stdout line
2016-11-18 11:00:13 -08:00
John Mitchell
ff4c5f0e7e
more job results controller unit tests
2016-11-18 11:00:13 -08:00
John Mitchell
e863262e4d
more job results controller tests
2016-11-18 11:00:13 -08:00
John Mitchell
5b0e3c4482
add back in background hover of stdout line
2016-11-18 11:00:13 -08:00
John Mitchell
93f5b19685
job results cleanup 2 of 2
...
Clean up of standard out directive code
2016-11-18 11:00:13 -08:00
John Mitchell
86cf09ec71
job results cleanup 1.5 of 2
...
parse standard out service is commented
2016-11-18 11:00:13 -08:00
John Mitchell
53d7a822bd
job results cleanup 1 of 2
2016-11-18 11:00:13 -08:00
John Mitchell
f3526ca86c
add angular duration format filter lib
2016-11-18 11:00:13 -08:00
John Mitchell
7cb15515af
es6ify jobDetails controller tes
2016-11-18 11:00:13 -08:00
John Mitchell
b852f9e05d
responsive tower
2016-11-18 11:00:13 -08:00
John Mitchell
3c70171413
add unit test for job results controller
2016-11-18 11:00:13 -08:00
John Mitchell
80aaaeb7da
move controller import to module instantiation
2016-11-18 11:00:13 -08:00
John Mitchell
7360e53611
change topLineAnchor to lineAnchor
2016-11-18 11:00:13 -08:00
John Mitchell
3424db7f90
add top anchor scroll, fix follow tooltips, replace stdout tabs w spaces
2016-11-18 11:00:13 -08:00
John Mitchell
c94d86206d
all things scroll following and anchoring
2016-11-18 11:00:13 -08:00
John Mitchell
1c907a1f07
layout tweaks
2016-11-18 11:00:13 -08:00
John Mitchell
7795ad0d2b
styling fixes to job results
2016-11-18 11:00:13 -08:00
John Mitchell
783f784e69
update to standard out pane
...
- add lines to pane
- support show and hide toggling of lines
NOTE: layout is hardcoded, will need to move to dealing with various browser heights better
2016-11-18 11:00:13 -08:00
John Mitchell
66e90075d4
changing tooltip delay to make them feel more responsive
2016-11-18 11:00:13 -08:00
John Mitchell
e1edcc5e5a
trying to help make the main layout of the page respond better to scrolling within scrolling
2016-11-18 11:00:13 -08:00
John Mitchell
16b4daf4eb
disable selecting of line numbers
...
unfortunately this will still copy to clipboard in chrome but not firefox see https://bugs.chromium.org/p/chromium/issues/detail\?id\=147490 for open chromium bug
2016-11-18 11:00:13 -08:00
John Mitchell
3c261b8904
working on stdout view line population
2016-11-18 11:00:13 -08:00
John Mitchell
bba253cdfc
added relaunch capability and end time of running job
2016-11-18 11:00:13 -08:00
John Mitchell
648bd3d1a0
added TODO for implementing request retry logic
2016-11-18 11:00:13 -08:00
John Mitchell
40a0c3ff23
fixed typo in event queue
2016-11-18 11:00:13 -08:00
John Mitchell
7b8b83a6ab
added play and task count support
2016-11-18 11:00:13 -08:00
John Mitchell
bb82bfe95a
underlying infrastructure for dealing with commits is working now
2016-11-18 11:00:13 -08:00
John Mitchell
11592047d6
updates to getting host counts
2016-11-18 11:00:13 -08:00
John Mitchell
e31bfa2f1c
make the event_queue actually work
2016-11-18 11:00:13 -08:00
John Mitchell
9f5bec7767
figuring out the event_queue flow
2016-11-18 11:00:13 -08:00
John Mitchell
c4eb6515b1
made status bar utilize completed jobs and started rudimentary event queue
2016-11-18 11:00:13 -08:00
John Mitchell
68041ee50d
fixed the host status bar graph
2016-11-18 11:00:13 -08:00
John Mitchell
29c8ef72e0
integration refactor
2016-11-18 11:00:13 -08:00
John Mitchell
c7dfcbba5f
updated left hand pane of job results to mostly match mockup
2016-11-18 11:00:13 -08:00
John Mitchell
8435290cc4
working commit of job results structure
2016-11-18 11:00:13 -08:00
jlmitch5
6ef44c39c8
add jasmine and spyOn to acceptable jshint globals
2016-11-18 13:13:49 -05:00
jlmitch5
c456080636
add Authorization service to socket service DI
2016-11-01 10:42:45 -04:00
jlmitch5
237e91bcb2
Merge pull request #3681 from jlmitch5/fixManProjectSelect
...
fixed manual project select2 population
2016-10-13 12:40:47 -04:00
John Mitchell
236d4df460
fixed manual project select2 population
2016-10-10 12:31:08 -04:00
John Mitchell
f35fcf86e7
fixed search pagination url issue
2016-10-06 16:14:07 -04:00
John Mitchell
4c7e6835ad
one more rbac disabled fix for inv groups
2016-09-16 13:15:01 -04:00
John Mitchell
44ea28feb6
fix dangling rbac hide issues
2016-09-16 13:02:35 -04:00
John Mitchell
b0731181ff
fix disabled add forms
2016-09-16 10:39:38 -04:00
jlmitch5
43f1ae3dc3
Merge pull request #1 from jlmitch5/ui_can_CRUD
...
Conditionally hide the UI based on user permissions
2016-09-15 15:36:50 -04:00
John Mitchell
2482f6c46b
add wait start and stop to add service
2016-09-15 13:20:19 -04:00
John Mitchell
a7cbfdc242
update canAdd and move org admin scope var off of rootScope
2016-09-13 16:14:26 -04:00
John Mitchell
8cff8e4202
remove use of canEdit in favor of user capabilities
2016-09-13 13:46:44 -04:00
John Mitchell
297be96b80
added unattach user_capabilities to granted permissions list
2016-09-12 12:19:04 -04:00
John Mitchell
ab3588fd93
more updates to ui crud
2016-09-08 13:22:20 -04:00
John Mitchell
1f586091e2
groups and hosts rbac conditional showing in ui implementation
2016-09-08 13:22:20 -04:00
John Mitchell
94efd034de
conditionally show add button for job templates
2016-09-08 13:22:20 -04:00
John Mitchell
6e653c29e0
ui implementation of crud-based ui hiding
2016-09-08 13:22:20 -04:00
John Mitchell
baa2481944
fixed localed date stuff
2016-08-26 11:49:31 -04:00
John Mitchell
d7b79c5f08
fixed locale
2016-08-24 11:50:56 -04:00
jlmitch5
0baeafa1f1
fix date locale angular scheduler
2016-08-24 11:39:16 -04:00
John Mitchell
5467b233eb
fix credential kind options for list
2016-08-12 16:29:11 -04:00
John Mitchell
5761021f7e
fix duplication of credential kind options
2016-08-10 14:50:36 -04:00
jlmitch5
ea024c7e11
Merge pull request #3182 from jlmitch5/fixSearchDefaults
...
fix search defaults for lists
2016-08-09 13:53:06 -04:00
John Mitchell
a4af82254e
fix search defaults for lists
2016-08-02 11:03:10 -04:00
jlmitch5
e66a1606db
Merge pull request #3102 from jlmitch5/fixWrapping
...
fix wrapping of name columns
2016-07-25 11:38:29 -04:00
John Mitchell
abd606e2c8
fixed word wrapping
2016-07-22 16:32:11 -04:00
John Mitchell
03204f8dc0
fixed merge conflict
2016-07-22 15:01:58 -04:00
John Mitchell
22a96240a3
fix wrapping of name columns
2016-07-22 14:37:16 -04:00
John Mitchell
f7bfeed0ca
renaming dir again
2016-07-21 11:31:11 -04:00
John Mitchell
d6bb405ebd
renaming dir
2016-07-21 11:30:33 -04:00
jlmitch5
3b926c36d9
Merge pull request #3013 from jlmitch5/readOnlyCodeMirror
...
add options for code mirror to be read only
2016-07-18 10:12:13 -04:00
John Mitchell
eabc83c914
use updated codemirror release
2016-07-18 09:53:10 -04:00
John Mitchell
89a4f8f77c
add options for code mirror to be read only
2016-07-14 15:38:51 -04:00
John Mitchell
0882d26ef8
Merge branch 'ui_release_3.0.1' of https://github.com/ansible/ansible-tower into ui_release_3.0.1
2016-07-14 14:49:30 -04:00
jlmitch5
98a1244655
Merge pull request #2921 from jlmitch5/fixSchedDatepicker
...
fix scheduler datepicker issues
2016-07-11 15:42:21 -04:00
John Mitchell
d0aa28e9b8
fix scheduler datepicker issues
2016-07-11 15:16:15 -04:00
John Mitchell
37fdfb3444
fixed list labels on dashboard
2016-07-11 11:10:02 -04:00
jlmitch5
53b705f1bb
Merge pull request #2888 from jlmitch5/fixTableRowLayout
...
give description column top/bottom padding, and center action cell for tall rows
2016-07-11 10:26:19 -04:00
John Mitchell
f106b596ea
give description column top/bottom padding, and center action cell for tall rows
2016-07-08 16:27:43 -04:00
John Mitchell
ad4841cc94
fix tooltip placement on permission role list team item
2016-07-08 11:12:59 -04:00
jlmitch5
276795454e
Merge pull request #2851 from jlmitch5/putTeamNameTooltip
...
put team name in tooltip in rolelist
2016-07-07 15:07:53 -04:00
John Mitchell
a6d08eef1a
put team name in tooltip in rolelist
2016-07-07 14:51:50 -04:00
jlmitch5
f2ad541bf3
Merge pull request #2821 from jlmitch5/fixEditModeLabelAdder
...
fix label dropdown population on edit of JT
2016-07-07 10:27:52 -04:00
jlmitch5
bfb8781b02
Merge pull request #2836 from jlmitch5/fixLabelDelete
...
made lebel delete find all associated labels by recursively getting labels
2016-07-07 10:27:14 -04:00
John Mitchell
1977af41ac
made lebel delete find all associated labels by recursively getting the labels
2016-07-06 20:07:14 -04:00
John Mitchell
f6e1fb2579
fix label dropdown population on edit of JT
2016-07-06 14:55:11 -04:00
jlmitch5
9e0f01a29f
Merge pull request #2794 from jlmitch5/fixWeeklyFreqButtons
...
reset week buttons and scope vals when schedule repeat changes to week
2016-07-05 15:03:57 -04:00
John Mitchell
0018210528
reset week buttons and scope vals when schedule repeat changes to week
2016-07-05 14:50:10 -04:00
jlmitch5
7de80bcae0
Merge pull request #2770 from jlmitch5/fixStdOutPageWidth
...
fix standard out details width
2016-07-01 16:24:07 -04:00
John Mitchell
6b9af32323
fix standard out details width
2016-07-01 16:15:17 -04:00
John Mitchell
27a17a9f54
fixed typo in network credential controller
2016-07-01 14:11:10 -04:00
jlmitch5
a974860de6
Merge pull request #2743 from jlmitch5/fixFailedProjectModalWording
...
fix text transforming and wording of project failure jt modals
2016-07-01 11:45:43 -04:00
John Mitchell
4c1456a0f6
fix text transforming and wording of project failure jt modals
2016-07-01 11:30:59 -04:00
jlmitch5
240c57bf4b
Merge pull request #2724 from jlmitch5/fixSchedulerUX
...
fix scheduler ux of inventory manage to be consistent
2016-07-01 10:55:40 -04:00
John Mitchell
2b64a1fcd9
fix scheduler ux of inventory manage to be consistent
2016-06-30 16:10:23 -04:00
jlmitch5
b0c899c6ff
Merge pull request #2699 from jlmitch5/fixLabelsIssues
...
Fix labels issues
2016-06-29 17:11:35 -04:00
John Mitchell
9b7c30d383
fix long label name from going outside of delete prompt bounds
2016-06-29 14:50:09 -04:00
John Mitchell
9c42ffa3f6
make wait stop happen after list refresh is called
2016-06-29 14:46:56 -04:00
John Mitchell
f39c624b8e
get view more to show up after delete
2016-06-29 14:45:17 -04:00
John Mitchell
d539a6715c
fix xss vulnerability when deleting labels
2016-06-29 14:40:53 -04:00
jlmitch5
fe64b0b478
Merge pull request #2684 from jlmitch5/fixPlaybookNotFound
...
fix playbook not found by showing specific error in ui
2016-06-29 11:49:47 -04:00