forked from flyteorg/flyte
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate references from Lyft -> Flyteorg, golang 1.16, new kubeapi/cl…
…ient-go, cleanup dependencies #minor (flyteorg#229) * Added krew installation docs (flyteorg#223) Signed-off-by: Haytham Abuelfutuh <[email protected]> * Import statements modified Signed-off-by: Ketan Umare <[email protected]> Signed-off-by: Haytham Abuelfutuh <[email protected]> * kind of compiling - but compile errors Signed-off-by: Haytham Abuelfutuh <[email protected]> * generating code Signed-off-by: Ketan Umare <[email protected]> Signed-off-by: Haytham Abuelfutuh <[email protected]> * updating generated code Signed-off-by: Ketan Umare <[email protected]> Signed-off-by: Haytham Abuelfutuh <[email protected]> * Pluginentry needs to be fixed Signed-off-by: Haytham Abuelfutuh <[email protected]> * Replace NewClient with ClientBuilder in manager initialization Signed-off-by: Haytham Abuelfutuh <[email protected]> * most errors resolved Signed-off-by: Haytham Abuelfutuh <[email protected]> * sync deps Signed-off-by: Haytham Abuelfutuh <[email protected]> * fixed cmd etc Signed-off-by: Ketan Umare <[email protected]> Signed-off-by: Haytham Abuelfutuh <[email protected]> * unit tests fixed Signed-off-by: Ketan Umare <[email protected]> Signed-off-by: Haytham Abuelfutuh <[email protected]> * Fix remaining unit tests Signed-off-by: Haytham Abuelfutuh <[email protected]> * lint Signed-off-by: Haytham Abuelfutuh <[email protected]> * Linter fix Signed-off-by: Ketan Umare <[email protected]> * removed gnostic Signed-off-by: Ketan Umare <[email protected]> * downgrade controller-runtime version Signed-off-by: Ketan Umare <[email protected]> * update to go 1.16 * update to go 1.16 Signed-off-by: Ketan Umare <[email protected]> * Go mod version updated Signed-off-by: Ketan Umare <[email protected]> * Update plugins version Signed-off-by: Katrina Rogan <[email protected]> * Updated version of flyteplugins Signed-off-by: Ketan Umare <[email protected]> * Fix ineff assignment Signed-off-by: Ketan Umare <[email protected]> * Update support tools versions Co-authored-by: Yuvraj <[email protected]> Co-authored-by: Haytham Abuelfutuh <[email protected]> Co-authored-by: Katrina Rogan <[email protected]>
- Loading branch information
1 parent
613065e
commit 3618fbd
Showing
298 changed files
with
2,616 additions
and
1,525 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 23 additions & 3 deletions
26
flytepropeller/boilerplate/lyft/golang_support_tools/go.mod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,32 @@ | ||
module github.com/lyft/boilerplate | ||
module github.com/flyteorg/boilerplate | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/alvaroloes/enumer v1.1.2 | ||
github.com/golangci/golangci-lint v1.22.2 | ||
github.com/lyft/flytestdlib v0.2.31 | ||
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect | ||
github.com/bombsimon/wsl/v2 v2.0.0 // indirect | ||
github.com/coreos/go-etcd v2.0.0+incompatible // indirect | ||
github.com/cpuguy83/go-md2man v1.0.10 // indirect | ||
github.com/flyteorg/flytestdlib v0.3.13 | ||
github.com/go-lintpack/lintpack v0.5.2 // indirect | ||
github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 // indirect | ||
github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 // indirect | ||
github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee // indirect | ||
github.com/golangci/golangci-lint v1.38.0 | ||
github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc // indirect | ||
github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 // indirect | ||
github.com/klauspost/cpuid v1.2.0 // indirect | ||
github.com/pascaldekloe/name v1.0.1 // indirect | ||
github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d // indirect | ||
github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada // indirect | ||
github.com/tommy-muehle/go-mnd v1.1.1 // indirect | ||
github.com/ugorji/go v1.1.4 // indirect | ||
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect | ||
github.com/vektra/mockery v0.0.0-20181123154057-e78b021dcbb5 | ||
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect | ||
golang.org/x/sys v0.0.0-20210309074719-68d13333faf2 // indirect | ||
sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 // indirect | ||
) | ||
|
||
replace github.com/vektra/mockery => github.com/enghabu/mockery v0.0.0-20191009061720-9d0c8670c2f0 |
1,161 changes: 1,068 additions & 93 deletions
1,161
flytepropeller/boilerplate/lyft/golang_support_tools/go.sum
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.