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
bergquist
bd010289b2
alerting: images in alert notifications is now optional
...
its now possible to turn of image uploading in alert notifications
for those who operate on very sensitive data.
closes #7419
2017-02-15 14:17:36 +01:00
bergquist
f14e25612e
annotations: go vet fixes
2017-02-15 14:15:42 +01:00
bergquist
c8c3021987
docs: tutorial for setting up grafana as HA
...
ref #7541
2017-02-15 12:38:50 +01:00
Daniel Lee
6dfdcd7ca5
email: change default from name to Grafana
...
Changes default from name in smtp settings
from Grafana Admin to Grafana.
Fix for integration test (which is skipped but that
did not work)
2017-02-15 11:02:46 +01:00
Daniel Lee
8144b73544
changelog: adds note about closing #2131
2017-02-15 10:44:43 +01:00
Daniel Lee
5fca4c7304
Merge pull request #7569 from jacobbednarz/add-sender-name-to-email
...
Updates mailer to include `from_name` value
2017-02-15 10:32:06 +01:00
Dennis Wiemer
8b25ba6a7c
Added click events in graph to core eventbus ( #7511 )
2017-02-15 08:47:20 +01:00
Torkel Ödegaard
e573006283
docs(): added cla
2017-02-15 08:40:34 +01:00
Jan Garaj
79cd48f64c
Cloudwatch AWS/SES metrics ( #7568 )
2017-02-15 08:12:24 +01:00
Jacob Bednarz
6a9247500a
Update documentation to include information about from_name values
2017-02-15 08:07:29 +11:00
Jacob Bednarz
7520b4f404
Update default configuration to include from_name
values
2017-02-15 08:06:58 +11:00
Jacob Bednarz
796957c8c6
Update mailer tests to include FromName
2017-02-15 08:04:21 +11:00
Jacob Bednarz
66445faeb5
Format mailer From
field to include name
...
Updates the messafe `From` field to include the name and email of the
sender.
2017-02-15 07:51:41 +11:00
Jacob Bednarz
90cbfacacf
Add FromName
to SmtpSettings struct
...
Updates the `SmtpSettings` struct to include a value for setting the
name of the email sender.
2017-02-15 07:45:28 +11:00
Jacob Bednarz
7dc6b69c8b
s/smpt/SMTP
2017-02-15 07:43:59 +11:00
Jacob Bednarz
c9d4654592
s/from_adress/from_address
2017-02-15 07:43:16 +11:00
bergquist
423e8686ef
docs: fixes markdown formating
2017-02-14 12:56:49 +01:00
bergquist
e97cab9964
docs: removes version selector from influxdb
2017-02-14 12:02:31 +01:00
Daniel Lee
5304e7b220
changelog: adds #7554 - minor enhancement to 4.2.0
2017-02-14 11:22:47 +01:00
Daniel Lee
76f82b00d7
Merge pull request #7554 from ryantxu/kbn_physics
...
Add more physics units
2017-02-14 11:16:20 +01:00
bergquist
73bec813fc
docs: adds delete datasource by name
2017-02-14 10:41:08 +01:00