summaryrefslogtreecommitdiff
path: root/lib/chef/provider/directory.rb
Commit message (Expand)AuthorAgeFilesLines
* Move more documentation into the codedocs_updatesTim Smith2021-12-031-2/+2
* Resolve File.exists? in directory providerTim Smith2021-05-021-6/+6
* Get lib/ free of spelling violations.Pete Higgins2020-05-181-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Use the action DSL consistentlyLamont Granquist2020-03-021-2/+2
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-5/+5
* mechanical conversion of most debug log statements to traceThom May2018-03-261-3/+3
* 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-32/+32
* Do not modify File's new_resource during why-runScott Christopherson2017-01-201-1/+1
* Don't mask directory deletion errors (#4991)Phil Dibowitz2016-06-061-1/+3
* Too much log output and unnecessary warnings! Suppress that shit.Kartik Null Cating-Subramanian2016-04-251-1/+15
* 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-6/+6
* Added support for OS X 10.11 SIP pathsNate Walck2015-08-111-2/+14
* directory resource needs to call FAC for DRRLamont Granquist2015-05-261-0/+3
* Update directory resource to use FileAccessControl to check if file is writableJay Mundrawala2015-02-171-3/+3
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-0/+2
* OC-10380: add polymorphismLamont Granquist2013-11-111-0/+7
* force_unlink socket tests.sersut2013-05-221-1/+5
* Remove ability to override selinux restorecon command. Tidy selinux config op...sersut2013-05-161-1/+1
* expand and fix selinux functionalityLamont Granquist2013-04-041-0/+1
* moar spec test fixesLamont Granquist2013-03-251-5/+5
* refactoring of file providersLamont Granquist2013-03-151-21/+13
* [CHEF-3557] fix reporting for directory-like resourcesdanielsdeleo2013-01-031-0/+1
* [CHEF-3557] remove load_current_resource_attrs corpsedanielsdeleo2013-01-031-1/+0
* explicitly include EnforceOwnershipAndPermissions where it's useddanielsdeleo2012-12-181-0/+3
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+128
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-68/+0
* Adding remote_file and remote_directory supportAdam Jacob2008-08-161-3/+13
* Added template support, changed license to Apache v 2Adam Jacob2008-08-161-14/+12
* The symlink provider should set the source_file to an empty string if the lin...Adam Jacob2008-05-011-2/+0
* Adding a directory resource and providerAdam Jacob2008-04-281-0/+62