summaryrefslogtreecommitdiff
path: root/lib/chef/rest.rb
Commit message (Expand)AuthorAgeFilesLines
* CHEF-5100:Lamont Granquist2014-03-271-0/+4
* CHEF-5041: fix middleware orderLamont Granquist2014-03-271-1/+1
* ensure Chef::REST does not modify options in-placeJoseph Anthony Pasquale Holsten2014-02-251-0/+1
* - Adding X-Remote-Request-Id to the set of headers for every request from CCR...PrajaktaPurohit2014-02-071-1/+5
* rename ValidateResponse to ValidateContentLengthLamont Granquist2014-01-271-2/+2
* adding validation of content-length fieldLamont Granquist2014-01-231-0/+2
* add a doc comment on the purpose of raw_http_requestjamesc2013-11-201-0/+3
* raw_http_request was aliased to send_http_request, which is below thejamesc2013-11-171-3/+15
* REST#raw_http_request needs to be public for legacy usedanielsdeleo2013-10-231-0/+2
* Use API SSL policy w/ Chef::RESTdanielsdeleo2013-10-161-0/+5
* Use new Chef::ServerAPI API class in upload/download/diffJohn Keiser2013-10-091-4/+6
* CHEF-4515: upload sometimes inflates JSON. Fix by using true raw version of ...John Keiser2013-10-091-7/+5
* Fix Chef::HTTP dependence on subclass methodsdanielsdeleo2013-10-081-1/+1
* Move streaming requests to generic HTTP classdanielsdeleo2013-10-081-91/+7
* Express stream handling via middlewaresdanielsdeleo2013-10-081-2/+20
* remove duplicate method from subclassdanielsdeleo2013-10-081-8/+0
* Refactor HTTP streaming to reuse base implementationsdanielsdeleo2013-10-081-30/+22
* Remove leftover methods from subclassdanielsdeleo2013-10-081-9/+0
* HTTP client creates request objects.danielsdeleo2013-10-081-0/+19
* Remove references to authenticator from base HTTP classdanielsdeleo2013-10-081-0/+8
* Extract HTTP cookie handling to middlewaredanielsdeleo2013-10-081-1/+3
* Move HTTP components into chef/httpdanielsdeleo2013-10-081-7/+9
* Extract good parts of REST to HTTP base classdanielsdeleo2013-10-081-176/+18
* DRY middleware applicationdanielsdeleo2013-10-081-6/+18
* Add authentication and GZIP headers back to streaming requestsdanielsdeleo2013-10-081-7/+13
* move http authenticator to its own filedanielsdeleo2013-10-081-64/+5
* Extract HTTP authentication to a classdanielsdeleo2013-10-081-38/+82
* move decompressor and model inflator to their own filesdanielsdeleo2013-10-081-127/+13
* extract HTTP response compression to a classdanielsdeleo2013-10-081-68/+103
* Move error message parsing to JSON componentdanielsdeleo2013-10-081-53/+47
* Extract JSON content type handling to a classdanielsdeleo2013-10-081-16/+45
* Normalize whitespace on all filesSeth Vargo2013-09-261-1/+1
* Merge branch 'master' into file-refactorsersut2013-05-311-1/+0
|\
| * CHEF-3535: Do not need all of chef/platformBryan McLellan2013-05-241-1/+0
| * require 'chef/platform' from lib/chef/rest.rbPhil Dibowitz2013-05-241-1/+1
* | Remove binmode property from file / remote_directory resources and always ope...sersut2013-05-301-1/+1
* | Merge branch 'master' into file-refactorsersut2013-05-141-1/+1
|\ \ | |/
| * [CHEF-4157] split Platform to prune dep graphdanielsdeleo2013-05-031-1/+1
* | Merge branch 'master' into file-refactorLamont Granquist2013-03-271-1/+5
|\ \ | |/
| * [CHEF-2682] raise exception on non-GET/HEAD redirectsLoic ANTOINE-GOMBEAUD2013-03-061-1/+5
* | switch back to chef::restJesse Campbell2013-03-011-0/+6
|/
* Merge branch '10-stable' into integrate-chef-10-18-0danielsdeleo2013-01-171-2/+0
|\
* | [CHEF-3689] remove REST#register (see ApiClient::Registration)danielsdeleo2012-12-181-37/+0
* | [CHEF-3643] ensure Chef::REST can be required without loading ChefSeth Chisamore2012-11-301-1/+1
* | [OC-3553] remove deprecated #rest_request and associated testsdanielsdeleo2012-10-311-64/+1
* | [OC-3553] add 304 NotModified support to raw_http_requestdanielsdeleo2012-10-311-2/+4
* | [OC-3553] remove _rest from REST method names, add aliasesdanielsdeleo2012-10-311-6/+18
* | [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+526
|/
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-150/+0
* Updating documentationAdam Jacob2008-09-301-0/+5