Marcus Efraimsson
81efc00adf
set default color mode
2018-11-15 11:21:30 +01:00
Torkel Ödegaard
480da34279
filter out alpha plugins in api call, fixes #14030
2018-11-15 11:10:47 +01:00
bergquist
28029ce4a7
alerting: support for
on execution errors and notdata
2018-11-15 11:04:16 +01:00
bergquist
84eb3bd095
tests for supporting for with all alerting scenarios
2018-11-14 23:43:09 +01:00
bergquist
8fb997d935
should not notify when going from unknown to pending
2018-11-14 23:43:09 +01:00
Marcus Efraimsson
dea953003c
docs: description about graph panel time regions feature
2018-11-14 18:47:35 +01:00
Marcus Efraimsson
b47a4954c9
Merge pull request #14074 from stop-cran/feature/14072
...
elasticsearch: do not set a placeholder to index name, if it's already specified
2018-11-14 09:21:15 -08:00
Marcus Efraimsson
0cba6da2b0
update changelog
...
[skip ci]
2018-11-14 18:16:41 +01:00
Marcus Efraimsson
75bc9b315d
changelog: add notes about closing #11977
...
[skip ci]
2018-11-14 18:15:02 +01:00
Marcus Efraimsson
2ae3b97299
changelog: add notes about closing #6367
...
[skip ci]
2018-11-14 18:12:46 +01:00
Marcus Efraimsson
33469ecfab
docs: team http api update
2018-11-14 17:59:32 +01:00
stop-cran
20214b3d6a
[elasticsearch] Do not set a placeholder to index name, if it's already specified.
2018-11-14 18:45:18 +02:00
Marcus Efraimsson
2f65b06135
devenv: graph time regions test dashboard
2018-11-14 17:22:34 +01:00
Marcus Efraimsson
0f57c4b20e
create time regions solely based on utc time
2018-11-14 17:21:20 +01:00
Torkel Ödegaard
0a080149ae
Merge pull request #14054 from marefr/6367_raw_document_reset
...
Fix switching from es raw document metric breaks query editor
2018-11-14 16:46:47 +01:00
David
19b3578bdd
Merge pull request #14048 from grafana/davkal/explore-table-pagination-styles
...
Explore: Fix table pagination styles
2018-11-14 14:45:51 +00: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
bergquist
aa340b9099
changelog: adds note about closing #14043
2018-11-14 11:30:19 +01:00
Peter Holmberg
655f4d0a8d
fixed issue with save.
2018-11-13 18:23:35 +01:00
Peter Holmberg
03cf238fa7
fixed mutability issue in dashboard dropdowns
2018-11-13 18:23:00 +01:00
Torkel Ödegaard
f50dc4e99d
Merge pull request #14053 from grafana/singlestat-fix
...
fixed singlestat guage ceneterd dot rendering issue
2018-11-13 17:23:46 +01:00
Torkel Ödegaard
b5921ef287
fixed singlestat guage ceneterd dot rendering issue
2018-11-13 16:51:33 +01:00
Carl Bergquist
81a5b90022
Merge pull request #14043 from bergquist/upgrade_macaron_session
...
Upgrades the go-macaroon package
2018-11-13 14:42:06 +01:00
bergquist
a0496d554a
updates latest to 5.3.4
2018-11-13 14:04:28 +01:00
bergquist
3a672c6dc2
changelod: add release date for 5.3.3 and 5.3.4
2018-11-13 13:58:35 +01:00
Marcus Efraimsson
e8e189d111
devenv: graph time regions test dashboard
2018-11-13 12:39:10 +01:00
Marcus Efraimsson
63be43e3b2
graph: Time region support
2018-11-13 12:23:06 +01:00
David Kaltschmidt
7627de80f2
Explore: Fix table pagination styles
...
- get rid of drop shadow
- get rid of top border
- add min height for better no-data placement
- add margins
2018-11-13 11:00:32 +00:00
Marcus Efraimsson
1958de7220
devenv: update alerting with testdata dashboard
2018-11-13 11:51:06 +01:00
Marcus Efraimsson
aa47f80fd8
Merge pull request #14042 from grafana/restore_prefs_control
...
Restore user profile preferences
2018-11-13 01:42:51 -08:00
bergquist
5954ab2c0d
adds redis devenv block
2018-11-13 10:27:57 +01:00
Marcus Efraimsson
69a57850c4
restore user profile preferences
2018-11-13 10:22:02 +01:00
Marcus Efraimsson
97c6f3560c
changelog: add notes about closing #13328 #13949
...
[skip ci]
2018-11-13 09:44:35 +01:00
bergquist
d5555f123f
updates macaron session package
2018-11-13 09:41:36 +01:00
Torkel Ödegaard
68eecf6ca6
Merge pull request #14037 from matschaffer/patch-2
...
Clarify wording of playlist protip
2018-11-13 07:04:27 +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
Marcus Efraimsson
1194ff282e
team preferences ui
2018-11-12 20:58:59 +01:00
Marcus Efraimsson
5f9fecd254
feat: team preferences
2018-11-12 20:01:53 +01: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
David Kaltschmidt
ff0ed06441
Explore: Don't suggest term items when text follows
...
Tab completion gets in the way when constructing a query from the inside
out:
```
up| => |up => sum(|up)
```
At that point the language provider will not suggest anything.
2018-11-12 17:40:05 +00: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
Peter Holmberg
490fb9e8e6
import changes
2018-11-12 11:25:47 +01:00
Carl Bergquist
fdbea75775
Merge pull request #14021 from mjtrangoni/fix-gofmt-issues
...
Fix gofmt issues
2018-11-12 11:22:12 +01:00
Peter Holmberg
9f1784d0e5
updated text styling when switching views
2018-11-12 10:59:35 +01:00
Mario Trangoni
89cd74715e
Add gofmt -s
to CircleCI
2018-11-12 10:51:43 +01:00
bergquist
2fb78a50d6
minor fixes based on code review
2018-11-12 10:50:56 +01:00
Mario Trangoni
8c04926326
Fix gofmt issues
...
See,
$ gometalinter --disable-all --enable=gofmt --deadline 10m --vendor ./...
build.go:1:⚠️ file is not gofmted with -s (gofmt)
scripts/build/release_publisher/externalrelease.go:1:⚠️ file is not gofmted with -s (gofmt)
scripts/build/release_publisher/localrelease.go:1:⚠️ file is not gofmted with -s (gofmt)
scripts/build/release_publisher/main.go:1:⚠️ file is not gofmted with -s (gofmt)
scripts/build/release_publisher/publisher_test.go:1:⚠️ file is not gofmted with -s (gofmt)
2018-11-12 10:47:27 +01:00
Torkel Ödegaard
46ebe245ab
Merge pull request #13999 from roidelapluie/originreferer
...
Remove Origin and Referer while proxying requests
2018-11-11 17:49:15 +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
Carl Bergquist
733f2b066a
Merge pull request #14012 from mjtrangoni/fix-megacheck-issues
...
Fix last megacheck issues
2018-11-11 11:22:26 +01:00