grafana/public/app
David Kaltschmidt 6ee7459f22 Explore: Logging query live preview of matches
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)
2018-12-04 15:47:51 +01:00
..
core Explore: Logging query live preview of matches 2018-12-04 15:47:51 +01:00
features Explore: Logging query live preview of matches 2018-12-04 15:47:51 +01:00
partials Hid "Forgot your password" link from login menu when reset is disabled 2018-12-03 15:35:25 +02:00
plugins Explore: Logging query live preview of matches 2018-12-04 15:47:51 +01:00
routes moved profile pages to it's own feature folder 2018-10-31 12:25:46 -07:00
store moved state to redux, renamed entities 2018-10-26 14:15:37 +02:00
types Explore: Logging query live preview of matches 2018-12-04 15:47:51 +01:00
viz draw gauge 2018-11-09 16:37:09 +01:00
app.ts react panels: got data 2018-10-14 16:31:20 +02:00
dev.ts Add weback-dev-server with hot/hmr support 2018-04-19 11:42:53 +02:00
index.ts prettier: change to single quoting 2017-12-20 12:33:33 +01:00