summaryrefslogtreecommitdiff
path: root/lib/chef/resource/file
Commit message (Expand)AuthorAgeFilesLines
* Convert require to require_relativeLamont Granquist2019-05-082-4/+4
* fix Style/HashSyntaxLamont Granquist2018-07-021-1/+1
* mechanical conversion of most debug log statements to traceThom May2018-03-261-1/+5
* feed chefstyletm+nk/verify-commandThom May2017-12-181-1/+1
* Slight improvements to validation failures. Shows the failing command if poss...Noah Kantrowitz2017-12-181-0/+10
* Remove %{file} from verify interpolationtm/remove_path_validation_varThom May2017-03-081-7/+2
* Fix comment grammarMal Graty2017-01-291-1/+1
* Verify systemd_unit file during createMal Graty2017-01-281-0/+67
* fix Style/MultilineIfModifierLamont Granquist2016-12-061-4/+6
* 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