summaryrefslogtreecommitdiff
path: root/lib/chef/server_api.rb
Commit message (Expand)AuthorAgeFilesLines
* Convert require to require_relativeLamont Granquist2019-05-081-10/+10
* Add support for signing requests using ssh-agent.Noah Kantrowitz2018-05-301-0/+2
* Revert "Knife should give a useful error when the chef_server_url isn't a che...revert-6253-feat/5556Thom May2018-03-141-16/+0
* Merge pull request #6253 from jeunito/feat/5556Tim Smith2018-03-121-0/+16
|\
| * fix chefstyleJose Asuncion2017-09-261-13/+11
| * move chef server heuristic to server_apiJose Asuncion2017-09-251-0/+18
| * Revert "raise error if chef_server_url is not valid"Jose Asuncion2017-08-161-4/+0
| * update to conform to chefstyleJose Asuncion2017-07-061-1/+1
| * raise error if chef_server_url is not validJose Asuncion2017-07-041-0/+4
* | ensure we set up the raw key correctlyThom May2017-12-151-0/+1
|/
* Beginning of automatic API version detectionThom May2017-02-141-0/+2
* Allow raw_key to override the configured signing_keytm/raw_keyThom May2016-09-141-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
* add get_rest etc calls to ServerAPItm/back_compat_rest_callsThom May2016-01-201-0/+6
* Use double quotes by defaultThom May2016-01-141-9/+9
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-0/+26
* add lazy require for 'chef/config'lcg/chef-config-requireLamont Granquist2015-06-021-0/+2
* Hoist socketless chef-zero support into Chef::HTTPdanielsdeleo2015-04-011-0/+1
* - Adding X-Remote-Request-Id to the set of headers for every request from CCR...PrajaktaPurohit2014-02-071-1/+3
* Use new Chef::ServerAPI API class in upload/download/diffJohn Keiser2013-10-091-0/+41