Torkel Ödegaard
649d727805
Merge branch 'master' into develop
2018-11-20 09:47:23 +01:00
Torkel Ödegaard
f44e634da4
switch slider changes
2018-11-20 09:39:56 +01:00
Marcus Efraimsson
9af5e9a448
Merge pull request #14127 from grafana/team_members_fix
...
Remove react warning in team members page
2018-11-19 09:03:41 -08:00
Marcus Efraimsson
0aca6f587b
remove react warning
2018-11-19 17:54:17 +01:00
Torkel Ödegaard
571cfab923
added chekbox and other tweaks
2018-11-19 17:41:48 +01:00
David Kaltschmidt
4771eaba5b
Explore: POC dedup logging rows
...
- added dedup switches to logs view
- strategy 'exact' matches rows that are exact (except for dates)
- strategy 'numbers' strips all numbers
- strategy 'signature' strips all letters and numbers to that only whitespace and punctuation remains
- added duplication indicator next to log level
2018-11-19 16:26:47 +01:00
David
d4e792dccd
Merge pull request #14107 from grafana/davkal/explore-panel
...
Explore: collapsible result panels
2018-11-19 15:17:05 +00:00
Erik Sundell
0ec4491a52
stackdriver: reimplementing service variable query type
2018-11-19 16:06:30 +01:00
Marcus Efraimsson
0d30f3ba52
update snapshot
2018-11-19 14:57:34 +01:00
Erik Sundell
0aeaec1ac6
stackdriver: add support for template variables
2018-11-19 14:44:40 +01:00
Torkel Ödegaard
c67b55776c
Merge pull request #14123 from grafana/switch-back-from-mixed
...
fixed issue switching back from mixed data source
2018-11-19 14:40:37 +01:00
Johannes Schill
00596f0afc
react-panel: Finish the data source search on query tab and start moving switch-data-source-logic from angular
2018-11-19 14:35:16 +01:00
Torkel Ödegaard
0053bee886
Merge pull request #14121 from grafana/panel-size-in-edit-mode-fix
...
fixed issue with panel size when going into edit mode
2018-11-19 14:21:37 +01:00
Torkel Ödegaard
1157a62375
fixed issue switching back from mixed data source, introduced by react panels changes
2018-11-19 14:20:19 +01:00
Marcus Efraimsson
c22e7f4263
fix group sync cta link
2018-11-19 13:23:17 +01:00
Torkel Ödegaard
d81d2f00f6
fixed issue with panel size when going into edit mode
2018-11-19 12:26:15 +01:00
Carl Bergquist
6049855dc7
Merge pull request #13947 from bergquist/alerting_for
...
Introduce alert debouncing
2018-11-19 10:38:02 +01:00
Johannes Schill
295fefb2dc
Tooltip should be able to take up space when used on an absolute positioned element
2018-11-19 09:29:21 +01:00
Torkel Ödegaard
5d1c5502f1
minor fixes
2018-11-19 09:16:35 +01:00
Johannes Schill
5069c7f6bb
panel-header: Move the corner information in the panel header to its own component
2018-11-19 09:16:35 +01:00
Johannes Schill
04571b8214
panel-header: Move the panel description/links/error container outside of panel header to not interfere with the react-grid stuff
2018-11-19 09:16:35 +01:00
Marcus Efraimsson
362ee89449
fix snapshot tests
2018-11-19 09:16:34 +01:00
Torkel Ödegaard
32d72f345f
Trying to reduce the amount of duplication with preferences
2018-11-19 09:16:34 +01:00
Johannes Schill
42154833cc
panel-header: Make it possible to style the reference element and fix so panel description looks good
2018-11-19 09:15:08 +01:00
Johannes Schill
48d1a574b9
panel-header: Avoid undefined classNames and use the real panel description
2018-11-19 09:15:08 +01:00
Johannes Schill
b97e2c7240
panel-header: Display description in modal
2018-11-19 09:15:08 +01:00
Peter Holmberg
7b66120122
fixed issue with save.
2018-11-19 09:15:07 +01:00
Peter Holmberg
f6aab0fe4b
fixed mutability issue in dashboard dropdowns
2018-11-19 09:15:07 +01:00
Marcus Efraimsson
a251461c62
team preferences ui
2018-11-19 09:15:07 +01:00
David Kaltschmidt
b2e6b2485f
Explore: Dont set datasource in state if navigated away
...
Datasource selection triggers a connection test, on success
the DS is set in the Explore state. If the test takes long and user
selects a different DS, and just after that the first test succeeds,
then the first DS overwrites the state.
* when test returns check if datasource is still the requested one
2018-11-19 09:15:06 +01:00
bergquist
76cbd7f0de
alerting: reduce the length of range queries
...
since we introduce deboucing the length should matter less.
But going below 5m as default might be weird depending on datasource.
2018-11-19 09:10:19 +01:00
Torkel Ödegaard
435079c6e7
Merge pull request #14102 from grafana/change-tab-in-edit-modefix
...
fix: dont setViewMode when nothing has changed
2018-11-17 14:46:16 +01:00
David Kaltschmidt
adb2430a1b
Explore: collapsible result panels
...
- replace the Graph/Table buttons with toggle control in a wrapper panel
- moved toggle control to left to be close to the label
- removed panel styles from Logs and Graph viewer
- moved loader animation to panel
2018-11-16 18:21:13 +00:00
Peter Holmberg
5916f76991
removing test page
2018-11-16 16:58:08 +01:00
Peter Holmberg
cc7bf31c3e
Merge remote-tracking branch 'origin/develop' into unit-picker
2018-11-16 16:54:02 +01:00
David
634d71a657
Merge pull request #14052 from grafana/davkal/explore-query-importer
...
Explore: POC for datasource query importers
2018-11-16 14:55:19 +00:00
Torkel Ödegaard
57de2475b0
various fixes to angular loading
2018-11-16 15:09:14 +01:00
David Kaltschmidt
411719bc70
Explore: POC for datasource query importers
...
Explore is about keeping context between datasources if possible. When
changing from metrics to logging, some of the filtering can be kept to
narrow down logging streams relevant to the metrics.
- adds `importQueries` function in language providers
- query import dependent on origin datasource
- implemented prometheus-to-logging import: keeping label selectors
that are common to both datasources
- added types
2018-11-16 13:52:58 +00:00
Marcus Efraimsson
2c7dfd74b4
Merge pull request #14100 from grafana/fix-save-redirect-issue
...
fix for save dashboard redirect issue
2018-11-16 04:03:47 -08:00
Torkel Ödegaard
96104e4372
fix: dont setViewMode when nothing has changed
2018-11-16 12:39:26 +01:00
Torkel Ödegaard
e85a3f1d04
fix redirect issue, caused by timing of events between angular location change and redux state changes
2018-11-16 11:29:32 +01:00
Alexander Zobnin
8c7f4ac188
fix datasource testing
2018-11-16 13:17:41 +03:00
Torkel Ödegaard
7c72f8e028
panel options now load even when changing type
2018-11-16 10:44:39 +01:00
Torkel Ödegaard
f21fe65bb1
fixed issues when changing type, need to remove event listeners and cleanup props
2018-11-16 10:00:13 +01:00
Torkel Ödegaard
dac02d3d73
React edit mode for angular panels progress
2018-11-16 08:31:29 +01:00
Torkel Ödegaard
ad3e683739
Merge branch 'develop' into panel-edit-in-react
2018-11-16 07:43:37 +01:00
Torkel Ödegaard
e21a140fcc
minor fixes
2018-11-16 07:41:40 +01:00
Torkel Ödegaard
c4ae05c5e5
Merge pull request #14078 from grafana/12759-description-n-links
...
12759 React-panel: description and links
2018-11-16 06:57:42 +01:00
Peter Holmberg
61a704a64e
some progress on groups and options
2018-11-15 17:14:43 +01:00
Torkel Ödegaard
a87035312d
Merge branch 'develop' into panel-edit-in-react
2018-11-15 17:04:00 +01:00