summaryrefslogtreecommitdiff
path: root/lib-backcompat
Commit message (Collapse)AuthorAgeFilesLines
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-1610-10/+10
| | | | | | | | This adds URLs to each class of deprecation, and correctly prints and formats them for maximum user efficiency. We also provide the URL to the data collector for Visibility to ingest. Signed-off-by: Thom May <thom@chef.io>
* Combine and tidy two of the file_system_entry implsThom May2016-04-211-0/+6
| | | | | This merges together ChefRepositoryFileSystemEntry and FileSystemEntry, since they weren't really being used separately.
* Move unused code into backcompatThom May2016-04-141-0/+34
|
* Move deprecated error classes into backcompatThom May2016-04-148-0/+160
|
* Rename and add backcompat requires for ChefFS dirstm/fs_dirs_2Thom May2016-04-143-0/+15
| | | | | Policies, ACLs, and Client Keys directories are renamed to match the other directories, and backwards compatible requires are added.
* Add missing acl_entry backwards compatibility "require"John Keiser2016-02-011-0/+5
|
* Use double quotes by defaultThom May2016-01-142-2/+2
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* Restore backcompat include for external libraries that reference root ↵John Keiser2016-01-132-0/+10
directories directly