summaryrefslogtreecommitdiff
path: root/chef
Commit message (Expand)AuthorAgeFilesLines
* bump to development version alpha 3Daniel DeLeo2010-06-031-1/+1
* knife will work with older rest-clientDaniel DeLeo2010-06-031-1/+1
* broke gem installation when deduplicating versioningDaniel DeLeo2010-06-031-2/+2
* add to_json to cookbook versionsdelano2010-06-031-2/+7
* fix cookbook metadata -asdelano2010-06-031-2/+2
* tweak inline docs formattingDaniel DeLeo2010-06-031-5/+5
* update inline documentationDaniel DeLeo2010-06-031-7/+14
* remove Resource#to_text that's for another timeDaniel DeLeo2010-06-031-17/+0
* cleanup comments and add explicit requiresDaniel DeLeo2010-06-031-3/+11
* force eager loading of rubygems' configurationDaniel DeLeo2010-06-032-1/+10
* last tests for new rubygems providerDaniel DeLeo2010-06-031-24/+12
* hack to make stdin closing work on 1.9.2Daniel DeLeo2010-06-031-4/+6
* almost completed rubygems provider rewriteDaniel DeLeo2010-06-034-79/+226
* try to limit the damage from monkey patchingDaniel DeLeo2010-06-031-0/+8
* more WIP on rubygems provider via APIDaniel DeLeo2010-06-033-105/+566
* workaround segfaults on older ruby 1.8sDaniel DeLeo2010-06-032-49/+49
* rubygems rewrite WIPDaniel DeLeo2010-06-032-82/+203
* update specs to expect file access control to use File not FileUtilsDaniel DeLeo2010-06-033-12/+13
* [CHEF-1211] store versions under $projectlib/version.rbDaniel DeLeo2010-06-033-6/+25
* drop fileutils in favor of file (futils)sdelano2010-06-031-3/+3
* knife needs to exit with 0sdelano2010-06-031-0/+1
* Accept header for MerbChris Walters2010-06-031-1/+1
* Fixing authentication in knife cookbook uploadChris Walters2010-06-031-1/+1
* A little cleanupChris Walters2010-06-031-10/+11
* Replacing Opscode::REST with RestClient for knife cookbook uploadChris Walters2010-06-032-11/+16
* update windows user provider to match refactored relationshipsDaniel DeLeo2010-06-032-3/+4
* update tests and provider for new method signaturesDaniel DeLeo2010-06-032-72/+56
* update tests to use new method signatures for resource and providerDaniel DeLeo2010-06-032-8/+7
* rewrite tests for new method signaturesDaniel DeLeo2010-06-033-267/+212
* need an explicit invocation of ohai nowDaniel DeLeo2010-06-031-0/+3
* Renamed Chef::Cookbook -> CookbookVersion; reorganized Cookbook features teststim@opscode.com2010-06-0317-46/+46
* remote directory working againDaniel DeLeo2010-06-032-9/+40
* remote directory WIP (ugly)Daniel DeLeo2010-06-031-1/+1
* read_nonblock is in fact defined on 1.8.6 and more stableDaniel DeLeo2010-06-031-1/+1
* fix templates for the new cookbook syncing regimeDaniel DeLeo2010-06-031-1/+0
* implemented Cookbook.preferred_manifest_records_for_directory, used for remot...Chris Walters, Tim Hinderliter2010-06-032-0/+75
* platform can be a symbol, so it need to be to_s'dDaniel DeLeo2010-06-031-1/+1
* call super to raise the real error instead of being confusingDaniel DeLeo2010-06-031-1/+1
* remote file provider no longer supports cookbook's files/*Daniel DeLeo2010-06-031-24/+0
* add spec data I forgot, cookbook file needs its own load_currentDaniel DeLeo2010-06-031-1/+1
* Cookbook#preferred_filename_on_disk_location now takes the file not the checksumDaniel DeLeo2010-06-031-1/+1
* add tests for deadlocking on blocked writes/readsDaniel DeLeo2010-06-031-1/+1
* mostly completed cookbook file resource && providerDaniel DeLeo2010-06-031-0/+24
* increase timeout waiting for marshaled errors from subprocessDaniel DeLeo2010-06-031-1/+1
* knife cookbook upload can upload to chef server and the platformChris Walters, Tim Hinderliter2010-06-032-20/+32
* cookbooks controller features tests & bug fixes for cookbooks controllertim@opscode.com2010-06-032-3/+6
* Little bit of cleanupChris Walters, Tim Hinderliter2010-06-031-2/+1
* Making Chef::Runlist::RunListItem's initialize parse hashes, as well as strings.Chris Walters, Tim Hinderliter2010-06-032-10/+20
* fix solr startup and features knife configDaniel DeLeo2010-06-031-0/+2
* Moved logic out of Chef::Client initialization so that chef-solo can configur...Chris Walters, Tim Hinderliter2010-06-032-13/+7