Marc Carré
|
2ba50b8b3d
|
Update golang.org/x/net/context to latest
```
$ gvt delete golang.org/x/net/context
$ gvt fetch golang.org/x/net/context
2018/07/23 18:03:49 Fetching: golang.org/x/net/context
$ git grep -l "golang.org/x/net/context" | grep -v vendor | xargs sed -i '' 's:golang.org/x/net/context:context:g'
$ git grep -l "context/ctxhttp" | grep -v vendor | xargs sed -i '' 's:context/ctxhttp:golang.org/x/net/context/ctxhttp:g'
$ gofmt -s -w app
$ gofmt -s -w common
$ gofmt -s -w probe
$ gofmt -s -w prog
$ gofmt -s -w tools
```
fixed a bunch of:
```
cannot use func literal (type func("github.com/weaveworks/scope/vendor/golang.org/x/net/context".Context) error) as type func("context".Context) error
```
|
2018-07-23 20:10:18 +02:00 |
|
Marc Carré
|
d46c2266ce
|
Change Sirupsen/logrus to sirupsen/logrus
```
$ git grep -l Sirupsen | grep -v vendor | xargs sed -i '' 's:github.com/Sirupsen/logrus:github.com/sirupsen/logrus:g'
$ gofmt -s -w app
$ gofmt -s -w common
$ gofmt -s -w probe
$ gofmt -s -w prog
$ gofmt -s -w tools
```
|
2018-07-23 20:10:14 +02:00 |
|
Jonathan Lange
|
f9e37a21f5
|
Continue processing reports if billing fails
|
2017-09-22 12:20:10 +01:00 |
|
Marcus Cobden
|
9fded9d34e
|
Add weavenet metrics to billing
|
2017-05-09 15:33:12 +00:00 |
|
Paul Bellamy
|
fbf74b8d40
|
Add NodeSeconds to billing emitter
|
2017-04-04 10:33:19 +01:00 |
|
Paul Bellamy
|
9228f7a7fa
|
Container Seconds should not be Container Nanoseconds (#2372)
|
2017-03-22 17:34:46 +00:00 |
|
Paul Bellamy
|
e68ffd467e
|
Add app/multitenant/billing_emitter to emit billing events
|
2017-03-22 10:41:34 +00:00 |
|