summaryrefslogtreecommitdiff
path: root/chef/lib/chef/file_cache.rb
Commit message (Expand)AuthorAgeFilesLines
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-220/+0
* CHEF-3134: set FileCache default perms to 0640Xabier de Zuazo2012-06-211-2/+4
* Fix CHEF-2057: renamed Chef::JSON to Chef::JSONCompat, soTim Hinderliter2011-02-161-1/+1
* Fix CHEF-1292/PL-538: make JSON.parse/to_json default recursion depthTim Hinderliter2010-11-221-1/+1
* [CHEF-1792] don't ever attempt to cleanup cookbooks on soloDaniel DeLeo2010-10-211-2/+2
* [CHEF-1286] apply attributes from json via cli after recipe attributesDaniel DeLeo2010-06-091-13/+26
* purge whitespaceDaniel DeLeo2010-05-041-18/+18
* use the monkey patched dir (instead of single gsubs) to fix the read file fro...Nuo Yan2010-05-041-3/+2
* monkeypatch Dir.glob and add gsubs to the file provider and file_cache for wi...Nuo Yan2010-05-041-0/+1
* Changed all uses of Chef::Exception to Chef::Exceptions to avoid masking ::Ex...Christopher Brown2009-03-181-3/+3
* 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-2/+3
* Adding pre-seeding response file support to the package provider, along with ...Adam Jacob2008-11-131-1/+1
* Lets see if FileUtils.mv works better..Adam Jacob2008-11-111-3/+3
* File.rename is evil, since you actually can't do that across devices. Now it...Adam Jacob2008-11-111-2/+3
* Updating templates to cache like files, and changing hjksolutions to opscodeAdam Jacob2008-10-221-2/+2
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-0/+203