Commit Graph

10 Commits

Author SHA1 Message Date
Francesco Guardiani ba0f3cb7cf
Revert port forward logging (#1537)
* Revert "Fixed error with #1531 (#1533)"

This reverts commit d7498436

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* Revert "Added logging of port forwarding stdout (#1531)"

This reverts commit 3b7ca76a

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
2020-07-22 01:53:54 -07:00
Francesco Guardiani d749843685
Fixed error with #1531 (#1533)
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
2020-07-21 23:38:53 -07:00
Francesco Guardiani 3b7ca76a63
Added logging of port forwarding stdout (#1531)
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
2020-07-21 02:16:35 -07:00
Victor Agababov 5ba6c1d101
Change %v to %w in errors and other nits (#1252)
* Change %v to %w in errors and other nits
Other are things I noticed when fixing the main %v->%w conversion

* fold
2020-04-27 15:04:51 -07:00
Victor Agababov 74c5d67ea0 Fix the issues pointed out by staticcheck (#541)
* Fix the issues pointed out by staticcheck

* review fix
2019-07-23 13:13:36 -07:00
mattmoor-sockpuppet 1864f499dc golang format tools (#497)
Produced via:
  `gofmt -s -w $(find -path './vendor' -prune -o -type f -name '*.go' -print))`
  `goimports -w $(find -name '*.go' | grep -v vendor)`
/assign @mattmoor
2019-06-27 07:37:08 -07:00
Matt Moore 222dd25986 Migrate pkg to use the knative.dev/pkg import path (#489)
* Manual changes.

* scripted changes.
2019-06-26 13:02:06 -07:00
srinivashegde86 684620ff81 Make monitoring components take namespace arg instead of defaulting to istio namespace (#316) 2019-03-12 11:23:43 -07:00
mattmoor-sockpuppet e191fc0811 golang format tools (#304)
Produced via:
  `gofmt -s -w $(find -path './vendor' -prune -o -type f -name '*.go' -print))`
  `goimports -w $(find -name '*.go' | grep -v vendor)`
2019-03-07 07:00:43 -08:00
srinivashegde86 e5c43dce06 Separate common monitoring methods into monitoring package (#302)
* Separate common monitoring methods into monitoring package

* Add doc.go to monitoring

* Update doc.go to add information about the public methods

* Fix build tests
2019-03-02 18:20:38 -08:00