Removing Knife from Chef#15847
Conversation
jaymzh
left a comment
There was a problem hiding this comment.
This will actually fix one of our last remaining dependabot errors.
And I'm generally +1 on this.
But not until we fix up the other repo to at least know it's authoritatve and give the proper prms.
Also https://buildkite.com/chef/chef-knife-main-habitat-test/builds/452 should probably be open.
|
that repo also needs its own gemfile.lock. I'm prep'ing a PR with the CI stuff in the meantime. |
|
chef/knife#74 is a first-pass |
|
Also, another code sync is probably necessary, at the very least the copyright notice fixes are not present over there. |
87da73d to
af32a08
Compare
|
Also this PR should add knife to the list of repos to review in the docs/ directory |
According to chef/chef#15847 this is going to become the authoritative repo for knife. Other things need to happen for that, but this is a first-pass at cleaning things up. * add lint * add unit * add DCO * fix line endings * fix spellcheck * Update various configs for new paths and non existent paths * Add CODEOWNERS * Add dependabot config * add .editorconfig * add Gemfile.lock Signed-off-by: Phil Dibowitz <phil@ipom.com>
According to chef/chef#15847 this is going to become the authoritative repo for knife. Other things need to happen for that, but this is a first-pass at cleaning things up. * add lint * add unit * add DCO * fix line endings * fix spellcheck * Update various configs for new paths and non existent paths * Add CODEOWNERS * Add dependabot config * add .editorconfig * add Gemfile.lock Signed-off-by: Phil Dibowitz <phil@ipom.com>
According to chef/chef#15847 this is going to become the authoritative repo for knife. Other things need to happen for that, but this is a first-pass at cleaning things up. * add lint * add unit * add DCO * fix line endings * fix spellcheck * Update various configs for new paths and non existent paths * Add CODEOWNERS * Add dependabot config * add .editorconfig * add Gemfile.lock Signed-off-by: Phil Dibowitz <phil@ipom.com>
tpowell-progress
left a comment
There was a problem hiding this comment.
Hold on merge until https://github.com/chef/knife/pull/74/changes merges
According to chef/chef#15847 this is going to become the authoritative repo for knife. Other things need to happen for that, but this is a first-pass at cleaning things up. * add lint * add unit * add DCO * fix line endings * fix spellcheck * Update various configs for new paths and non existent paths * Add CODEOWNERS * Add dependabot config * add .editorconfig * add Gemfile.lock Signed-off-by: Phil Dibowitz <phil@ipom.com>
tpowell-progress
left a comment
There was a problem hiding this comment.
Hold until @jaymzh's request
According to chef/chef#15847 this is going to become the authoritative repo for knife. Other things need to happen for that, but this is a first-pass at cleaning things up. * add lint * add unit * add DCO * fix line endings * fix spellcheck * Update various configs for new paths and non existent paths * Add CODEOWNERS * Add dependabot config * add .editorconfig * add Gemfile.lock Signed-off-by: Phil Dibowitz <phil@ipom.com>
According to chef/chef#15847 this is going to become the authoritative repo for knife. Other things need to happen for that, but this is a first-pass at cleaning things up. * add lint * add unit * add DCO * fix line endings * fix spellcheck * Update various configs for new paths and non existent paths * Add CODEOWNERS * Add dependabot config * add .editorconfig * add Gemfile.lock Signed-off-by: Phil Dibowitz <phil@ipom.com>
According to chef/chef#15847 this is going to become the authoritative repo for knife. Other things need to happen for that, but this is a first-pass at cleaning things up. * add lint * add unit * add DCO * fix line endings * fix spellcheck * Update various configs for new paths and non existent paths * Add CODEOWNERS * Add dependabot config * add .editorconfig * add Gemfile.lock Signed-off-by: Phil Dibowitz <phil@ipom.com>
According to chef/chef#15847 this is going to become the authoritative repo for knife. Other things need to happen for that, but this is a first-pass at cleaning things up. * add lint * add unit * add DCO * fix line endings * fix spellcheck * Update various configs for new paths and non existent paths * Add CODEOWNERS * Add dependabot config * add .editorconfig * add Gemfile.lock Signed-off-by: Phil Dibowitz <phil@ipom.com>
|
@johnmccrae - rather than have the Knife TODOs all over the place I created a single Issue with a checklist: chef/knife#77 and assigned it to you. |
According to chef/chef#15847 this is going to become the authoritative repo for knife. Other things need to happen for that, but this is a first-pass at cleaning things up. * add lint * add unit * add DCO * fix line endings * fix spellcheck * Update various configs for new paths and non existent paths * Add CODEOWNERS * Add dependabot config * add .editorconfig * add Gemfile.lock Signed-off-by: Phil Dibowitz <phil@ipom.com>
According to chef/chef#15847 this is going to become the authoritative repo for knife. Other things need to happen for that, but this is a first-pass at cleaning things up. * add lint * add unit * add DCO * fix line endings * fix spellcheck * Update various configs for new paths and non existent paths * Add CODEOWNERS * Add dependabot config * add .editorconfig * add Gemfile.lock Signed-off-by: Phil Dibowitz <phil@ipom.com>
Signed-off-by: John McCrae <john.mccrae@progress.com>
Signed-off-by: John McCrae <john.mccrae@progress.com>
Signed-off-by: John McCrae <john.mccrae@progress.com>
Signed-off-by: John McCrae <john.mccrae@progress.com>
Signed-off-by: John McCrae <john.mccrae@progress.com>
Signed-off-by: John McCrae <john.mccrae@progress.com>
a4cfd87 to
a802d92
Compare
Signed-off-by: John McCrae <john.mccrae@progress.com>
|
This reverts commit c22a635. Signed-off-by: Phil Dibowitz <phil@ipom.com>



Description
Knife was moved to it's own repo. It currently holds a Chef-19 era version. We needed to remove local references to knife and all the local knife files/folders to match that. Knife will load as a gem from the repo and not Rubygems for now.
Related Issue
Types of changes
Checklist:
Gemfile.lockhas changed, I have used--conservativeto do it and included the full output in the Description above.