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

[tech-debt] group related classes together #63

Closed marcparadise closed 5 years ago

marcparadise commented 5 years ago

Description

This change moves classes that support actions - such as RecipeLookup - into the namespace of the actions they support supports.

Here's a before:

capture

Here's an after:

capture

Unfortunately, this PR is showing renamed files from lib/ to lib/actions/ files as deleted/new files. That means a lot of the stuff that's showing as 'new' is not - the change those files was only to address the changed namespace

Check List