-
Notifications
You must be signed in to change notification settings - Fork 715
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the vendor directory to the repository. * Checking in vendor is a common convention. For example, a variety of projects in kubernetes check in vendor. * This should help developers by allowing them to skip updating the deps and doing the manual step of fixing some of the dependencies. * remove subpackage vendor from .gitignore Examples of checking in vendor https://github.com/kubernetes/kubernetes https://github.com/kubernetes/client-go/tree/master/vendor https://github.com/ksonnet/ksonnet https://github.com/kubernetes/test-infra Some counter examples https://github.com/grpc/grpc-go https://github.com/GoogleCloudPlatform/google-cloud-go https://github.com/google/glog https://github.com/kubernetes/helm It looks like our total repo size is ~125 MB and ~110 MB of this vendor. But you have to download all 125 MB if you want to fully build it; so a smaller repo size doesn't really make cloning and building the code any faster. So following the K8s convention and checking in vendor makes sense.
- Loading branch information
Showing
5,275 changed files
with
2,302,994 additions
and
17 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# pkg and bin directories currently contain build artifacts | ||
# only so we exclude them. | ||
bin/ | ||
vendor/ | ||
|
||
.vscode/ | ||
|
||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.