-
Notifications
You must be signed in to change notification settings - Fork 681
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
Extract tools/helper programs into hack module #6154
Conversation
18a1ae7
to
61e45b9
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6154 +/- ##
=======================================
Coverage 81.33% 81.33%
=======================================
Files 133 133
Lines 15772 15772
=======================================
Hits 12828 12828
Misses 2650 2650
Partials 294 294 |
TODOs:
|
61e45b9
to
b9e7ac5
Compare
- update .gitignore for updated golang recommendations - update references to moved scripts - add make target - update dependabot config Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
b9e7ac5
to
85a28d0
Compare
The Contour project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
The Contour project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
The Contour project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
The Contour project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
Should hopefully reduce some of the top level module required packages for things that arent actually used by contour, just in tools
Means local dev environments should include a go.work file, set up with
go work init && go work use . && go work use ./hack