Erik Sundell
4eebede9ef
add current editor to panel targets
2018-11-27 16:50:09 +01:00
Erik Sundell
626a94be46
remove time srv initialization
2018-11-27 14:51:03 +01:00
Erik Sundell
7159b369a3
restructure imports
2018-11-27 14:49:03 +01:00
Erik Sundell
5e7d4beacf
get intervals from explore function
2018-11-27 14:45:39 +01:00
Erik Sundell
b36db6ac04
unregister all query editor event listeners
2018-11-27 14:27:33 +01:00
Erik Sundell
c79d8b2a9b
remove comments
2018-11-27 14:25:24 +01:00
Erik Sundell
c567d75320
temp remove until stackdriver implements explore
2018-11-27 14:22:39 +01:00
Erik Sundell
1998c08df5
use default range from time picker
2018-11-27 13:13:26 +01:00
Erik Sundell
109ff1a3e1
includes ranges correctly in the options object
2018-11-26 17:09:50 +01:00
Erik Sundell
3395b1caf6
Merge branch 'panel-edit-in-react' of https://github.com/grafana/grafana into panel-edit-in-react
2018-11-26 13:44:32 +01:00
Erik Sundell
7209c7cd0a
mock interval data
2018-11-23 15:37:49 +01:00
Erik Sundell
1e6ea8b124
rename variable
2018-11-23 15:15:41 +01:00
Erik Sundell
65c744c39f
hide row specific buttons when query editor is rendered from explore
2018-11-23 15:14:13 +01:00
Erik Sundell
ccddee4a4a
add support for explore events
2018-11-23 15:12:20 +01:00
Erik Sundell
fae3ae2580
use plugin_loader directly instead of using the wrapper
2018-11-23 14:32:56 +01:00
Torkel Ödegaard
daee874ee6
Merge branch 'panel-edit-in-react' into panel-edit-in-react-sidemenu
2018-11-23 14:01:18 +01:00
Torkel Ödegaard
263381eac6
Merge branch 'develop' into panel-edit-in-react
2018-11-23 14:00:15 +01:00
Torkel Ödegaard
2dc44f6089
Merge branch 'master' into develop
2018-11-23 13:59:35 +01:00
David Kaltschmidt
f831836fa7
Explore: make query field suggestions more robust
...
- drop invalid history items
- make highlighter more robust by defaulting to empty string on text to highlight
2018-11-23 12:25:43 +01:00
flopp999
91d97ab5b5
Fix abbreviations of Litre/min and milliLitre/min ( #14114 )
2018-11-23 02:48:22 -08:00
David Kaltschmidt
b778b5350a
Explore: swtiching to logging should keep prometheus labels in case of error
...
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
2018-11-23 11:15:25 +01:00
Torkel Ödegaard
9caae8c8c0
adding back button
2018-11-23 07:43:25 +01:00
Torkel Ödegaard
c8e42c0216
styling tweaks
2018-11-23 07:31:13 +01:00
Erik Sundell
eaf9a0b39a
initial commit
2018-11-22 18:22:15 +01:00
Erik Sundell
1fb686cafa
Merge branch 'develop' into panel-edit-in-react
2018-11-22 13:46:12 +01:00
Erik Sundell
a5947e820c
Merge branch 'master' into develop
2018-11-22 13:43:25 +01:00
Torkel Ödegaard
300bd75b54
edit mode styling
2018-11-22 12:22:59 +01:00
Torkel Ödegaard
1b92bc62cb
edit mode styling
2018-11-22 12:19:52 +01:00
Torkel Ödegaard
d70dfd5fd7
edit mode styling
2018-11-22 12:13:28 +01:00
David
377eaa891c
Merge pull request #14147 from grafana/davkal/explore-data-query
...
Explore: Introduce DataQuery interface for query handling
2018-11-22 12:01:37 +01:00
David Kaltschmidt
9e94d22401
Added comments
2018-11-22 12:00:41 +01:00
Torkel Ödegaard
547044b65f
style tweaks
2018-11-22 11:41:33 +01:00
David Kaltschmidt
21ee85b1e2
Fix issue with deleting a query (empty string not updating)
2018-11-22 11:14:46 +01:00
David Kaltschmidt
bbaa5b63c8
Fix history rendering for DataQuery
2018-11-22 11:02:53 +01:00
Torkel Ödegaard
9a2b2863fb
styling progress
2018-11-22 08:46:54 +01:00
Torkel Ödegaard
c7e296307a
panel edit ux experiments
2018-11-21 20:32:04 +01:00
David
1125ca4d79
Merge pull request #14014 from miqh/feat/explore-toggle-series
...
Add ability to toggle visibility of graph series in explore section
2018-11-21 17:31:46 +01:00
David Kaltschmidt
331d419d4f
Combine query functions
2018-11-21 17:21:13 +01:00
David Kaltschmidt
22987ee75f
Renamed targets to queries
2018-11-21 16:28:30 +01:00
bergquist
14688766ef
updates time range options for alert queries
...
add some new options for the to value.
removes '1s' option for from since thats unreasonable low
closes #12134
2018-11-21 15:43:37 +01:00
bergquist
60c291c8dc
format: remove </input> and align tabs
2018-11-21 15:42:25 +01:00
David Kaltschmidt
b3161bea5a
Explore: Introduce DataQuery interface for query handling
...
- 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
2018-11-21 14:45:57 +01:00
Michael Huynh
a333c31ea8
Fix set utilities for explore section
...
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
2018-11-21 21:42:53 +08:00
Torkel Ödegaard
0731b8635b
fixed failing graph tests
2018-11-21 13:53:32 +01:00
Johannes Schill
1a7b8a3931
Merge branch 'panel-edit-in-react' of https://github.com/grafana/grafana into panel-edit-in-react
2018-11-21 11:39:57 +01:00
Torkel Ödegaard
cab92f88af
fixed issue with new legend not checking if panel.legend.show
2018-11-21 11:38:15 +01:00
Johannes Schill
69e5584d39
react-panel: Avoid duplicate keys
2018-11-20 17:11:47 +01:00
Torkel Ödegaard
874ff4a7af
Merge branch 'panel-edit-in-react' of github.com:grafana/grafana into panel-edit-in-react
2018-11-20 17:10:38 +01:00
Torkel Ödegaard
9baa54e98c
added alert tab to new react panel editor
2018-11-20 17:09:47 +01:00
Johannes Schill
97f7a7fbba
react-panel: Add data source "options". Needs UX, WIP.
2018-11-20 16:33:26 +01:00