-
Notifications
You must be signed in to change notification settings - Fork 24
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
isolate remote zeitgeist functionality/dependencies to separate command/package #854
Conversation
/hold to double/triple check :) /assign @saschagrunert @xmudrii @Pluies @liggitt |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cpanato, saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
FROM PR #547
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Isolates remote functionality into a subpackage and separate command, so that downstreams relying on the main zeitgeist command to verify local files only don't take dependencies on large numbers of remote libraries (github, gitlab, aws, etc).
My scans of in-project use looked like we only relied on the local dependencies.yaml with no upstreams specified (xref #543 (comment))
Which issue(s) this PR fixes:
FIxes: #543
Best reviewed commit-by-commit
Does this PR introduce a user-facing change?