summaryrefslogtreecommitdiff
path: root/chef/lib/chef/provider/remote_directory.rb
Commit message (Expand)AuthorAgeFilesLines
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-174/+0
* Refactor remote directory provider for WindowsBryan McLellan2012-07-241-5/+14
* CHEF-2747: cross platform support for remote directory and sym-linksBryan McLellan2012-07-241-1/+4
* Changed verbiage of the output of the why-run modePrajaktaPurohit2012-05-161-2/+2
* Add whyrun behaviour for remote_directoryMarc Paradise2012-05-041-4/+8
* fix remote_directory to remove symlinked directories correctly with the purge...Alex Howells2012-04-261-1/+1
* use of ::File instead of FileLaurent2012-04-031-1/+1
* remote_directory: prevent rmdir of non-empty directoriesLaurent2012-04-031-1/+6
* Don't stamp redundant permissions onto child directoriesJohn Keiser2012-03-161-4/+8
* Fix bug in remote directory where a hash was expected when an array was provi...Mark Mzyk2012-03-161-2/+4
* remote directory create_if_missing now workspk@thoughtworks.com2012-03-161-1/+1
* ensure the rights attribute is not nil before iterating over itSeth Chisamore2011-12-081-1/+1
* update codebase to leverage new Chef::Platform.windows? methodSeth Chisamore2011-12-081-2/+2
* RemoteDirectory resource/provider now supports cross-platform securitySeth Chisamore2011-12-081-1/+11
* CHEF-2519: Don't need to log, the parent providers already do this.Matthew Kent2011-09-301-1/+0
* [CHEF-2354] don't always set updated to trueDaniel DeLeo2011-05-181-1/+0
* [CHEF-2184] there is no such thing as a sensible mix of tabs and spacesDaniel DeLeo2011-04-061-13/+13
* Updating remote_directory log messageAdam Jacob2011-04-061-3/+4
* continue removing dead code: removed requires for chef/mixin/find_preferred_fileTim Hinderliter2011-03-241-2/+0
* fix flag setting on @new_resource.overwriteMichael Leinartas2010-09-301-1/+1
* CHEF-1488 - Support not overwriting changes to files copied within directorie...Michael Leinartas2010-09-301-3/+9
* only run notifications if the last action updated the resourceDaniel DeLeo2010-09-281-2/+2
* [CHEF-301] Directories and files with a dot (.ssh for example) should be copi...Joshua Sierles2010-07-071-2/+5
* remote directory WIP (ugly)Daniel DeLeo2010-06-031-1/+1
* remote directory working againDaniel DeLeo2010-06-031-80/+48
* remote directory WIP (ugly)Daniel DeLeo2010-06-031-43/+52
* Make it possible to keep a remote_directory tree completely in syncTollef Fog Heen2010-05-021-0/+15
* Fixes CHEF-1014, remote_directory broken in soloAdam Jacob2010-03-121-1/+5
* create specs for remote directoryDan DeLeo2010-01-021-51/+57
* fixes CHEF-799, remote_directory now works againDan DeLeo2010-01-011-1/+0
* CHEF-799 WIP: send file list for remote_directoriesDan DeLeo2010-01-011-2/+6
* Use Chef::Platform.provider_for_node to get a provider objectDan DeLeo2009-09-041-4/+2
* Remove unused method.Matthew Kent2009-06-081-42/+1
* Adding features for synchronization, fixing bugs in remote_directory, client,...Adam Jacob2009-05-261-1/+1
* remote_directory support for chef-soloJoshua Sierles2009-05-011-39/+121
* Changed all uses of Chef::Exception to Chef::Exceptions to avoid masking ::Ex...Christopher Brown2009-03-181-2/+2
* Adding cookbook override to remote_directoryAdam Jacob2009-02-191-2/+2
* Opscode, little CAdam Jacob2009-01-091-1/+1
* Updating the chef requires so that you can not need every dependency to run t...Adam Jacob2009-01-061-1/+6
* Updating templates to cache like files, and changing hjksolutions to opscodeAdam Jacob2008-10-221-2/+2
* Adding :create_if_missing - only create the file if it doesn't already exist....Adam Jacob2008-10-091-0/+4
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-0/+78