summaryrefslogtreecommitdiff
path: root/lib/chef/knife/cookbook_upload.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Expand the path in knife cookbook upload errorsTim Smith2020-02-061-1/+1
* Lazy load as many knife deps as possibleTim Smith2020-02-061-5/+2
* Deprecated the load method in cookbook_version_loader and added deprecation ...Vasu11052020-01-221-2/+1
* MSYS-1142 Fixed nil class error and added check to not call upload for the bl...Vasu11052020-01-221-1/+0
* Added client side validation to validate presence of metadata files and valid...Vasu11052019-12-201-1/+8
* Updated code to make sure temporary directory gets deleted after the uploadVasu11052019-12-181-51/+61
* Updated knife cookbook upload and knife upload code to create temporary direc...Vasu11052019-12-161-51/+32
* Fixed chefstyleVasu11052019-12-161-1/+0
* Genrates metadata.json if not present and uploads it to chef server and delet...Vasu11052019-12-161-8/+43
* Style/SymbolProcLamont Granquist2019-07-051-1/+1
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-3/+3
* Style/NegatedIfLamont Granquist2019-07-051-1/+1
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-5/+5
* Remove unnessary code blocks in the knife cookbook upload commandf9n2019-01-181-17/+3
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-1/+1
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-031-1/+1
* Remove cookbook merging/shadowing from the cookbooker loaderLamont Granquist2018-10-261-23/+2
* Make sure knife descriptions all have periodsknife_sentences_2Tim Smith2018-07-161-6/+6
* fix Style/MutableConstantLamont Granquist2018-07-021-1/+1
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-1/+1
* clean up whitespace againLamont Granquist2018-07-021-1/+1
* fix Layout/IndentHeredocLamont Granquist2018-07-021-6/+6
* fix Style/HashSyntaxLamont Granquist2018-07-021-25/+25
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-171-2/+2
* Add an 's' for quantity of 0 cookbooks.Andrew (anoa)2017-11-021-4/+4
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-1/+1
* Merge pull request #4574 from chef/lcg/cookbook-shadow-deprecationLamont Granquist2016-02-161-2/+2
|\
| * don't warn about shadow cookbooks twiceLamont Granquist2016-02-161-2/+2
* | remove bogus recalculation of cookbook upload failurestm/cookbook_upload_name_argsThom May2016-02-161-2/+0
|/
* autofixing whitespace copsLamont Granquist2016-02-051-5/+4
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* 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
* Use double quotes by defaultThom May2016-01-141-13/+13
* Updated "cbs" variable to "cookbooks_for_upload"Josh Murphy2015-01-251-4/+4
* Added cookbook_path configuration value to warning message for uploading cook...Josh Murphy2015-01-251-1/+2
* Updated cookbook upload all logic to check that cookbooks exist in the path b...Josh Murphy2015-01-251-6/+10
* Remove unused argument to CookbookUploader#initializedanielsdeleo2014-07-301-1/+1
* Make FileVendor configuration specific to the two implementationsdanielsdeleo2014-07-301-1/+1
* Restore warning for cookbook shadowingdanielsdeleo2014-03-271-0/+6
* CHEF-4851 - Replaced #select with negation for finding missing dependencies w...Josh Murphy2014-03-191-2/+2
* CHEF-4851 - Display all missing dependencies in cookbook uploadJosh Murphy2014-03-191-7/+11
* support configurable concurrencyRanjib Dey2013-11-261-1/+7
* [CHEF-3452] uploading frozen cookbook version explodesZachary Stevens2013-04-121-9/+3
* Added require 'chef/cookbook_uploader' to file 'chef/knife/cookbook_upload.rb'Stathy Touloumis2013-04-121-0/+1
* [CHEF-3919] Removed Chef::Version::Cookbook code and replaced by a Chef::Vers...Xabier de Zuazo2013-04-111-2/+2
* [CHEF-3919] cookbook version specific code factored out from Chef::Version, n...Xabier de Zuazo2013-04-111-2/+2
* Quote cookbook name/version in error messagedanielsdeleo2012-12-051-1/+1