-
Notifications
You must be signed in to change notification settings - Fork 66
feat: use caching for directories entries #428
Copy link
Copy link
Open
Labels
carvel-acceptedThis issue should be considered for future work and that the triage process has been completedThis issue should be considered for future work and that the triage process has been completedenhancementThis issue is a feature requestThis issue is a feature request
Metadata
Metadata
Assignees
Labels
carvel-acceptedThis issue should be considered for future work and that the triage process has been completedThis issue should be considered for future work and that the triage process has been completedenhancementThis issue is a feature requestThis issue is a feature request
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
No status
Describe the problem/challenge you have
See discussion below: I changed this request to a "implement caching request"
Vendir is really slow if you clone multiple repos and sources.
Describe the solution you'd like
It would be nice to have a cache feature on entries in
directoriessuch that vendoring is fasterSo in the below:
vendirwould cache the sources from&refonce and then the copying of the files for all entries would speed up tremendously.Note
Vendir should have a two step process, first download all sources (for which it does not have a cache entry)
next distribute all files in the
directoriesentries. This will also make parallel processing trivial for the second step, parallel execution for the first step might be more tricky depending on how the download tools work.Vote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help working on this issue.