A logging query has a selector part and a regexp. The regexp matches are highlighted when results return. This change adds live preview to matches when modifying the regexp in a search field. - delegate retrieval of match query to datasource - datasource returns search expressions to be used to highlight a live preview of matches - logs row now takes preview highlights - logs row renders preview highlights with dotted line to distinguish from query run matches (solid line) - fix react-highlight-words version to ensure custom chunk matcher - custom chunk matcher can now also take incomplete regexps, eg, `(level` without inifinte looping - perf: debounce of live preview to 500ms - perf: only top 100 rows get the live preview - preview is only supported with one query row (multiple rows semantic makes this tricky: regexp for row n should only filter results for query n)
Name |
Last commit
|
Last Update |
---|---|---|
.. | ||
actions | Loading commit data... | |
components | Loading commit data... | |
controllers | Loading commit data... | |
copy | Loading commit data... | |
directives | Loading commit data... | |
filters | Loading commit data... | |
live | Loading commit data... | |
reducers | Loading commit data... | |
selectors | Loading commit data... | |
services | Loading commit data... | |
specs | Loading commit data... | |
utils | Loading commit data... | |
angular_wrappers.ts | Loading commit data... | |
app_events.ts | Loading commit data... | |
config.ts | Loading commit data... | |
constants.ts | Loading commit data... | |
core.ts | Loading commit data... | |
core_module.ts | Loading commit data... | |
jquery_extended.ts | Loading commit data... | |
lodash_extended.ts | Loading commit data... | |
logs_model.ts | Loading commit data... | |
mod_defs.d.ts | Loading commit data... | |
nav_model_srv.ts | Loading commit data... | |
partials.ts | Loading commit data... | |
profiler.ts | Loading commit data... | |
store.ts | Loading commit data... | |
table_model.ts | Loading commit data... | |
time_series2.ts | Loading commit data... |