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
Tim De Pauw
48649951e4
Github → GitHub ( #7607 )
2017-02-18 17:20:44 +01:00
bergquist
d2444cbed0
Merge branch 'paging-users'
2017-02-17 16:25:03 +01:00
bergquist
400bd8d2d3
build: reduce logs from npm install
2017-02-17 16:16:17 +01:00
Carl Bergquist
24474ba41a
Merge pull request #7601 from grafana/redirect_on_new_orgid
...
middlware: change org when url contains orgid
2017-02-17 15:31:17 +01:00
bergquist
6115941df0
middleware: rename org-id -> orgId
2017-02-17 15:18:40 +01:00
bergquist
5174d050f2
middlware: change org when url contains orgid
...
closes #6948
ref #1613
2017-02-17 15:02:14 +01:00
Torkel Ödegaard
ac0d09c419
fix(): fixed issue with syncing refresh interval to url
2017-02-17 14:07:15 +01:00
bergquist
12f1ea71fd
chore: delete empty test
2017-02-17 12:07:46 +01:00
bergquist
76f617b862
build: disable setup for windows build
2017-02-17 12:06:24 +01:00
bergquist
774c1de892
changelog: adds note about closing #7319
2017-02-17 10:42:52 +01:00
bergquist
5fb4540358
changelog: adds note about closing #7382
2017-02-17 10:41:15 +01:00
bergquist
79daa71350
docs: update golang requirement to 1.8
2017-02-17 10:37:59 +01:00
bergquist
defa81e4c1
Merge branch 'http_graceful'
2017-02-17 10:34:02 +01:00
bergquist
cf871b1284
http: close http server gracefully.
2017-02-17 10:33:47 +01:00
bergquist
52566376b2
tech(server): remove unused code
2017-02-17 10:18:11 +01:00
bergquist
a32b7dfb9d
build: upgrade to golang 1.8
2017-02-17 09:05:52 +01:00
bergquist
c924510deb
alertlist: adds pause as filter option
...
closes #7400
2017-02-16 16:01:57 +01:00
bergquist
a747d33373
templating: allow whitespace values
...
closes #7382
2017-02-16 15:58:01 +01:00
bergquist
d72011589e
templating: refactor sorting test
2017-02-16 14:22:38 +01:00
bergquist
927b39fa63
templating: adds test for sorting template values
2017-02-16 14:14:17 +01:00
bergquist
3c0f61511d
build: deps-go is not required for building grafana
...
setup compiles the backend and caches it which is nice
when developing grafana since incremental compiles are
much faster. But its not required for building grafana.
2017-02-16 09:10:55 +01:00
bergquist
9b4d95ff25
changelog: note about closing #7347
2017-02-15 14:35:40 +01:00
Roman Vynar
4fcd5eab29
Add advanced TLS settings to harden setup. ( #7347 )
...
* Hardcoded the most secured TLS options.
2017-02-15 14:29:20 +01:00
Torkel Ödegaard
902cf5f889
fix(): google analytics fix
2017-02-15 14:26:57 +01:00