- 22 Nov, 2018 7 commits
-
-
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
-
Fix a typo in doc about alerting
Marcus Efraimsson committed -
Fix a typo
Zhang Yong committed
-
- 21 Nov, 2018 24 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
-
Torkel Ödegaard committed
-
bergquist committed
-
bergquist committed
-
Leonard Gram committed
-
- 20 Nov, 2018 9 commits
-
-
bergquist committed
-
Marcus Efraimsson committed
-
The implemented toggling UX is similar to how the dashboard graph plugin behaves. Also incorporates review feedback to persist series visibility state by means of the alias property, with the limitation it carries too. Related: #13522
Michael Huynh committed -
Marcus Efraimsson committed
-
fix for issue with error view in production builds
Marcus Efraimsson committed -
Torkel Ödegaard committed
-
Daniel Lee committed
-
Stackdriver template query editor
Daniel Lee committed -
Marcus Efraimsson committed
-