summaryrefslogtreecommitdiff
path: root/lib/chef/provider/file.rb
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: checksum validation (#13210)Joseph Larionov2022-11-011-2/+2
* Add Json verifierAntony Deepak Thomas2021-09-201-0/+1
* Add Yaml verifierAntony Deepak Thomas2021-09-131-0/+1
* eliminate some File.exists? from the file providerLamont Granquist2021-06-211-2/+2
* only run file verifiers when the contents changedJoshua Miller2021-03-111-1/+1
* Move idempotency logs to debugPhil Dibowitz2021-03-061-1/+1
* Use ChefUtils::CANARY and update to the chefstyle that enforces thatTim Smith2020-09-231-1/+1
* Chefstyle fixesLance Albertson2020-09-151-1/+1
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-2/+2
* Downcase checksums when they come into the system.Pete Higgins2020-05-191-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* fix ruby 2.7 encoding bug and add --always-dump-stacktrace optionLamont Granquist2020-03-111-2/+2
* Use the action DSL consistentlyLamont Granquist2020-03-021-4/+4
* Fix undefined method `dirname' for Chef::Provider::File:Classlcg/file-verifier-outputVivek Singh2019-12-021-1/+1
* add output for the file provider verificationLamont Granquist2019-12-011-1/+4
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-1/+1
* Updates for Chefstyle with Rubocop 0.75.1Tim Smith2019-11-041-1/+1
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-1/+1
* Style/NegatedIfLamont Granquist2019-07-051-2/+2
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+2
* more distro constants for "Chef"Marc Chamberland2019-05-231-1/+1
* More distro constant applicationsMarc Chamberland2019-05-231-1/+1
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-2/+2
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-13/+13
* Merge pull request #8417 from jaymzh/link_messageLamont Granquist2019-04-301-1/+1
|\
| * Tell people what file a link is pointing at.Phil Dibowitz2019-04-291-1/+1
* | chef-client => Chef::Dist::CLIENTMarc Chamberland2019-04-261-1/+2
|/
* mechanical conversion of most debug log statements to traceThom May2018-03-261-12/+12
* Slight improvements to validation failures. Shows the failing command if poss...Noah Kantrowitz2017-12-181-1/+1
* Merge pull request #5853 from chef/lcg/default-whyrun-supportedLamont Granquist2017-03-091-4/+0
|\
| * support why-run by defaultlcg/default-whyrun-supportedLamont Granquist2017-03-011-4/+0
* | Remove all 11 era deprecationstm/reremove_11_deprecationsThom May2017-03-081-6/+0
* | Revert "Remove all 11 era deprecations"Thom May2017-03-081-0/+6
* | Remove all 11 era deprecationsThom May2017-03-081-6/+0
|/
* cleans up the remaining new/current_resource ivarslcg/remove-ivarsLamont Granquist2017-02-151-46/+46
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-5/+3
* Do not modify File's new_resource during why-runScott Christopherson2017-01-201-1/+1
* Fixed undefined short_cksum method issue and checksum in uppercase issue for ...Aliasgar162016-09-201-6/+1
* Revert "Merge pull request #5123 from chef/lcg/resolv-replace"John Keiser2016-08-081-8/+0
* only work around resolver caching on linuxLamont Granquist2016-07-191-1/+2
* replace glibc resolver with ruby resolverLamont Granquist2016-07-191-0/+7
* autofixing whitespace copsLamont Granquist2016-02-051-3/+3
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-16/+16
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-2/+2
* implement verifications as a propertyLamont Granquist2015-12-141-1/+1
* Use the central priority map for `provides`John Keiser2015-06-021-0/+1
* Move Chef::Config into a subprojectdanielsdeleo2015-05-201-0/+1