-
Notifications
You must be signed in to change notification settings - Fork 22
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
🧹 Removing the vendor dir 🎆 #307
🧹 Removing the vendor dir 🎆 #307
Conversation
Skipping CI for Draft Pull Request. |
/test all |
Codecov Report
@@ Coverage Diff @@
## main #307 +/- ##
=======================================
Coverage 68.17% 68.17%
=======================================
Files 35 35
Lines 1128 1128
=======================================
Hits 769 769
Misses 299 299
Partials 60 60 |
The failure https://github.com/knative-extensions/kn-plugin-event/actions/runs/6089754374/job/16523241031?pr=307 is expected, as in order to use knative/hack#222 and knative/hack#311 I needed to use the |
359f024
to
a62ded8
Compare
This PR is looking good. However, I'll put this on hold, since I'll be on PTO next week. /hold |
96a6b8e
to
b461cd0
Compare
b461cd0
to
13a1178
Compare
/unhold The Func's PR was already merged: knative/func#1966 |
Well, I think this is fine. I can't dive into the PR itself, and not sure what other side-effects will happen when we inline the plugin into /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cardil, rhuss 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 |
Vendorless applies only to upstream projects. The vendors like RH will probably continue to vendor deps on their products, just to have a way to apply patches if needed. Also, vendorless project doesn't change anything when the plugin is being embedded into other, like in kn. See the epic for more info: knative/infra#134 /unhold |
Changes
/kind cleanup
Tests knative/hack#311
Tests knative/hack#222