summaryrefslogtreecommitdiff
path: root/lib/chef/provider/file.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* create Chef::Resource#state_for_resource_reporterLamont Granquist2015-05-011-2/+6
* don't mutate the new resourceLamont Granquist2015-05-011-3/+0
* Implement RFC 027 File VerificationSteven Danna2015-02-171-0/+8
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-0/+2
* Merge pull request #1715 from opscode/lcg/file-provider-fixeslamont-granquist2014-08-091-33/+84
|\
| * small code rearrangement, avoid re-checksummingLamont Granquist2014-07-301-5/+5
| * validate checksums on downloadsLamont Granquist2014-07-301-1/+13
| * some coderage cleanupLamont Granquist2014-07-301-16/+47
| * add comment on magic behaviorLamont Granquist2014-07-301-0/+1
| * generate content up frontLamont Granquist2014-07-291-1/+6
| * decide if we're creating/unlinking up frontLamont Granquist2014-07-281-22/+24
* | fixing all the extra blank linesLamont Granquist2014-07-291-1/+0