summaryrefslogtreecommitdiff
path: root/chef/lib/chef/knife/cookbook_upload.rb
Commit message (Expand)AuthorAgeFilesLines
* CHEF-2923 Fixed with Integration Tests: Cookbook Upload Fails due to Syntax E...Xabier de Zuazo2012-09-191-2/+1
* Multicookbook upload supportPhil Dibowitz2012-07-261-33/+60
* Refactor cookbook_upload, fixing CHEF-2543.Steven Danna2012-04-041-68/+55
* CHEF-2801: Exit immediately if we have nothing to do, especially beforeMatthew Kent2012-04-031-5/+9
* CHEF-2801: Provide better feedback as to success and failure in knifeMatthew Kent2012-04-031-1/+16
* CHEF-2801: Only update the environment when necessary.Matthew Kent2012-04-031-1/+4
* CHEF-2801: Don't update version constraints when a cookbook uploadMatthew Kent2012-04-031-4/+13
* CHEF-2779: expose our version constraint verification via debug messagesBryan McLellan2011-12-061-3/+14
* CHEF-2778: Retrieve all versions of cookbooks from the server when verifying ...Bryan McLellan2011-12-061-1/+1
* CHEF-2325 Don't need to require cookbook version selectorNuo Yan2011-07-201-1/+0
* fix CHEF-2325 check dependencies when uploading cookbooksNuo Yan2011-07-201-1/+46
* add cookbook upload dependencies option to more documentationBryan McLellan2011-05-201-1/+1
* CHEF-1588: Add a -d option to include dependencies when uploading.statik2011-05-201-0/+10
* [CHEF-2308] cookbook shadowing is now deprecated.Daniel DeLeo2011-05-061-0/+17
* polish cookbook uploader outputDaniel DeLeo2011-04-111-8/+7
* [CHEF-2198] Fix incorrect checksum errors on uploadDaniel DeLeo2011-04-071-1/+4
* [CHEF-2037] detect broken symlinks in cookbooks and error outDaniel DeLeo2011-04-051-9/+29
* don't try to load the environment when none is requestedDaniel DeLeo2011-04-051-2/+3
* lazy load knife deps for a snappier experienceDaniel DeLeo2011-03-271-12/+13
* [CHEF-1469] Don't use main logger in knifeDaniel DeLeo2011-03-271-6/+6
* [CHEF-2076] Make CookbookVersions freezableDaniel DeLeo2011-03-251-32/+86
* use less global state. also, objects.Daniel DeLeo2011-03-231-10/+6
* move UI-focused code out of library-ized codeDaniel DeLeo2010-07-191-16/+36
* purge whitespace and dead codeDaniel DeLeo2010-07-191-3/+1
* fixing CHEF-1462, factored out a CookbookUploader class from the Knife::Cookb...Nuo Yan2010-07-191-155/+4
* knife sub-command help now shows complete knife commandSeth Falcon2010-07-151-1/+1
* CHEF-1411: increasing the number of retries on sandbox commit failure to 5Chris Walters2010-07-021-1/+1
* fixing CHEF-1373Nuo Yan2010-06-251-1/+1
* [CHEF-1384] dup constants before changing themDaniel DeLeo2010-06-241-1/+1
* Knife validates required parametersChris Walters2010-06-191-0/+5
* CHEF-1353: Retrying sandbox commit in case of failureChris Walters2010-06-171-1/+13
* fix cookbook delete and bulk delete, list recipesDaniel DeLeo2010-06-121-2/+0
* bring back the syntax check cache for 5x improvement on re-uploadsDaniel DeLeo2010-06-121-40/+16
* [CHEF-1279] fix regressions in cookbook upload from 1279Daniel DeLeo2010-06-081-4/+4
* Fixing root_files finder to be non-greedy on cookbook nameAdam Jacob2010-06-071-0/+3
* Adding some more explicit debugging to uploadAdam Jacob2010-06-071-2/+5
* Raise exception on non-auth upload errors tooAdam Jacob2010-06-071-0/+2
* [CHEF-1279] format output of syntax checking so the pointer lines upDaniel DeLeo2010-06-051-4/+26
* [CHEF-1281] don't fail miserably on empty dirs in the repoDaniel DeLeo2010-06-051-5/+12
* 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-031-11/+15
* Renamed Chef::Cookbook -> CookbookVersion; reorganized Cookbook features teststim@opscode.com2010-06-031-1/+1
* knife cookbook upload can upload to chef server and the platformChris Walters, Tim Hinderliter2010-06-031-19/+30
* Feature tests upload fixture cookbooks, and knife cookbook upload andChris Walters, Tim Hinderliter2010-06-031-3/+3
* Making FileVendor factory setter sexierChris Walters, Tim Hinderliter2010-06-031-1/+1
* Cookbook manifests now use MD5 checksums and Cookbook::FileVendors.Chris Walters, Tim Hinderliter2010-06-031-2/+6
* Adding root files to cookbook upload and polishing knife.Chris Walters2010-06-031-114/+74
* Cookbook uploading from knife mostly done (not tested)Chris Walters2010-06-031-108/+153