summaryrefslogtreecommitdiff
path: root/lib-backcompat
Commit message (Collapse)AuthorAgeFilesLines
* 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