summaryrefslogtreecommitdiff
path: root/lib/chef/resource/file.rb
Commit message (Expand)AuthorAgeFilesLines
* Updates from the reviewmisc_resourceTim Smith2018-03-041-3/+3
* Add new introduced and description resource properties to many resourceTim Smith2018-02-141-1/+2
* Convert node map to last-writer-wins for tiesLamont Granquist2018-01-221-1/+1
* Add descriptions and @since comments to all resourcesTim Smith2017-12-191-0/+1
* Cleanup some YARD warningsyard2Tim Smith2017-12-131-1/+1
* Fix a few bad copyrightsTim Smith2016-10-201-1/+1
* add a test for non-utf8 chars in filenames in the file provider (#5335)Lamont Granquist2016-09-161-1/+1
* /etc/hosts needs to be non-atomic on dockerAndrew Brown2016-05-311-1/+1
* Switch to node attributes for docker detectionAndrew Brown2016-05-301-1/+1
* Style fixesAndrew Brown2016-05-301-3/+2
* File atomic update default: false on docker filesAndrew Brown2016-05-301-1/+7
* autofixing whitespace copsLamont Granquist2016-02-051-1/+1
* 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
* Fix nil with properties:John Keiser2016-01-271-1/+1
* Use double quotes by defaultThom May2016-01-141-4/+4
* sort propertiesLamont Granquist2015-12-141-3/+3
* remove unnecessary identity_attr declarationLamont Granquist2015-12-141-2/+0
* regex works fine inside the is arrayLamont Granquist2015-12-141-1/+1
* can be less verbose about creating ArraysLamont Granquist2015-12-141-1/+1
* why is 'identity' different than 'name_property'?Lamont Granquist2015-12-141-1/+1
* is: vs. regex: is differentLamont Granquist2015-12-141-1/+1
* stop mutating the default arrayLamont Granquist2015-12-141-1/+1
* unnecessary array argLamont Granquist2015-12-141-1/+1
* implement verifications as a propertyLamont Granquist2015-12-141-7/+3
* convert to true/false/nil in propertiesLamont Granquist2015-12-141-7/+7
* make file resource use propertiesLamont Granquist2015-12-141-70/+9
* Overwrite resource_name with providesJohn Keiser2015-06-081-1/+0
* Add default_action and allowed_actions to Resource class, remove from LWRPJohn Keiser2015-06-011-2/+2
* Add use_automatic_resource_nameJohn Keiser2015-06-011-1/+1
* Make resource_name call providesJohn Keiser2015-06-011-1/+1
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-1/+0
* test state_for_resource_reporter on file resourceLamont Granquist2015-05-011-1/+1
* create Chef::Resource#state_for_resource_reporterLamont Granquist2015-05-011-0/+18
* Change @user_verifications to @verificationsSteven Danna2015-02-171-3/+3
* Implement RFC 027 File VerificationSteven Danna2015-02-171-0/+14
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-3/+1
* PR #1428 review fixesSergey Sergeev2014-06-101-9/+0
* If a resource is sensitive, it’s redacted from logs.Allen Goodman2013-11-151-1/+8
* Use symlink source when inspecting current permissionsdanielsdeleo2013-07-021-0/+2
* Allow file resources to manage files via symlinkdanielsdeleo2013-06-261-0/+9
* Convert file_resource.atomic_update property values to boolean.sersut2013-06-031-1/+1
* Remove binmode property from file / remote_directory resources and always ope...sersut2013-05-301-9/+0
* Rename file config parameters to be file_atomic_update & file_staging_uses_de...sersut2013-05-201-3/+3
* Remove file_force_unlink from config.sersut2013-05-161-1/+1
* Fix nitpick comments and code typos.sersut2013-05-151-4/+4
* Merge branch 'master' into file-refactorsersut2013-05-141-1/+1
|\
| * [CHEF-4157] split Platform to prune dep graphdanielsdeleo2013-05-031-1/+1
* | explict handling of replacing non-files by file resourcesLamont Granquist2013-04-231-0/+9
* | use deploy_with :copy or :move as external API in resourcesLamont Granquist2013-04-181-9/+5