chef / chef-apply

The ad-hoc execution tool for the Chef ecosystem.
https://www.chef.sh/
Apache License 2.0
14 stars 14 forks source link

Split shareable functionality into reusable components (chef-core) #70

Closed marcparadise closed 4 years ago

marcparadise commented 5 years ago

Description

This PR splits out some of the underlying behaviors of chef-apply into reusable components, with a goal of sharing it across both existing and new components in the Chef ecosystem.

This resulted in two gems, both in the repository chef-core. The files deleted from this repository can be found in chef-core; history has been retained.

This PR completes the switchover to using chef-core and chef-core-actions. Files removed here can now be found with history in https://github.com/chef/chef-core.

Check List

tyler-ball commented 4 years ago

It sounds like we're moving the telemetry work into the chef-telemetry gem to prevent circular dependencies in some of our projects.

Lets decide if we still want to separate out these gems or if we want to close this card.

tyler-ball commented 4 years ago

Closing this out since no other projects are using chef-core. We need to examine if this repo is still useful.