Logo
Explore Help
Sign In
IntenseWebs/grafana
3
0
Fork 0
You've already forked grafana
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
Code Issues Packages Projects Releases Wiki Activity
Files
9a4ae3022786f7a26f5b7fcfcd6620336e5b6ec9
grafana/pkg/components
History
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
Powered by Gitea Version: 1.24.6 Page: 309ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API