summaryrefslogtreecommitdiff
path: root/lib/chef/api_client
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* fix 4 copsLamont Granquist2019-07-051-2/+1
* Style/NegatedIfLamont Granquist2019-07-051-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+2
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-5/+5
* 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-3/+3
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-031-1/+1
* fix Style/HashSyntaxLamont Granquist2018-07-021-5/+5
* fix crash when unable to make config dirtm/fix_registration_messageThom May2018-02-191-5/+5
* Fix issue #2351, chef-client doesn't make /etc/chef if the directory doesn't ...Justin Seely2017-09-291-0/+8
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-1/+1
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-1/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* 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-3/+3
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-2/+2
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-2/+2
* no longer wait on node search to refresh vault but pass created ApiClient ins...Matt Wrock2015-12-221-1/+25
* Revert lib/chef/api_client/registration.rb to use API V0 since it doesn't sup...tc/fix-api-client-registrationTyler Cloke2015-12-041-3/+7
* Update registration.rbJames Michael DuPont2015-10-241-1/+1
* better error reportingJames Michael DuPont2015-10-241-1/+2
* allow dep injecting the http clientLamont Granquist2015-02-111-9/+7
* Make client.pem being a symlink a configurable optionRyan Cragun2014-11-071-1/+3
* Add optional client-side key generation when registeringdanielsdeleo2014-03-251-9/+46
* [CHEF-3689] no File::NOFOLLOW on windowsdanielsdeleo2012-12-191-1/+8
* [CHEF-3689] check for non-writable directory before client registrationdanielsdeleo2012-12-191-1/+1
* [CHEF-3689] Retry all 5xx when registeringdanielsdeleo2012-12-191-2/+11
* [CHEF-3689] Extract registration to a classdanielsdeleo2012-12-181-0/+110