You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 11, 2023. It is now read-only.
* chore(cmd/cli): Reduce cyclomatic complexity of uninstall command (#4825)
* chore(cmd/cli): Reduce cyclomatic complexity of uninstall command
Separate code into functions to reduce the cyclomatic complexity
And adds unit tests to functions created
Helps unblock #4555
Signed-off-by: Shalier Xia <[email protected]>
(cherry picked from commit d5d3a25)
* Golang errors pkg (#4904)
This PR partially resolves#4524
* Removes "github.com/pkg/errors" package from the repo
* Wrap errors wherever possible rather than using the string format of the error as part of the message
Signed-off-by: Allen Leigh <[email protected]>
(cherry picked from commit 8030047)
* fix golints and security scan issues (#4915)
fix golints and security for:
1. G112 (ReadHeaderTimeout)
2. prometheus client_go version pinned to bad version
Signed-off-by: Sean Teeling <[email protected]>
(cherry picked from commit f768f64)
* Fix lints by removing superfluous var type from var instantiation (#4917)
Remove unnecessary var types during instantiation to fix lints
Signed-off-by: Sean Teeling <[email protected]>
(cherry picked from commit 9e9f712)
Co-authored-by: Shalier Xia <[email protected]>
Co-authored-by: allenlsy <[email protected]>
Co-authored-by: steeling <[email protected]>
0 commit comments