saady
|
767b460ff1
|
[GCS] Support for gcs path
|
2017-11-21 17:22:40 +00:00 |
|
Ricard Clau
|
e4541a7fd1
|
support for s3 path (#9151)
|
2017-10-04 21:04:20 +02:00 |
|
Carl Bergquist
|
e9e8ffc769
|
Merge pull request #9367 from bobrik/dualstack
Enable dualstack in every net.Dialer, fixes #9364
|
2017-09-28 11:15:49 +02:00 |
|
Ivan Babrou
|
9a4ae30227
|
Enable dualstack in every net.Dialer, fixes #9364
Default transport enables it:
* https://github.com/golang/go/blob/d2826d3e06/src/net/http/transport.go#L42-L46
```
DialContext: (&net.Dialer{
Timeout: 30 * time.Second,
KeepAlive: 30 * time.Second,
DualStack: true,
}).DialContext,
```
See also: https://github.com/golang/go/issues/15324
|
2017-09-27 22:29:48 -07:00 |
|
Torkel Ödegaard
|
50d82155ed
|
Merge branch 'master' of https://github.com/williamjoy/grafana into williamjoy-master
|
2017-09-27 09:37:26 +02:00 |
|
William
|
88a8991722
|
config bucket and region for s3 uploader
this is to support cn-north-1 region as it can get s3 url programatically.
also keeps support 'bucket_url' for backward compatiblity
|
2017-09-19 04:57:25 -04:00 |
|
bergquist
|
87308fd97f
|
fixes broken tests 💥
|
2017-09-15 16:11:02 +02:00 |
|
bergquist
|
16b1c0e63e
|
minor code adjusetments
|
2017-09-15 16:11:02 +02:00 |
|
bergquist
|
c7698a09ed
|
pass context to image uploaders
|
2017-09-15 16:11:02 +02:00 |
|
Konstantin Chukhlomin
|
7e3c9fcc1c
|
Reduced OAuth scope to read_write
|
2017-09-15 16:11:02 +02:00 |
|
Konstantin Chukhlomin
|
fcdf282090
|
GCS support via JSON API
|
2017-09-15 16:11:02 +02:00 |
|
Konstantin Chukhlomin
|
1188f8df73
|
gofmt fixes
|
2017-09-15 16:11:02 +02:00 |
|
Konstantin Chukhlomin
|
72d7c4d620
|
Added GCS support #8370
|
2017-09-15 16:11:02 +02:00 |
|
William
|
37962216ed
|
get s3 url via aws-sdk-go, fix #9189
|
2017-09-12 21:52:40 -04:00 |
|
Torkel Ödegaard
|
befc15c5a1
|
fix: s3 image uploads to us-east-1 (us standard) did not return correct image urls so images shared to slack and other services was not correct, fixes #8444
|
2017-05-23 15:50:22 +02:00 |
|
berghauz
|
48cf58e739
|
Indenting fix
|
2017-05-17 03:58:18 +03:00 |
|
berghauz
|
c713bd9a9a
|
Proxy support added, fixes #7922
Well, i'm really want to see it working in 4.3.0
|
2017-05-17 02:50:56 +03:00 |
|
rogerswingle
|
02455753b5
|
Specify region for s3 (#8251)
|
2017-05-01 19:22:20 +02:00 |
|
Daniel Lee
|
6538e86793
|
webdav: add tests + path.join for public url param
Fixes #7914. Fixes #7921
|
2017-04-25 17:22:18 +02:00 |
|
fir4
|
6d9e8bd147
|
webdav: allow specification of a different public_url than upload url
|
2017-04-25 17:22:18 +02:00 |
|
Torkel Ödegaard
|
be5c4f47a6
|
s3: support for alternative s3 bucket url syntax, closes #7871
|
2017-03-20 14:10:44 +01:00 |
|
Mitsuhiro Tanda
|
b387a8759e
|
use session.NewSession() (#7745)
|
2017-03-06 21:08:16 +01:00 |
|
bergquist
|
05952688c5
|
tech: avoid using http.DefaultClient
|
2017-02-24 17:22:12 +01:00 |
|
Mitsuhiro Tanda
|
7e4c101d02
|
S3 IAM support (#7058)
* add s3 dependencly
* rewrite image uploader by aws-sdk-go
* improve backward compatibility of s3 image uploading
* set default for expires option
* remove acl and expires
|
2017-01-11 14:00:49 +01:00 |
|
bergquist
|
b4b7156f42
|
fix(webdav): adds missing auth headers
closes #6779
|
2016-12-02 16:20:15 +01:00 |
|
bergquist
|
92121ea656
|
feat(alerting): add nop uploader
ref #6183
|
2016-10-05 07:34:48 +02:00 |
|
Torkel Ödegaard
|
0d083bad14
|
Merge branch 'master' of github.com:grafana/grafana
Conflicts:
pkg/components/imguploader/s3uploader.go
|
2016-09-07 10:14:36 +02:00 |
|
Torkel Ödegaard
|
50b41130ca
|
feat(alerting): fixed s3 upload issue, progress on alerting on null/missing data, updated ini package to get the support for line continuations
|
2016-09-07 10:11:00 +02:00 |
|
bergquist
|
d1a7a23c84
|
test(imageupload): add more specific tests
torkels commit will fix this unit test :)
|
2016-09-07 10:05:01 +02:00 |
|
bergquist
|
99e99922b4
|
feat(alerting): add support for uploading images to webdav.
closes #5770
|
2016-08-11 16:48:54 +02:00 |
|
Torkel Ödegaard
|
357358898d
|
feat(annotations): working on alert annotations, #5694
|
2016-08-01 10:07:00 +02:00 |
|
Torkel Ödegaard
|
2b276d5cd1
|
feat(alerting): working on alert notification and image rendering
|
2016-07-30 13:36:21 +02:00 |
|
Torkel Ödegaard
|
4fc50742a0
|
feat(alerting): working on image rendering with alert notifications
|
2016-07-29 14:55:02 +02:00 |
|