This change moves classes that support actions - such as RecipeLookup - into the
namespace of the actions they support supports.
Here's a before:
Here's an after:
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
[x] (na) New functionality includes tests
[x] All tests pass
[x] PR title is a worthy inclusion in the CHANGELOG
Description
This change moves classes that support actions - such as RecipeLookup - into the namespace of the actions they support supports.
Here's a before:
Here's an after:
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