summaryrefslogtreecommitdiff
path: root/lib/chef/file_content_management/tempfile.rb
Commit message (Expand)AuthorAgeFilesLines
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* scrub tempfile namesLamont Granquist2018-04-021-3/+3
* mechanical conversion of most debug log statements to traceThom May2018-03-261-1/+1
* 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-051-1/+1
* 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
* Clean up tests, fix bug in tempfile_openSalim Alam2015-09-301-1/+1
* 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
* 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-201-1/+1
* Move file content management logic outside of providers under Chef::FileConte...sersut2013-05-161-0/+59