summaryrefslogtreecommitdiff
path: root/lib/chef/provider/file.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Use symlink source when inspecting current permissionsdanielsdeleo2013-07-021-1/+2
* Allow file resources to manage files via symlinkdanielsdeleo2013-06-261-15/+96
* Determine if ACL mgmt follows symlinks by provider type.danielsdeleo2013-06-251-0/+7
* Unit specs for selinux code.sersut2013-05-231-1/+1
* Fix specs on windows.sersut2013-05-231-8/+5
* force_unlink socket tests.sersut2013-05-221-4/+5
* force_unlock tests for blockdev & chardevsersut2013-05-221-1/+2
* Directory specs for force_unlink.sersut2013-05-221-3/+11
* force_unlink tests for symlinks.sersut2013-05-221-6/+11
* Fix comments that include FIXME / TODO / XXX.sersut2013-05-201-3/+4
* Rename file config parameters to be file_atomic_update & file_staging_uses_de...sersut2013-05-201-2/+2
* Make selinux util a module.sersut2013-05-171-2/+3
* Cache system's selinux state to minimize the impact. Tidy debug logs.sersut2013-05-161-10/+5
* Remove ability to override selinux restorecon command. Tidy selinux config op...sersut2013-05-161-8/+17
* Move file content management logic outside of providers under Chef::FileConte...sersut2013-05-161-1/+2
* Deprecated functions for file provider.sersut2013-05-151-29/+9
* explict handling of replacing non-files by file resourcesLamont Granquist2013-04-231-13/+34
* use deploy_with :copy or :move as external API in resourcesLamont Granquist2013-04-181-2/+2
* CHEF-4082: mutating the new resource is bad, and ruby handles bothLamont Granquist2013-04-111-1/+0
* move the deploy switching stuff out of the resource andLamont Granquist2013-04-091-1/+3
* fix cleaning up non-normal files and provide better messagingLamont Granquist2013-04-091-2/+23
* be proactive in unlinking strange things that are not normal files atLamont Granquist2013-04-091-4/+18
* expand and fix selinux functionalityLamont Granquist2013-04-041-0/+15
* fix regressions in other providers from last few days of hacking onLamont Granquist2013-03-291-2/+2
* add hook from define_resource_requirements back to FAC in file provider,Lamont Granquist2013-03-291-0/+2
* actually compute the checksumLamont Granquist2013-03-271-1/+1
* whyrun_mode? was always duplicated with the superclassLamont Granquist2013-03-271-5/+0
* - debugging around etag/last-modified cacheLamont Granquist2013-03-271-8/+5
* correctly move save_fileinfo inside converge_byLamont Granquist2013-03-251-3/+13
* locate objects closer to their primary concernsLamont Granquist2013-03-201-1/+1
* avoid trying to load current modes if the file does not existLamont Granquist2013-03-181-5/+3
* refactoring of file providersLamont Granquist2013-03-151-224/+144
* [CHEF-3557] skip file metadata reporting on win for nowdanielsdeleo2013-01-031-0/+1
* [CHEF-3557] remove load_current_resource_attrs corpsedanielsdeleo2013-01-031-4/+0
* [CHEF-3557] remove load_current_resource_attrsdanielsdeleo2013-01-031-33/+8
* explicitly include EnforceOwnershipAndPermissions where it's useddanielsdeleo2012-12-181-0/+1
* Merge branch '10-stable'Bryan McLellan2012-10-301-4/+21
|\
* | [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+338
|/
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-169/+0
* Having the Chef::Provider::File use the Chef::Mixin::GenerateURL mixinAdam Jacob2008-09-301-17/+3
* Adding remote_file and remote_directory supportAdam Jacob2008-08-161-13/+27
* Added template support, changed license to Apache v 2Adam Jacob2008-08-161-19/+42
* chef compilesAdam Jacob2008-04-271-19/+61
* Bringing the file provider to 100 coverageAdam Jacob2008-03-231-1/+2
* Adding a File providerAdam Jacob2008-03-231-0/+103