grafana/pkg/components
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
..
apikeygen New implementation for API Keys that only stores hashed api keys, and the client key is base64 decoded json web token with the unhashed key, Closes #1440 2015-02-26 17:23:28 +01:00
dashdiffs dasboard_history: security fix, added orgId filter to dashboard version lookup 2017-06-07 14:21:40 +02:00
dynmap lib(): added simplejson lib 2016-03-11 23:28:33 +01:00
imguploader Enable dualstack in every net.Dialer, fixes #9364 2017-09-27 22:29:48 -07:00
null fix(alerting): fixed evaluation for no_value condition, fixes #7244 (#7247) 2017-01-13 12:32:30 +01:00
renderer feat(server side png rendering): added timezone parameter for server side rendering, refactoring PR #7264 2017-01-31 07:48:10 +01:00
securejsondata Config Array Syntax (#8204) 2017-04-25 09:14:29 +02:00
simplejson feat(plugins): dashboard import for data sources is working! #4298 2016-03-12 10:13:49 +01:00