This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove lyft api dependency and migrate to lyft->flyteorg (#157)
- Loading branch information
Katrina Rogan
authored
Mar 11, 2021
1 parent
0b778a9
commit c80c8d8
Showing
317 changed files
with
3,006 additions
and
1,726 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
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,14 @@ | ||
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/flyteorg/flytestdlib v0.3.13 | ||
github.com/golangci/golangci-lint v1.38.0 | ||
github.com/pascaldekloe/name v1.0.1 // indirect | ||
github.com/vektra/mockery v0.0.0-20181123154057-e78b021dcbb5 | ||
golang.org/x/sys v0.0.0-20210309074719-68d13333faf2 // indirect | ||
) | ||
|
||
replace github.com/vektra/mockery => github.com/enghabu/mockery v0.0.0-20191009061720-9d0c8670c2f0 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
ignore: | ||
- "pkg/executioncluster" | ||
- "pkg/clusterresource" |
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,61 +1,50 @@ | ||
module github.com/lyft/flyteadmin | ||
module github.com/flyteorg/flyteadmin | ||
|
||
go 1.13 | ||
go 1.16 | ||
|
||
require ( | ||
cloud.google.com/go v0.56.0 | ||
cloud.google.com/go/storage v1.6.0 | ||
cloud.google.com/go v0.78.0 | ||
cloud.google.com/go/storage v1.12.0 | ||
github.com/NYTimes/gizmo v1.3.5 | ||
github.com/Selvatico/go-mocket v1.0.7 | ||
github.com/aws/aws-sdk-go v1.29.23 | ||
github.com/aws/aws-sdk-go v1.37.3 | ||
github.com/benbjohnson/clock v1.0.0 | ||
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b // indirect | ||
github.com/coreos/go-oidc v2.2.1+incompatible | ||
github.com/evanphx/json-patch v4.5.0+incompatible | ||
github.com/gogo/protobuf v1.3.1 | ||
github.com/evanphx/json-patch v4.9.0+incompatible | ||
github.com/flyteorg/flyteidl v0.18.15 | ||
github.com/flyteorg/flytepropeller v0.7.0 | ||
github.com/flyteorg/flytestdlib v0.3.14 | ||
github.com/go-sql-driver/mysql v1.5.0 // indirect | ||
github.com/gogo/protobuf v1.3.2 | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b | ||
github.com/golang/protobuf v1.3.5 | ||
github.com/golang/protobuf v1.4.3 | ||
github.com/googleapis/gax-go/v2 v2.0.5 | ||
github.com/gorilla/handlers v1.4.2 | ||
github.com/gorilla/securecookie v1.1.1 | ||
github.com/graymeta/stow v0.2.5 | ||
github.com/graymeta/stow v0.2.7 | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0 | ||
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 | ||
github.com/grpc-ecosystem/grpc-gateway v1.14.3 | ||
github.com/jinzhu/gorm v1.9.12 | ||
github.com/kelseyhightower/envconfig v1.4.0 // indirect | ||
github.com/lib/pq v1.3.0 | ||
github.com/lyft/flyteidl v0.18.14 | ||
github.com/lyft/flytepropeller v0.5.14 | ||
github.com/lyft/flytestdlib v0.3.9 | ||
github.com/magiconair/properties v1.8.1 | ||
github.com/mitchellh/mapstructure v1.1.2 | ||
github.com/magiconair/properties v1.8.4 | ||
github.com/mitchellh/mapstructure v1.4.1 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/prometheus/client_golang v1.5.0 | ||
github.com/spf13/cobra v0.0.6 | ||
github.com/prometheus/client_golang v1.9.0 | ||
github.com/spf13/cobra v1.1.1 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/stretchr/testify v1.6.1 | ||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d | ||
golang.org/x/tools v0.1.0 // indirect | ||
google.golang.org/api v0.20.0 | ||
google.golang.org/genproto v0.0.0-20200331122359-1ee6d9798940 | ||
google.golang.org/grpc v1.28.0 | ||
github.com/stretchr/testify v1.7.0 | ||
golang.org/x/oauth2 v0.0.0-20210220000619-9bb904979d93 | ||
google.golang.org/api v0.40.0 | ||
google.golang.org/genproto v0.0.0-20210222152913-aa3ee6e6a81c | ||
google.golang.org/grpc v1.36.0 | ||
gopkg.in/gormigrate.v1 v1.6.0 | ||
k8s.io/api v0.17.3 | ||
k8s.io/apimachinery v0.17.3 | ||
k8s.io/client-go v11.0.1-0.20190918222721-c0e3722d5cf0+incompatible | ||
sigs.k8s.io/controller-runtime v0.5.1 | ||
k8s.io/api v0.20.4 | ||
k8s.io/apimachinery v0.20.4 | ||
k8s.io/client-go v0.20.4 | ||
sigs.k8s.io/controller-runtime v0.8.2 | ||
) | ||
|
||
// Pin the version of client-go to something that's compatible with katrogan's fork of api and apimachinery | ||
// Type the following | ||
// replace k8s.io/client-go => k8s.io/client-go kubernetes-1.16.2 | ||
// and it will be replaced with the 'sha' variant of the version | ||
|
||
replace ( | ||
github.com/GoogleCloudPlatform/spark-on-k8s-operator => github.com/lyft/spark-on-k8s-operator v0.1.3 | ||
github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.3.1 | ||
k8s.io/api => github.com/lyft/api v0.0.0-20191031200350-b49a72c274e0 | ||
k8s.io/apimachinery => github.com/lyft/apimachinery v0.0.0-20191031200210-047e3ea32d7f | ||
k8s.io/client-go => k8s.io/client-go v0.0.0-20191016111102-bec269661e48 | ||
) | ||
replace github.com/GoogleCloudPlatform/spark-on-k8s-operator => github.com/lyft/spark-on-k8s-operator v0.1.3 |
Oops, something went wrong.