- 07 Dec, 2018 4 commits
-
-
Torkel Ödegaard committed
-
Update react panel header when changing angular panel settings
Torkel Ödegaard committed -
Erik Sundell committed
-
Erik Sundell committed
-
- 06 Dec, 2018 5 commits
-
-
Johannes Schill committed
-
Johannes Schill committed
-
Johannes Schill committed
-
Johannes Schill committed
-
Add prop key to panelPropsString to avoid a bug when changing another value and the render doesnt trigger
Johannes Schill committed
-
- 05 Dec, 2018 22 commits
-
-
Datasource settings isdefault
Torkel Ödegaard committed -
Johannes Schill committed
-
Johannes Schill committed
-
add icon
Torkel Ödegaard committed -
Portal component
Torkel Ödegaard committed -
Peter Holmberg committed
-
Peter Holmberg committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Johannes Schill committed
-
Small tooltip css-adjustments and add css for position "bottom-start"…
Torkel Ödegaard committed -
Create a portal and use it with our popper component (tooltip and popover) to avoid potential overflow-/zindex-bugs
Johannes Schill committed -
Peter Holmberg committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Update css to use the border-radius variable and add a new variable for the popper's distance to its ref
Johannes Schill committed -
Torkel Ödegaard committed
-
Readme: We should write Node.js the same way in all places in the readme
Torkel Ödegaard committed -
Develop keep panel settings when switching visualizations
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
redact value for plugin proxy routes
Torkel Ödegaard committed -
Brian Gann committed
-
- 04 Dec, 2018 9 commits
-
-
JS tooling: upgrade to babel 7
Torkel Ödegaard committed -
Explore: Display duplicate row count as number
Torkel Ödegaard committed -
Johannes Schill committed
-
Small tooltip css-adjustments and add css for position "bottom-start" used by the panel header corner
Johannes Schill committed -
Gauge value options
Johannes Schill committed -
- the pips were hard to see - make it really clear which rows are duplicates by allocating a column to show number
David Kaltschmidt committed -
Explore: Logging query live preview of matches
David committed -
David Kaltschmidt committed
-
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)
David Kaltschmidt committed
-