summaryrefslogtreecommitdiff
path: root/lib/chef/knife/ssl_fetch.rb
Commit message (Expand)AuthorAgeFilesLines
* Lazy load as many knife deps as possibleTim Smith2020-02-061-1/+1
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-4/+4
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-3/+3
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-1/+1
* clean up whitespace againLamont Granquist2018-07-021-2/+2
* fix Layout/IndentHeredocLamont Granquist2018-07-021-7/+7
* mechanical conversion of most debug log statements to traceThom May2018-03-261-1/+1
* Updating knife ssl fetch to correctly store certificates when it does not con...2919/ssl_fetch_no_cntyler-ball2016-10-311-5/+9
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-4/+2
* Update all auth email address from opscode.com and getchef.com to chef.io.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-9/+9
* Adding proxifier dependency and leveraging its ability to make TCPSocket.new ...tyler-ball2015-12-091-2/+3
* fix requireRanjib Dey2015-01-101-1/+1
* Catch 'unknown protocol' errors in ssl fetch and explain themdanielsdeleo2014-12-101-0/+13
* Add SSL check and certificate fetching commands to knifedanielsdeleo2014-03-191-0/+145