summaryrefslogtreecommitdiff
path: root/lib/chef/file_content_management
Commit message (Expand)AuthorAgeFilesLines
* add a test for non-utf8 chars in filenames in the file provider (#5335)Lamont Granquist2016-09-161-1/+4
* remove empty method i accidentally leftLamont Granquist2016-09-151-4/+0
* add tests and tweak codeLamont Granquist2016-09-151-2/+9
* use File.extname and Tempfile.open array argLamont Granquist2016-09-151-2/+6
* prepending chef to tempfile nameAnthony Neto2016-02-161-0/+1
* autofixing whitespace copsLamont Granquist2016-02-054-5/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-026-6/+6
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-026-6/+6
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-026-6/+6
* Use double quotes by defaultThom May2016-01-142-5/+5
* Capitalize sentencesTim Smith2015-10-183-7/+7
* Clean up tests, fix bug in tempfile_openSalim Alam2015-09-301-1/+1
* Fix copying ntfs dacl and sacl when nulljdm/3066SteveLowe2015-06-021-6/+16
* Dedicated error for content staging issues. Comment fixes in config.rb.Serdar Sutay2014-11-171-2/+2
* Fixes based on PR comments.sersut/chef-2356Serdar Sutay2014-11-141-8/+9
* Introduct :auto mode for :file_staging_uses_destdir which tries the dest_dir ...Serdar Sutay2014-11-141-5/+32
* change file_staging_uses_destdir default to trueLamont Granquist2014-07-261-1/+8
* [trivial] typoEric G. Wolfe2014-06-161-1/+1
* add unit-level specs for mv (win) deploy strategy.danielsdeleo2013-06-061-1/+4
* only stat() once to get desired attributesdanielsdeleo2013-06-061-3/+4
* Remove binmode property from file / remote_directory resources and always ope...sersut2013-05-301-1/+3
* Rename file config parameters to be file_atomic_update & file_staging_uses_de...sersut2013-05-202-7/+4
* Better error message when administrator privilages is missing on windows. Fix...sersut2013-05-201-2/+2
* Increase windows ACL testing coverage. Fix children inheritance of windows ACLs.sersut2013-05-201-17/+34
* Relocate comments so that they can be picked up correctly by the doc tools.sersut2013-05-162-8/+13
* Move file content management logic outside of providers under Chef::FileConte...sersut2013-05-166-0/+350