summaryrefslogtreecommitdiff
path: root/lib/chef/api_client
Commit message (Expand)AuthorAgeFilesLines
* 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