Torkel Ödegaard
e7f6cdc625
Merge branch '13739/alert-to-react'
2018-10-25 17:44:23 +02:00
Torkel Ödegaard
defccb5ab3
fix panel solo size
2018-10-25 10:32:23 +02:00
Peter Holmberg
bd2f9a38d9
Added margin and correct border radius
2018-10-23 17:25:16 +02:00
David Kaltschmidt
f19ffee5b4
Fix rebase, fix empty field still issuing query problem
2018-10-23 17:21:33 +02:00
David Kaltschmidt
2e02a8c855
Explore: query transactions
...
Existing querying was grouped together before handed over to the
datasource. This slowed down result display to however long the slowest
query took.
- create one query transaction per result viewer (graph, table, etc.)
and query row
- track latencies for each transaction
- show results as soon as they are being received
- loading indicator on graph and query button to indicate that queries
are still running and that results are incomplete
- properly discard transactions when removing or changing queries
2018-10-23 16:09:48 +02:00
Torkel Ödegaard
dddbe62d6c
Merge branch 'master' into react-panels-step1
2018-10-19 09:15:37 +02:00
Torkel Ödegaard
0b490912bd
Merge pull request #13716 from grafana/davkal/13613-fix-split-layout
...
Explore: fix render issues in split view
2018-10-18 13:00:23 +02:00
David Kaltschmidt
9e647590ac
Review feedback, increased height
2018-10-18 10:42:25 +02:00
David Kaltschmidt
a1410b54a5
Explore: fix render issues in split view
...
- avoid line wrap in row tools (add/remove/clear)
- avoid text overflow in query field
2018-10-17 17:59:03 +02:00
David Kaltschmidt
ff67213b42
Explore: Use react-table as table component
...
- adds react-table as dependency
- replaces custom table component in Explore
- vendors react-table styles and overrides them (currently in
explore.scss)
2018-10-17 14:58:04 +02:00
Torkel Ödegaard
8ba865bf57
Merge branch 'master' into react-panels-step1
2018-10-12 13:31:20 +02:00
Torkel Ödegaard
69e0311cbc
Merge branch '13425-team-picker-bug'
2018-10-11 12:52:48 -07:00
Torkel Ödegaard
c368c72d40
minor ux fix for new select
2018-10-11 12:50:58 -07:00
Marcus Efraimsson
776b14f7bb
Merge pull request #13617 from grafana/13616_phantomjs_legend
...
fix phantomjs render of graph panel when legend displayed as table to the right
2018-10-11 13:47:34 +02:00
Peter Holmberg
02e7d713a1
Added Loading state on org pages
2018-10-11 11:49:34 +02:00
Marcus Efraimsson
fc79ba30ae
fix phantomjs render of graph panel when legend as table to the right
2018-10-11 11:46:07 +02:00
Johannes Schill
a42227cdff
Css fix for selected option
2018-10-10 16:21:08 +02:00
Johannes Schill
ffae3e7a58
Rename css class "gf-form-select2" to "gf-form-select-box" #13425
2018-10-10 14:15:28 +02:00
Johannes Schill
e20fa1ba70
Fixes for the tag filtering in the search #13425
2018-10-10 14:15:28 +02:00
Johannes Schill
4d2be024f4
Start implementing the upgraded react-select in the tag filter box #13425
2018-10-10 14:15:28 +02:00
Johannes Schill
e5e7611547
Replace $white with a color working in both themes #13425
2018-10-10 14:15:26 +02:00
Johannes Schill
cc20b8de36
Clean up css for react-select v2 #13425
2018-10-10 14:15:26 +02:00
Johannes Schill
d9434ba1b1
wip: Upgrade react-select #13425
2018-10-10 14:15:25 +02:00
Torkel Ödegaard
d2bdf8cff1
wip: fixed issues now things are starting to work as before for angular panels
2018-10-09 17:07:13 +02:00
David Kaltschmidt
76a3b1a793
Explore: highlight typed text in suggestions
...
- use react-highlight-words
- add highlighting (color and border) to the matching substring of the
suggested items in the typeahead
- extracted match finding from logging datasource
- created new utils/text.ts class for text-related functions
- added more types
2018-10-09 12:33:25 +02:00
Torkel Ödegaard
3fa83d2755
ux: minor update to look of stackdriver query help
2018-10-08 23:29:29 +02:00
Torkel Ödegaard
07eba60e24
Merge pull request #13537 from grafana/new-data-source-as-separate-page
...
New data source as separate page
2018-10-06 20:42:13 +02:00
Torkel Ödegaard
2e4a1f317d
ux: final fixes to new datasource page
2018-10-06 19:22:16 +02:00
Jordan Neufeld
4815f92f6f
Fix text overflow on playlist search #13464
2018-10-06 10:17:26 -05:00
Torkel Ödegaard
2860a50065
ux: tweaks to add datasource page and datasource settings page
2018-10-05 12:55:34 -07:00
Peter Holmberg
e1c77f634d
Merge branch 'master' into new-data-source-as-separate-page
2018-10-05 13:15:26 +02:00
Peter Holmberg
b5681e9802
algorithm to find new name if it exists
2018-10-05 11:33:41 +02:00
Torkel Ödegaard
848f19a4a1
ux: misc react migration fixes and info box style improvement
2018-10-05 08:43:56 +02:00
Peter Holmberg
85603dbc21
search data source types
2018-10-04 11:42:17 +02:00
Torkel Ödegaard
dcb7f0d492
Merge branch 'master' into react-panels-ux-idea2
2018-10-04 09:08:19 +02:00
Torkel Ödegaard
30eda62fe7
css: minor fix to search
2018-10-03 11:07:20 -07:00
Peter Holmberg
262fee0a42
new grid layout add data source
2018-10-03 16:04:30 +02:00
Patrick O'Carroll
9c889f8d68
centered dashboard icon in search with flexbox
2018-10-03 11:42:18 +02:00
Daniel Lee
9c2bca411c
Merge pull request #13289 from grafana/stackdriver-plugin
...
Stackdriver Datasource - Fixes #6733
2018-09-28 19:36:01 +02:00
Daniel Lee
296fd35d47
stackdriver: add help section for annotations
2018-09-28 19:12:50 +02:00
David
b2758b2ad0
Merge pull request #13408 from grafana/limit-number-of-series-in-explore
...
Limit number of time series in explore
2018-09-28 17:45:33 +02:00
Torkel Ödegaard
5c24fa68a5
explore: fixes to dark theme, fixes #13349
2018-09-27 11:57:28 +02:00
Torkel Ödegaard
31b8bf2d47
Merge pull request #13380 from grafana/13275-pending-invites
...
switch button for org users
2018-09-27 11:26:07 +02:00
Peter Holmberg
32389f6171
using more variables
2018-09-26 21:27:14 +02:00
Patrick O'Carroll
e9790c9f1b
changed to first and last child
2018-09-26 07:56:33 +02:00
Peter Holmberg
ff96a6b766
using variable
2018-09-25 13:39:22 +02:00
Johannes Schill
4640528857
Remove non-existing css prop
2018-09-25 11:17:26 +02:00
Johannes Schill
776f55dc80
fix: Legend to the right, as table, should follow the width prop. Removing css conflicting with baron's width calculation. #13312
2018-09-25 11:14:44 +02:00
Peter Holmberg
ecf08b060c
limit number of time series show in explore graph
2018-09-24 16:35:24 +02:00
Patrick O'Carroll
daffa7d067
removed border, cleaned up css and fixed class naming
2018-09-24 12:49:29 +02:00