summaryrefslogtreecommitdiff
path: root/lib/chef/provider/link.rb
Commit message (Expand)AuthorAgeFilesLines
* support why-run by defaultlcg/default-whyrun-supportedLamont Granquist2017-03-011-5/+1
* cleans up the remaining new/current_resource ivarslcg/remove-ivarsLamont Granquist2017-02-151-50/+50
* Ensure Access Controls on link resourceCOOL-614/tduffield/link-keep-access-controlsTom Duffield2016-12-061-0/+6
* Added code to handle deletion of directories on Windows that are symlinks.aliasgar162016-08-231-3/+10
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-2/+2
* Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-231-1/+1
* convert MultilineOperationIndentation style to "indented"Lamont Granquist2016-02-121-4/+4
* autofixing whitespace copsLamont Granquist2016-02-051-2/+2
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-9/+9
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-1/+1
* Revert "Merge pull request #1901 from opscode/dont-prepend-to-relative-paths"Serdar Sutay2014-12-111-1/+1
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-0/+2
* Remove requires path_helper from provider class, add to provider subclasses u...Claire McQuin2014-09-241-0/+1
* Stop using homegrown canonicalize() and use Chef::Util::PathHelper.paths_eql?.Chris Doherty2014-09-121-1/+1
* add shell_out to base provider codeLamont Granquist2014-07-291-2/+0
* Limit change to windows and fix test to be accurate.jmink2014-07-151-4/+4
* Clarify symlink comments in response to code reviewjmink2014-07-151-8/+7
* Add comments to clarify linking codejmink2014-07-151-3/+14
* CHEF-3960 Symlinks to directories should be swingablejmink2014-07-151-2/+11
* CHEF-5189 Correct link provider debug outputJeremiah Snapp2014-04-071-2/+2
* Determine if ACL mgmt follows symlinks by provider type.danielsdeleo2013-06-251-2/+9
* refactoring of file providersLamont Granquist2013-03-151-1/+1
* explicitly include EnforceOwnershipAndPermissions where it's useddanielsdeleo2012-12-181-0/+2
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+130
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-71/+0
* Added template support, changed license to Apache v 2Adam Jacob2008-08-161-14/+12
* Adding link supportAdam Jacob2008-05-031-0/+73