- 26 Nov, 2018 9 commits
-
-
Remove confusing <> from variable intro
Torkel Ödegaard committed -
The existing intro makes it look like you should use `$<varname>` to refer to a variable. That of course is incorrect, and you should use `$varname`. In my experience using the <> marker around variable names should only be used when there isn't something else explicit to set it off. In this case we have `$`. Below, you can see the <> are also not used, because we have the `[[]]` to set it off. The inconsistency is confusing.
Quentin Hartman committed -
Related to #14182
Leonard Gram committed -
chore: correct pause-all-alerts auth in docs
Marcus Efraimsson committed -
log the actual error if failing to update alert data
Marcus Efraimsson committed -
Daniel Hollcraft committed
-
docs: what's new in v5.4
Marcus Efraimsson committed -
Explore: Fix JS error when switching between 2 prometheus datasources
David committed -
- since the DataQuery rewrite, Explore starts by submitting its queries (Explore cant know if the queries are emtpty) - The datasource intercepts an empty query and returns an empty list of time series, and also no table for the table query. - The query hinter then received no series to analyse and was not guarding against this. - This PR adds this guard.
David Kaltschmidt committed
-
- 23 Nov, 2018 21 commits
-
-
Sort Prometheus range suggestions by length
Torkel Ödegaard committed -
David Kaltschmidt committed
-
Leonard Gram committed
-
Leonard Gram committed
-
Marcus Efraimsson committed
-
Regression: fix handle of elasticsearch 6.0+ version
Marcus Efraimsson committed -
Marcus Efraimsson committed
-
Torkel Ödegaard committed
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Explore: make query field suggestions more robust
David committed -
- drop invalid history items - make highlighter more robust by defaulting to empty string on text to highlight
David Kaltschmidt committed -
flopp999 committed
-
Explore: switching to logging should keep prometheus labels in case o…
David committed -
- add sortText property to range completion items
David Kaltschmidt committed -
Marcus Efraimsson committed
-
Logging's query importer drops all labels that are not common to both datasources. - keep labels if label lookup of logging datasource came back empty - easier to remove labels than having to add them in the first place
David Kaltschmidt committed -
Torkel Ödegaard committed
-
Margin when listing multiple gf-form
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
docs: signout_redirect_url description in auth overview
Torkel Ödegaard committed
-
- 22 Nov, 2018 10 commits
-
-
Marcus Efraimsson committed
-
Currently the footer is based on top margins which looks odd on big screen sizes. Also, the footer shows up on the top of the page on pages take a moment to load (while ng-view is rendering). - True sticky footer based on flexbox - Ensure footer stays at bottom while ng-view div does not exist yet
David Kaltschmidt committed -
Explore: Introduce DataQuery interface for query handling
David committed -
David Kaltschmidt committed
-
Marcus Efraimsson committed
-
David Kaltschmidt committed
-
David Kaltschmidt committed
-
when listing multiple gf-form elements this style is applied to all elements except the first. By having the margin on the right side there will always be some margin between all gf-forms
bergquist committed -
Fix a typo in doc about alerting
Marcus Efraimsson committed -
Fix a typo
Zhang Yong committed
-