- 23 Nov, 2018 11 commits
-
-
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 -
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 9 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
-
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
-
- 21 Nov, 2018 20 commits
-
-
Marcus Efraimsson committed
-
Fix invalid time range causes panic in Cloudwatch datasources
Marcus Efraimsson committed -
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Add ability to toggle visibility of graph series in explore section
David committed -
updates time range options for alert queries
Carl Bergquist committed -
Fix errcheck issues
Carl Bergquist committed -
David Kaltschmidt committed
-
David Kaltschmidt committed
-
add some new options for the to value. removes '1s' option for from since thats unreasonable low closes #12134
bergquist committed -
bergquist committed
-
Adds example timeline in docs for alerting for
Carl Bergquist committed -
- Queries in Explore have been string based - This PR introduces the use of the DataQuery type to denote all queries handled in Explore - Within Explore all handling of DataQueries is transparent - Modifying DataQueries is left to the datasource - Using `target` as variable names for DataQueries to be consistent with the rest of Grafana
David Kaltschmidt committed -
Discovered implementation issues with the set utilities used in the explore section after adding some tests. Added tests to reinforce the expected behaviour of the utility functions. Related: #13522
Michael Huynh committed -
Co-Authored-By: bergquist <carl@grafana.com>
Marcus Efraimsson committed -
Co-Authored-By: bergquist <carl@grafana.com>
Marcus Efraimsson committed -
fixed issue with new legend not checking if panel.legend.show
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
bergquist committed
-