Torkel Ödegaard
f5b63fc65d
Merge branch 'master' into develop
2018-11-15 16:56:21 +01:00
Torkel Ödegaard
c0197bcb15
fix: added events to MetricsTabCtrl to closer mimic MetricsPanelCtrl
2018-11-14 16:04:34 +01:00
David
f00f347099
Merge pull request #14033 from grafana/davkal/explore-slow-ds-load
...
Explore: Dont set datasource in state if navigated away
2018-11-14 14:45:35 +00:00
Torkel Ödegaard
1eecda48f8
Moved query manipulations from metrics controller to metrics tab so they are more easily shared between angular and react panels
2018-11-14 14:40:03 +01:00
Torkel Ödegaard
888eb9d94c
fixed panel focus for react panels
2018-11-14 13:31:40 +01:00
Torkel Ödegaard
080d611004
minor changes to react panels
2018-11-14 13:20:19 +01:00
Torkel Ödegaard
604add078b
Merge pull request #14066 from grafana/panel-size-refactor
...
Panel size refactor
2018-11-14 12:38:21 +01:00
Torkel Ödegaard
6d65432c8a
Merge branch 'toggle-panel-menu-withreact' into develop
2018-11-14 12:24:30 +01:00
Torkel Ödegaard
90c41bb087
changed how size is calcualted and propagated and added proper interval calc to DataPanel
2018-11-14 12:03:25 +01:00
Torkel Ödegaard
dedeaf541e
wip panel size handling
2018-11-13 18:50:12 +01:00
Torkel Ödegaard
8ad37ea926
Merge branch 'develop' of github.com:grafana/grafana into develop
2018-11-13 17:25:11 +01:00
Peter Holmberg
a9b5cbf381
adced clickoutside wrapper
2018-11-13 17:00:28 +01:00
Torkel Ödegaard
2c6963fc6f
Merge branch 'master' of github.com:grafana/grafana into develop
2018-11-13 16:26:46 +01:00
Torkel Ödegaard
6d91e06f4d
refactoring back the interval calculation, needs to be different for react panels
2018-11-13 16:01:52 +01:00
Torkel Ödegaard
f026be3790
fix case where timeshift and time override is used
2018-11-13 15:23:13 +01:00
Torkel Ödegaard
f274195d81
wip: refactoring interval and time override handling
2018-11-13 15:05:07 +01:00
Marcus Efraimsson
69a57850c4
restore user profile preferences
2018-11-13 10:22:02 +01:00
Torkel Ödegaard
d49e857bc0
Merge branch 'develop' into 12759-timeshift
2018-11-13 09:56:58 +01:00
Torkel Ödegaard
81a9a3a3c1
Merge branch 'develop' into 12759-timeshift
2018-11-13 08:51:48 +01:00
Torkel Ödegaard
7b805bdb81
minor react panels refafactor
2018-11-13 08:40:42 +01:00
Torkel Ödegaard
e331d24a38
removed console.log
2018-11-13 08:11:03 +01:00
Torkel Ödegaard
9820c7806c
some cleanup of unused stuff and type fixes
2018-11-13 08:09:12 +01:00
Torkel Ödegaard
9dbb0db684
completed work on panel not found view
2018-11-13 07:54:02 +01:00
Mat Schaffer
f6313fe675
Clarify wording of playlist protip
...
Per discussion on 154fbe2413 (r31238888)
it seemed like this wording might be easier to understand.
2018-11-13 14:56:32 +09:00
David Kaltschmidt
9b48338d95
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-12 18:06:12 +00:00
Torkel Ödegaard
119e94f745
wip: panel plugin not found
2018-11-12 17:54:44 +01:00
Torkel Ödegaard
727efa5a03
Merge branch 'pane-edit-ux-tabs' into develop
2018-11-12 16:25:13 +01:00
Torkel Ödegaard
e0feb72637
Merge remote-tracking branch 'origin/data-source-settings-to-react' into develop
2018-11-12 16:17:05 +01:00
Torkel Ödegaard
a2a4458923
Merge pull request #14023 from grafana/gauge-panel
...
React Gauge Panel - first step
2018-11-12 15:58:54 +01:00
Johannes Schill
6d4d7c5032
wip: panel-header: On panel refresh, get new timeRange from timeSrv, not the old one from the state
2018-11-12 11:38:41 +01:00
Johannes Schill
e045169094
wip: panel-header: Avoid null returning to get better code readability. High five @ peterholmberg
2018-11-12 11:31:33 +01:00
Johannes Schill
a3f1a1c6b3
wip: panel-header: Remove the TimeData type
2018-11-12 11:31:33 +01:00
Johannes Schill
8117a7559f
wip: panel-header: Add proper typings to maxDataPoints and interval + remove code in comment
2018-11-12 11:31:33 +01:00
Johannes Schill
e55f3f883f
wip: panel-header: Move getResolution and calculateInterval into utils-functions and use the same code from react and angular
2018-11-12 11:31:33 +01:00
Johannes Schill
9fd62b80d9
wip: panel-header: Start implementing the applyPanelTimeOverrides in the react panels by moving it to a util, make it pure and call it from angular and react.
2018-11-12 11:31:33 +01:00
Torkel Ödegaard
a0620ac8f6
minor style fixes & polish
2018-11-11 17:46:40 +01:00
Torkel Ödegaard
057696a0f8
Merge pull request #14002 from Nexucis/bugfix/template-srv
...
[Bugfix] Don't drop the value when it's equal to None
2018-11-11 16:49:51 +01:00
Torkel Ödegaard
c4ad069083
refactoring & cleaning up css
2018-11-10 17:28:28 +01:00
Torkel Ödegaard
f74f7b017f
Minor progress on edit mode
2018-11-10 07:34:09 -08:00
Torkel Ödegaard
c54ae5d124
improve dropdown pane connetion to tab toolbar
2018-11-09 11:33:33 -08:00
Torkel Ödegaard
1bad8db94c
data source picker demo state
2018-11-09 15:50:09 +01:00
Michael Huynh
22b8b04dbe
Preserve suffix text when applying function suggestion
...
Updates all PromQL function-like suggestions to omit parentheses
when inserted. Such insertions also preserve any suffix text.
Related: #13885
2018-11-09 20:43:20 +08:00
Torkel Ödegaard
a7daf58bb9
wip: progress on edit mode ux with tabs
2018-11-09 13:17:41 +01:00
Peter Holmberg
b536a9f760
can render something
2018-11-08 16:40:53 +01:00
Augustin Husson
2abf8a0e8b
don't drop the value when it equals to None
2018-11-08 16:23:40 +01:00
David
203078280f
Merge pull request #13942 from grafana/davkal/explore-logging-graph
...
Explore: Logging graph overview and view options
2018-11-08 14:38:29 +01:00
David Kaltschmidt
6b8d7c89ac
Refactored log stream merging, added types, tests, comments
2018-11-08 14:24:54 +01:00
Torkel Ödegaard
8a9d721c00
panel-edit-ux-tabs on top alternative
2018-11-08 12:25:22 +01:00
Torkel Ödegaard
964a21b091
Merge branch 'master' into panel-edit-ux
2018-11-08 11:46:04 +01:00
Peter Holmberg
7799ad8108
added loading state
2018-11-08 09:34:14 +01:00