summaryrefslogtreecommitdiff
path: root/lib/chef/resource/file.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | move the deploy switching stuff out of the resource andLamont Granquist2013-04-091-7/+0
* | tempfiles: moar composition and binmode for windowsLamont Granquist2013-04-081-0/+9
* | refactoring of file providersLamont Granquist2013-03-151-1/+20
|/
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+96
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-82/+0
* Added template support, changed license to Apache v 2Adam Jacob2008-08-161-18/+15
* Adding functional search supportAdam Jacob2008-07-101-2/+2
* Got set_or_return to work properlyAdam Jacob2008-04-281-55/+13
* chef compilesAdam Jacob2008-04-271-61/+76
* Adding the Params::Validate mixin, refactored Chef::Config to be a singleton,...Adam Jacob2008-04-071-2/+2
* Adding a File providerAdam Jacob2008-03-231-10/+9