Torkel Ödegaard
b380f74131
updated publish script
2018-12-10 16:39:54 +01:00
Johannes Schill
6ac8f5c7a5
Unmount component when fading out to reset its state, such as search..
2018-12-10 15:51:41 +01:00
Torkel Ödegaard
6c3f9effd4
Update CHANGELOG.md
2018-12-10 15:40:43 +01:00
Johannes Schill
cdcc316310
Variable rename. Did not make sense at all.
2018-12-10 15:29:51 +01:00
Johannes Schill
856c0ee052
Fix styling for vizPicker keyboard nav and change so only arrow up/down is OK to use
2018-12-10 15:20:32 +01:00
Peter Holmberg
4a57d594e5
fixed styling
2018-12-10 14:50:32 +01:00
Johannes Schill
ae5bc366c2
Start adding keyboard navigation to VizPicker
2018-12-10 14:45:49 +01:00
Torkel Ödegaard
a0fc013472
Merge pull request #14428 from grafana/14425_time_regions
...
Fix time regions bugs
2018-12-10 14:40:48 +01:00
Torkel Ödegaard
512b617120
Merge pull request #14427 from grafana/color-picker-position-fix
...
Fixed issue with colorpicker position above window
2018-12-10 14:39:26 +01:00
Erik Sundell
49e756aa93
use links instead of bridge network
2018-12-10 14:25:29 +01:00
Marcus Efraimsson
8f26fe0fbb
fix time regions bugs
2018-12-10 14:25:03 +01:00
Torkel Ödegaard
aea74f0e7f
Merge pull request #14426 from grafana/fix-singlestat-repeat-variable-issue
...
fixed issue with singlestat and repeated scopedVars
2018-12-10 14:17:23 +01:00
Torkel Ödegaard
6f061ab159
Merge pull request #14403 from grafana/logs-graph-stacking
...
Fixed issue with logs graph and stacking
2018-12-10 14:16:28 +01:00
Torkel Ödegaard
0c5fd21327
fixed issue with colorpicker position above window, fixes #14412
2018-12-10 14:07:20 +01:00
Torkel Ödegaard
976d25d6ae
fixed issue with singlestat and repeated scopedVars, was only working for time series data sources, and only if there was any series, now scoped vars is always set, fixes #14367
2018-12-10 13:40:32 +01:00
Torkel Ödegaard
6433ff4bdc
Merge pull request #14424 from grafana/fix-search-tag-issues
...
Fix search tag UI issues
2018-12-10 13:39:04 +01:00
Torkel Ödegaard
e05f6c5397
fix search tag issues, fixes #14391
2018-12-10 13:23:38 +01:00
Torkel Ödegaard
acf24bd679
Clear query models when changing data source type, fixes #14394
2018-12-10 12:56:49 +01:00
Torkel Ödegaard
74b3a509f7
Merge branch 'develop' of github.com:grafana/grafana into develop
2018-12-10 12:32:37 +01:00
Torkel Ödegaard
514c8a0210
fixed issue with grid responsive mode
2018-12-10 12:20:14 +01:00
Torkel Ödegaard
336fb4180f
Merge pull request #14285 from grafana/14280_fix_time_region
...
Fix time regions using zero hours
2018-12-10 12:12:19 +01:00
Torkel Ödegaard
7e0bc8f30d
fixed max height issue not being respected by react select dropdown
2018-12-10 12:02:27 +01:00
ijin08
ee55a9c18b
removed side menu for column styles, added small header to column styles with a border
2018-12-10 11:59:02 +01:00
Carl Bergquist
1b6ed5815e
Merge pull request #14405 from IntegersOfK/master
...
Allow backslash escaping in custom variables
2018-12-10 07:40:18 +01:00
Carl Bergquist
e61d87704d
Merge pull request #14417 from Napsty/fix-variable-name-in-rp-warning
...
Use correct variable name in fail text
2018-12-10 07:13:59 +01:00
Claudio Kuenzler
1dc3728f6a
Use correct variable name in fail text
2018-12-10 06:54:12 +01:00
Torkel Ödegaard
1f7fece802
Merge pull request #14413 from grafana/davkal/fix-logging-meta-wrapping
...
Fix logs panel meta wrap
2018-12-09 18:44:47 +01:00
Torkel Ödegaard
a9fc77b411
Merge pull request #14408 from grafana/davkal/fix-14407
...
Explore: Hide scanning again after result was found
2018-12-09 17:46:14 +01:00
Torkel Ödegaard
837a621502
Merge pull request #14410 from grafana/davkal/explore-logging-dedup-description
...
Explore: Logging dedup tooltips
2018-12-09 17:44:45 +01:00
Torkel Ödegaard
c58f818ea2
Merge pull request #14411 from grafana/davkal/fix-14362
...
Explore: dont pass all rows to all rows, fixes profiler
2018-12-09 17:42:47 +01:00
David Kaltschmidt
b0c431ae67
Fix logs panel meta wrap
2018-12-09 17:22:35 +01:00
David Kaltschmidt
61924e9130
Explore: dont pass all rows to all rows, fixes profiler
...
- react profiler seems to evaluate all props of all components down the tree
- this becomes slow when 1000 rows are passed to 1000 rows and their labels
- use getter function instead to ask for rows on demand
2018-12-09 13:23:44 +01:00
David Kaltschmidt
487de2b832
Explore: Logging dedup tooltips
...
- use title attribute of toggle button group
- add descriptions for all dedup options
2018-12-09 13:06:34 +01:00
David
e5c547c504
Merge pull request #14406 from grafana/davkal/fix-14390
...
Explore: Fix timepicker inputs for absolute dates
2018-12-09 11:45:17 +01:00
David Kaltschmidt
1bcc866341
Explore: Hide scanning again after result was found
...
- when query result was found, stop scanning
- this hides the scan status again
2018-12-09 11:42:35 +01:00
Torkel Ödegaard
6dc050d01e
Merge pull request #14401 from evergage/14399-cloudwatch-bouncerate
...
Add the AWS/SES Cloudwatch metrics of BounceRate and ComplaintRate. …
2018-12-09 11:06:01 +01:00
David Kaltschmidt
60ee4499e7
Explore: Fix timepicker inputs for absolute dates
...
- Timepicker needs to keep from and to internally as strings
for the fully controlled inputs
- make sure from and to are strings when time is reset
2018-12-09 07:05:27 +01:00
AJ West
6c95acc837
Switch to global match for full browser support of escaped custom vars
2018-12-08 18:23:08 -05:00
AJ West
2b3d366f7c
Allow backslash escaping in custom variables
2018-12-08 17:31:05 -05:00
Torkel Ödegaard
14cf846e73
Fixed issue with logs graph and stacking
2018-12-08 11:15:02 -08:00
Torkel Ödegaard
683b718e2b
align yellow collor with graph in logs table
2018-12-08 09:45:02 -08:00
Torkel Ödegaard
a3dd29fb66
Merge branch 'develop' of github.com:grafana/grafana into develop
2018-12-08 13:03:58 +01:00
Torkel Ödegaard
912dc0f2a9
Merge pull request #14392 from grafana/14377-develop-graph-options
...
Removed graph side menu
2018-12-08 13:03:42 +01:00
Torkel Ödegaard
1bb535bbe3
minor style change
2018-12-08 12:54:36 +01:00
Scott Glajch
62a5cd27ba
Add the AWS/SES Cloudwatch metrics of BounceRate and ComplaintRate. Pull request #14399
2018-12-07 16:42:29 -05:00
Torkel Ödegaard
3d0c54a946
logs style polish
2018-12-07 12:13:23 -08:00
Torkel Ödegaard
efede26eea
Merge pull request #14382 from grafana/davkal/remove-explore-tab
...
Remove Explore > "New tab" from sidebar
2018-12-07 20:24:13 +01:00
Torkel Ödegaard
30c2cc4b5c
allow sidemenu sections without children still have a hover menu/header
2018-12-07 11:14:32 -08:00
Torkel Ödegaard
cb59f388ca
explore logs options styling
2018-12-07 17:23:35 +01:00
Torkel Ödegaard
bfbb44af03
transparent toggle style and new button group style
2018-12-07 17:15:46 +01:00