jifwin
c09cd4ba29
make load on scroll configurable and use debouce
2017-03-01 15:02:59 +00:00
Carl Bergquist
824357ed3b
Merge pull request #7694 from rickard-von-essen/patch-1
...
Added some details about Sessions in Postgres
2017-03-01 12:17:25 +01:00
bergquist
06146b801c
build: replace sha1 files with sha256
...
due to security reasons.
https://security.googleblog.com/2017/02/announcing-first-sha1-collision.html
2017-03-01 11:44:53 +01:00
Rickard von Essen
573bcdde12
Added some details about Sessions in Postgres
2017-03-01 11:35:12 +01:00
bergquist
6b1dd1c7fc
changelog: adds note about closing #7678
2017-02-28 17:08:17 +01:00
bergquist
9b6571fab1
template: dont allow template variables to begin with '__'
...
closes #7678
2017-02-28 17:04:47 +01:00
bergquist
3ef077c180
build: use correct version for tar.gz files
2017-02-28 09:09:49 +01:00
Danilo Bargen
1422655e97
feat(alerting): Add emoji to Threema alert notifications
...
This commit prepends emoji to Threema alert notifications to make it
easier to discern various notification types (e.g. alert, no data, ok).
2017-02-27 17:10:52 +01:00
bergquist
7d897c0980
build: add docker trigger for release builds
2017-02-27 13:26:53 +01:00
bergquist
86789c0b69
docs: update docs for 4.2.0 beta release
2017-02-27 12:44:55 +01:00
Torkel Ödegaard
d2dac02a28
Revert "ES Nested type bucket aggregation ( #4694 ) ( #4694 )"
...
This reverts commit 8087af9c89
.
2017-02-27 10:57:44 +01:00
Archit Sharma
8087af9c89
ES Nested type bucket aggregation ( #4694 ) ( #4694 )
...
* (elasticsearch): add nested agg (use bucket aggs). fixes #4693
* (elasticsearch): rebased after merge of #6043 refactored from #4527
2017-02-27 10:57:00 +01:00
bergquist
05952688c5
tech: avoid using http.DefaultClient
2017-02-24 17:22:12 +01:00
bergquist
03354bc49a
tech: replace context.TODO with background ctx
2017-02-24 09:20:28 +01:00
Torkel Ödegaard
e73b306e0c
fix(templating): fixed duplicate dashboard refresh when changing template variable, #7654
2017-02-24 08:16:37 +01:00
bergquist
46ac8c098f
changelog: adds note about closing #7482
2017-02-24 07:42:30 +01:00
Carl Bergquist
5d3da99806
Merge pull request #7482 from dbrgn/master
...
Alerting: Add Threema Gateway integration
2017-02-24 07:40:36 +01:00
bergquist
785cecac26
changelog: adds note about closing #7526
2017-02-24 07:35:45 +01:00
Carl Bergquist
bef216b6f4
Merge pull request #7526 from Mic92/master
...
Add Pushover alert notifications
2017-02-24 07:32:59 +01:00
bergquist
67b8b9743b
changelog: note about closing #7602
2017-02-24 07:30:47 +01:00
Carl Bergquist
3ef1a60647
Merge pull request #7602 from Altoros/suppress-empty-results-in-table-plugin
...
Added suppressing of empty results to table plugin
2017-02-24 07:28:59 +01:00
Torkel Ödegaard
d6eaaf3add
refactor: minor refactoring
2017-02-23 15:57:36 +01:00
Mitsuhiro Tanda
68bb417db9
support [[var]] in cloudwatch datasource ( #7649 )
...
* support [[var]] form in cloudwatch datasource
* support multi variable in single dimension
* fix test
2017-02-23 15:02:35 +01:00
bergquist
d88286ab81
orgs: set orgId as query param on load
...
ref #1613
2017-02-23 11:03:39 +01:00
bergquist
73830a44fe
sharemodal: fixes broken unittests
2017-02-22 14:29:49 +01:00
bergquist
fe223cbc96
changelog: adds note about closing #1613
2017-02-22 14:04:01 +01:00
bergquist
fdb06c7c10
sharing: set orgId as query parameter when sharing a dashboard
...
to make sure an user opens the dashboard in the correct org, orgId will
always be added when sharing a dashboard. if the users current orgId
doesnt match the query parameter grafana will change it and redirect the
user.
closes #1613
2017-02-22 13:56:06 +01:00
bergquist
dea2e5d743
changelog: adds note about closing #6948
2017-02-22 11:24:06 +01:00
bergquist
607ee635d1
alerting: adds deduping of alert notifications
2017-02-22 10:52:01 +01:00
Carl Bergquist
b4fd6f2d45
Merge pull request #7632 from grafana/alerting_notification_dedupe
...
alerting: dedupe alert notifications when running multiple servers
2017-02-22 10:48:41 +01:00
bergquist
c1d69358ba
changelog: adds note about closing #552
2017-02-22 10:39:52 +01:00
bergquist
9ed1d12cc0
style: use for loops over _.each in typescript
2017-02-22 10:36:30 +01:00
bergquist
c5a76fba87
shortcuts: add expand/collapse to shortcut help
2017-02-22 10:33:24 +01:00
bergquist
e828f3a97b
shortcuts: change init bind key to d
2017-02-22 10:32:30 +01:00
Mitsuhiro Tanda
5a30b08b14
add keyboard shotcuts for collapse/expand rows
2017-02-22 09:30:56 +01:00
Torkel Ödegaard
e3b71ed95e
docs(): updated CLA
2017-02-22 09:10:08 +01:00
Torkel Ödegaard
9c84b9f944
docs(): CLA fixes
2017-02-22 08:55:24 +01:00
Daniel Lee
e5f5c1724a
templating: check for default data source ( #7636 )
...
For data source template variables, check if the
selected value is default and if so load the
default data source.
Fixes #7586
2017-02-21 17:27:21 +01:00
bergquist
00dddca26a
alerting: dedupe alert notifications when running multiple servers
...
alert notifications will only be sent if the database value
is updated.
ref #6957
2017-02-21 16:54:49 +01:00
Daniel Lee
96a3ed0ac3
docs: new /api/users/search route
...
ref #7469 . Description of new route that
adds paging for the users list.
2017-02-21 16:09:15 +01:00
Torkel Ödegaard
d5245fd19a
docs(): updated changelog with #7612
2017-02-21 10:49:50 +01:00
Aaron Roydhouse
4039e5edbc
Improve 'external_image_storage.s3' documentation ( #7623 )
...
Add documentation for 'external_image_storage.s3' to explain how to specify the AWS region for the S3 bucket, and the requires S3/IAM permissions.
2017-02-21 10:09:50 +01:00
bergquist
70b36a02af
Revert "tech: use context package over xperimental version"
...
This reverts commit 99f1c30071
.
2017-02-20 22:04:51 +01:00
bergquist
99f1c30071
tech: use context package over xperimental version
2017-02-20 21:44:15 +01:00
tamayika
b01fd3d0b5
Support for all ad-hoc filter operators on Elasticsearch ( #7612 )
2017-02-20 21:01:52 +01:00
bergquist
072c1559ba
middlware: prevent orgredirect to open body stream
...
the org redirecter opened the body stream by misstake. Causing
downstream code to start reading from an empty stream and raise errors.
2017-02-20 11:38:29 +01:00
Torkel Ödegaard
b176f36889
docs(): updated CLA
2017-02-20 10:41:13 +01:00
Torkel Ödegaard
38126bc595
fix(templating): fixed issue detecting template variable dependency, fixes #7354
2017-02-20 09:31:50 +01:00
bergquist
492b2bd42f
build: fixes golang 1.8 build on windows
2017-02-19 11:32:26 +01:00
Simon Effenberg
a4318e41f8
fixing little spelling issue ( #7603 )
2017-02-18 17:21:29 +01:00