summaryrefslogtreecommitdiff
path: root/lib/chef/cookbook_uploader.rb
Commit message (Expand)AuthorAgeFilesLines
* use autoloading for many required gemsmwrock2020-09-081-1/+1
* berks upload skip syntax checkVivek Singh2020-01-271-1/+1
* Fixed failing specsVasu11052020-01-221-1/+1
* Fixed chef style errorVasu11052020-01-221-0/+1
* Deprecated the load method in cookbook_version_loader and added deprecation ...Vasu11052020-01-221-8/+7
* MSYS-1142 Fixed nil class error and added check to not call upload for the bl...Vasu11052020-01-221-6/+8
* Fix cookbook dir syntaxchef issueVivek Singh2019-10-281-1/+1
* Style/SymbolProcLamont Granquist2019-07-051-1/+1
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-1/+1
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-10/+10
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-031-3/+3
* fix Style/HashSyntaxLamont Granquist2018-07-021-2/+2
* mechanical conversion of most debug log statements to traceThom May2018-03-261-2/+2
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-171-1/+0
* RFC 67: Remove cookbook segmentsThom May2017-04-041-1/+1
* autofixing Style/SpaceBeforeSemicolon copLamont Granquist2016-08-161-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-4/+4
* Use double quotes by defaultThom May2016-01-141-16/+16
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-2/+3
* Add policy mode option to CookbookUploaderdanielsdeleo2015-02-111-1/+6
* Ensure cookbook_manifest is required where it's useddanielsdeleo2015-02-111-0/+1
* Temporarily implement deprecation warnings as errorsdanielsdeleo2015-02-111-2/+5
* Remove unused argument to CookbookUploader#initializedanielsdeleo2014-07-301-3/+3
* Update CookbookUploader contract with HTTP client objectdanielsdeleo2014-07-301-19/+6
* remove rest-client gemLamont Granquist2014-07-171-1/+0
* CHEF-4423: extract cookbook upload threaded queue into utility classNikhil Benesch2014-05-131-25/+4
* Make sure --concurrency 1 works while uploading multiple cookbooks.sersut2014-02-031-1/+1
* support configurable concurrencyRanjib Dey2013-11-261-3/+7
* Add missing require for thread to Chef::CookbookUploaderBryan McLellan2013-11-261-0/+1
* Update HTTP usage for IPv6 Supportdanielsdeleo2013-11-151-4/+6
* Fix DELETE requests for -z for all endpoints, and PUT/POST for cookbooksJohn Keiser2013-10-111-8/+10
* Revert "Merge branch 'CHEF-3307'"Bryan McLellan2013-07-031-1/+1
* Fixes CHEF-3307Mal Graty2013-05-241-1/+1
* [CHEF-3452] uploading frozen cookbook version explodesZachary Stevens2013-04-121-1/+10
* [CHEF-3715] rename files checksum_cache -> digesterdanielsdeleo2012-12-211-1/+1
* Add a dummy Chef::Sandbox class back inChristopher Maier2012-11-281-0/+1
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+163