Jake McDermott
312cf13777
Set omitted runner event line lengths to 0
...
runner_on_start events have zero-length strings for their stdout
fields. We don't want to display these in the ui so we omit them.
Although the stdout field is an empty string, it still has a recorded
line length of 1 that we must account for. Since we're not rendering
the blank line, we must also go back and set the event record's line
length to 0 in order to avoid deleting too many lines when we pop or
shift events off of the view while scrolling.
2019-10-19 19:18:45 -04:00
Jake McDermott
c6033399d0
Fix off-by-one errors
2019-10-19 18:58:42 -04:00
mabashian
0f8c59523a
Remove tooltips from host events in output
2019-07-11 12:07:28 -04:00
mabashian
04d22a930d
Fix inert event expand/collapse on refreshed job results
2019-05-02 10:43:56 -04:00
Alex Corey
75a1c69ea2
address concerns in PR
2019-04-09 14:55:34 -04:00
Alex Corey
4f55ffe4a0
Add tool tip to Host Event lines.
2019-04-09 10:58:23 -04:00
Jake McDermott
76e887f46d
highlight entire row on hover
2018-11-05 20:12:52 -05:00
Jake McDermott
0c2b1b7747
don't compile html in real time
2018-11-05 20:12:44 -05:00
Jake McDermott
3a929919a3
enable expanded details for dynamic host events
2018-11-05 20:12:29 -05:00
Jake McDermott
c25af96c56
don't render events if stdout is zero-length string
2018-11-05 20:12:21 -05:00
Jake McDermott
b3c5df193a
don't render playbook_on_notify or runner_on_ok events if they have no stdout
2018-11-05 20:11:53 -05:00
Jake McDermott
093f453073
don't render playbook_on_start events
2018-09-06 13:17:39 -04:00
Jake McDermott
0e696d0515
add destroy hook to index controller
2018-09-06 13:17:30 -04:00
Jake McDermott
c4a29ded1c
use el.contents() to remove lines
2018-09-06 13:17:20 -04:00
kialam
146590d0c2
Detect if stdout field is null or undefined.
2018-09-04 11:05:13 -04:00
Jake McDermott
cddceb0e06
add basic colormap for output lines
2018-08-29 13:28:05 -04:00
Jake McDermott
4e45b6ba6d
fix missing line styling
2018-08-27 17:17:48 -04:00
Jake McDermott
d608402dc1
refactor render service
2018-08-27 01:37:47 -04:00
Jake McDermott
0bc9b1d431
render missing lines instead of auto-unfollowing
2018-08-27 01:37:28 -04:00
Jake McDermott
ee348b7169
add handling for discontinuities in render service
2018-08-27 01:37:11 -04:00
Jake McDermott
38b9b47e6b
add max event count and discarding to stream service
2018-08-27 01:37:02 -04:00
Jake McDermott
ca35eb39d2
make line expand / collapse work for paginated scrollup
2018-08-15 21:24:44 -04:00
Jake McDermott
80d6b0167c
implement output follow-scroll behavior
2018-08-08 22:42:21 -04:00
Jake McDermott
4c3370bd34
move constants to a file
2018-08-08 15:15:58 -04:00
Jake McDermott
c5300e9c05
Merge pull request #2298 from jakemcdermott/job-results/expand-collapse-all-without-domquery
...
store event names in record list to find orphan task lines when toggling
2018-06-25 11:38:06 -04:00
Jake McDermott
71f2388ec8
use record list to find orphan task records when toggling
2018-06-25 01:38:53 -04:00
Jake McDermott
92b8d90800
reintroduce ng-non-bindable directive to output lines
2018-06-25 01:06:41 -04:00
Haokun-Chen
3933e01dd1
fix toggle menu when scroll up
2018-06-22 09:33:23 -04:00
Marliana Lara
2824e750cb
Extend standard out line border to full length of container
2018-06-20 13:49:41 -04:00
Jake McDermott
eb39fcfeaf
add basic output expand-collapse
2018-06-11 21:04:40 -04:00
Jake McDermott
1c414789fb
fix memory leak in output render service
2018-06-07 22:27:57 -04:00
Jake McDermott
2f5eefe809
push initial events on partially complete job initialization
2018-05-12 00:17:52 -04:00
Jake McDermott
127883f104
add prior version url compatibility
2018-05-02 18:21:25 -04:00
Jake McDermott
9cc9bdc4b5
clickable stdout events and host details modal for projects
2018-04-26 13:21:28 -04:00
Jared Tabor
6f1774f1b1
Adds NgNonBindable directive to stdout lines
...
in order to prevent stdout code from running angular snippets
2018-04-23 19:51:14 -07:00
Jared Tabor
fe58b74d1e
Adds the host event modal to the standard out feature
...
Removes old host modal code
2018-04-05 02:49:38 -04:00
Jake McDermott
cf4b29c6d5
remove has-ansi dependency
2018-04-05 02:49:12 -04:00
Jake McDermott
450eaeca96
add event processing for stats and host status components
2018-04-05 02:47:11 -04:00
gconsidine
a23e5e920f
Add support for in progress jobs and omit expand
...
* Any event received by the stream service will start rendering
(instead of JOB_START events only)
* Expand/collapse only shown for static results
2018-04-05 02:46:59 -04:00
gconsidine
81c85913ac
Add encoding of html entities in stdout from the API
2018-04-05 02:46:58 -04:00
gconsidine
c9612b8c75
Fix (most) lint errors
2018-04-05 02:46:58 -04:00
gconsidine
57ea582898
Fix stream pause/resume transitions
2018-04-05 02:46:58 -04:00
gconsidine
0c09447f2d
Refactor scroll handling into independent service
2018-04-04 16:03:42 -04:00
gconsidine
df84f822f6
[WIP] Move page-related functionality into separate service
2018-04-04 16:03:42 -04:00