summaryrefslogtreecommitdiff
path: root/lib/chef/resource/file
Commit message (Expand)AuthorAgeFilesLines
* Make file verification deprecation print the proper source locjk/dedup-messagesJohn Keiser2015-09-011-1/+2
* Rename log.deprecation to log_deprecationJohn Keiser2015-09-011-1/+1
* Pass deprecations through formatter instead of logsJohn Keiser2015-09-011-1/+1
* Warn about deprecation `%{file}` interpolation in verify commandmarguerite2015-07-221-0/+4
* Interpolate `%{path}` in verify commandmarguerite2015-07-211-1/+3
* Add Chef::GuardInterpreter.for_resource method to reduce duplicationSteven Danna2015-02-171-5/+2
* Update comments in File::Verification classSteven Danna2015-02-171-1/+3
* Use Chef::Mixin::DescendantsTracker to track registered verificationsSteven Danna2015-02-171-6/+11
* Implement RFC 027 File VerificationSteven Danna2015-02-171-0/+118