summaryrefslogtreecommitdiff
path: root/lib/chef/resource/file/verification.rb
Commit message (Expand)AuthorAgeFilesLines
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-3/+3
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-6/+6
* Typo fixZach Malone2016-01-061-1/+1
* Find the spot the user called and use that as the deprecation locationJohn Keiser2015-09-251-2/+1
* 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