grafana/public/app/features
David Kaltschmidt 05b0bfafe4 Explore: Add entry to panel menu to jump to Explore
* panel container menu gets new Explore entry (between Edit and Share)
* entry only shows if datasource has `supportsExplore` set to true (set
 for Prometheus only for now)
* click on Explore entry changes url to `/explore/state` via location provider
* `state` is a JSON representation of the panel queries
* datasources implement `getExploreState()` how to turn a panel config into explore initial
 state
* Explore can parse the state and initialize its query expressions
* ReactContainer now forwards route parameters as props to component
* `pluginlist` and `singlestat` panel subclasses needed to be adapted because
 `panel_ctrl` now has the location provider as a property already
2018-04-30 17:44:28 +02:00
..
admin prettier: ran on all files again, sorry. now settings are defined in package.json 2017-12-21 08:39:31 +01:00
alerting public: fix codespell issues 2018-04-13 20:31:29 +02:00
annotations public: fix codespell issues 2018-04-13 20:31:29 +02:00
dashboard changed test name and dashboardMock code 2018-04-24 11:22:58 +02:00
dashlinks spelling 2018-01-31 15:07:17 +01:00
org public: fix codespell issues 2018-04-13 20:31:29 +02:00
panel Explore: Add entry to panel menu to jump to Explore 2018-04-30 17:44:28 +02:00
panellinks prettier: ran on all files again, sorry. now settings are defined in package.json 2017-12-21 08:39:31 +01:00
playlist playlist: add missing nginject attribute 2018-04-09 21:33:18 +02:00
plugins Explore WIP 2018-04-26 20:27:19 +02:00
snapshot cleanup: removed unused typescript typings import 2018-01-04 10:12:02 +01:00
styleguide tech: cleaned up unused stuff 2017-12-21 12:31:04 +01:00
templating added pointer to show more, reset values on new query 2018-04-24 17:40:03 +02:00
all.ts migrated last all.js to ts 2018-04-04 14:16:39 +02:00