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
4c74c8c40c
delete contents of slide array before reassigning
2018-11-05 20:12:37 -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
f28f1e434d
adjust output line wrapping
2018-11-05 20:12:12 -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
kialam
a7028df828
Fix one failing unit test.
2018-10-31 11:04:13 -04:00
kialam
21aeda0f45
Add unit tests for Job Details
...
- Test `getSplitJobDetails` method.
- Fix failing tests.
- Rename unit tests.
2018-10-31 11:04:12 -04:00
AlanCoding
6dc58af8e1
slicing rename test cleanup and bugfix
2018-10-31 11:04:12 -04:00
AlanCoding
bbd3edba47
rename to slicing and schema tweaks
2018-10-31 11:04:12 -04:00
Matthew Jones
46d6dce738
Mass rename of shard -> split
2018-10-31 11:04:12 -04:00
kialam
ef4a2cbebb
Add Job Splitting feature to UI
2018-10-31 11:04:11 -04:00
AlanCoding
20226f8984
Polish split jobs API info & add fields to UI
...
*clarify help text and squash migrations
*adds new internal_limit field to Job model for faster reference
*if field is non-blank, populate shard params in summary_fields
*add summary information to UI job/wfj details, JT selector
2018-10-31 11:04:10 -04: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
f639e46718
advance ready counter by an entire batch when event limit is reached
2018-08-29 03:03:24 -04:00
Jake McDermott
4e45b6ba6d
fix missing line styling
2018-08-27 17:17:48 -04:00
Jake McDermott
aa0d2cff5c
handle response data with discontinuities when using that data to fill other discontinuities
2018-08-27 01:38:02 -04:00
Jake McDermott
d608402dc1
refactor render service
2018-08-27 01:37:47 -04:00
Jake McDermott
04dbc2fcc4
add basic click handler for fetching and showing missing events
2018-08-27 01:37:36 -04:00
Jake McDermott
0bc9b1d431
render missing lines instead of auto-unfollowing
2018-08-27 01:37:28 -04:00
Jake McDermott
138f8a45ae
moving render/record keeping and scroll functionality out of pagers
2018-08-27 01:37:18 -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
2187655c68
move buffer mgmt to stream service
2018-08-27 01:36:52 -04:00
kialam
c67e9143fb
Contain margins for stats panel with modifier
...
- Create CSS `—inline` modifier so that other areas where
`at-Panel-headingTitleBadge` are not affected.
2018-08-22 11:51:27 -04:00
Jake McDermott
eb0cf945cf
Merge pull request #2860 from jakemcdermott/fix-2228
...
make line expand / collapse work for paginated scrollup
2018-08-20 13:12:52 -04:00
Jake McDermott
f8e5e38614
enable output filtering by start / end line
2018-08-20 12:40:27 -04:00
Jake McDermott
ca35eb39d2
make line expand / collapse work for paginated scrollup
2018-08-15 21:24:44 -04:00
Jared Tabor
f4728149d9
Changes max height of stdout panel for skinny browser widths
2018-08-15 14:44:03 -07:00
Haokun-Chen
e05d071dab
add max-height to job output console at breakpoint
2018-08-15 14:29:32 -04:00
Jake McDermott
897fb96f94
hide counter badges for output only jobs
2018-08-14 17:12:50 -04:00
Jake McDermott
a30c2fe227
Merge pull request #2817 from jakemcdermott/job-results/_debug-mode
...
add event replay mode to ui for finished jobs
2018-08-13 13:41:03 -04:00
Jake McDermott
d8e890b651
Merge pull request #2826 from jakemcdermott/fix-2818
...
fix handling for potentially missed events on initialization
2018-08-13 13:40:20 -04:00
Jake McDermott
516607551c
show follow tip on first auto scroll hide
2018-08-12 19:35:59 -04:00
Jake McDermott
5e974d84b6
fix handling for missed events on initialization
2018-08-12 17:44:11 -04:00
Jake McDermott
91bc39be6b
performance / ux improvements for higher volume jobs
2018-08-12 17:29:30 -04:00
Jake McDermott
e1b7e7f6ce
add event replay mode
2018-08-10 01:15:41 -04:00
Jake McDermott
80d6b0167c
implement output follow-scroll behavior
2018-08-08 22:42:21 -04:00
Jake McDermott
fed729f101
rewrite output scrolling service
2018-08-08 15:15:58 -04:00
Jake McDermott
4c3370bd34
move constants to a file
2018-08-08 15:15:58 -04:00
Jared Tabor
f6a960d8f4
Changes the encodeQuerysetObject function for the job details search widget
...
With this change, the stdout search will perform a search like search=A,B
instead of search=A&search=B
2018-08-01 20:59:37 -07:00
mabashian
ba075ce5dd
Disable search submit until a search string is present
2018-07-30 10:23:12 -04:00
Jake McDermott
2ba0319e79
handle finished job run with incomplete status info
2018-07-26 17:40:43 -04:00
Jake McDermott
a968a44afb
add inventory field to inventory update
2018-07-17 11:10:06 -04:00
Jake McDermott
81476d544f
fix initial head/tail page values when in page mode
2018-07-16 11:43:40 -04:00