Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should we keep the vendor directory or not? #2065

Closed
ghost opened this issue Feb 18, 2020 · 5 comments
Closed

Should we keep the vendor directory or not? #2065

ghost opened this issue Feb 18, 2020 · 5 comments
Labels
kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.

Comments

@ghost
Copy link

ghost commented Feb 18, 2020

Since we migrated to go modules a while ago there's been a lingering question of whether we should keep the vendor directory or not. It seems like there are several benefits to keeping it:

  1. CI runs faster than if it re-fetches all the deps every time it runs.
  2. Some developers are required to include the vendor directory per their company's policies.

This issue is intended to focus the conversation around the vendor directory in one place.

@ghost ghost added the kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. label Feb 18, 2020
@dlorenc
Copy link
Contributor

dlorenc commented Jul 18, 2020

I just stumbled on this, but I'm in favor of keeping the directory. Without it, it's hard to review the code we're depending on.

@vdemeester
Copy link
Member

Ah, never commented on this one (but on the go module support, here). Overall, I don't see any reason for removing the vendor folder.

@tekton-robot
Copy link
Collaborator

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.

/lifecycle stale

Send feedback to tektoncd/plumbing.

@tekton-robot tekton-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Oct 18, 2020
@tekton-robot
Copy link
Collaborator

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close.

/lifecycle rotten

Send feedback to tektoncd/plumbing.

@tekton-robot tekton-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Nov 17, 2020
@ghost
Copy link
Author

ghost commented Nov 17, 2020

I'm going to go ahead and close this. We can revisit if the question ever arises again in future.

@ghost ghost closed this as completed Nov 17, 2020
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Projects
None yet
Development

No branches or pull requests

3 participants