summaryrefslogtreecommitdiff
path: root/spec/unit/rest_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* autofixing whitespace copsLamont Granquist2016-02-051-50/+49
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-3/+3
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-2/+2
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-2/+2
* Merge pull request #4423 from chef/tm/rest_deprecationThom May2016-01-211-0/+7
|\
| * ensure unit tests are correctThom May2016-01-181-0/+7
* | Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-1/+1
|/
* Use double quotes by defaultThom May2016-01-141-49/+49
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-4/+4
* Remove duplicate 'Accept' header in specJulian C. Dunn2015-10-241-2/+2
* Added versioned Chef Object API support code and repaired Chef::User.create.tylercloke2015-06-051-5/+5
* Implemented X-Ops-Server-API-Version in Chef requests.tylercloke2015-05-041-20/+10
* Test base HTTP client behaviors for chefzero URL casedanielsdeleo2015-04-011-0/+9
* Update to RSpec 3.Claire McQuin2014-10-291-12/+12
* rspec-3-ifylcg/rest-test-speedupLamont Granquist2014-10-201-74/+74
* speed up rest testLamont Granquist2014-10-181-1/+5
* Merge pull request #1912 from jessehu/CHEF-ISSUE-1904Claire McQuin2014-10-021-1/+4
|\
| * read http_retry_count from chef config in the spec; add HTTP error code in th...Hui Hu2014-09-041-2/+3
| * retry on HTTP 50X Error when calling Chef REST APIHui Hu2014-08-251-1/+3
* | Print out request and response body on non-2xx responsejk/http-error-logJohn Keiser2014-09-071-1/+1
|/
* Default port HTTP port 80 is not passed on in the Host header.Klaas Jan Wierenga2014-06-071-2/+2
* CHEF-5100:Lamont Granquist2014-03-271-0/+10
* ensure Chef::REST does not modify options in-placeJoseph Anthony Pasquale Holsten2014-02-251-0/+5
* - Adding X-Remote-Request-Id to the set of headers for every request from CCR...PrajaktaPurohit2014-02-071-13/+38
* remove some more deprecation warningsLamont Granquist2014-01-291-2/+2
* add real error for bad download sizeClaire McQuin2014-01-231-4/+4
* validate streaming file sizeClaire McQuin2014-01-231-65/+14
* add specs for CHEF-4502 behaviorLamont Granquist2014-01-231-6/+32
* rspec modernizationLamont Granquist2014-01-231-55/+55
* more test refactoringLamont Granquist2014-01-231-97/+114
* WIP: partial rewrite of base specs on masterLamont Granquist2014-01-231-170/+226
* WIP: hacking on ugly spec testsLamont Granquist2014-01-231-22/+34
* Always set a correct Host header to avoid net/http bugdanielsdeleo2013-11-261-3/+12
* Add tests for raw_http_request to check that the authenticator getsjamesc2013-11-201-7/+38
* REST#raw_http_request needs to be public for legacy usedanielsdeleo2013-10-231-0/+7
* Use new Chef::ServerAPI API class in upload/download/diffJohn Keiser2013-10-091-6/+25
* Fix Chef::HTTP dependence on subclass methodsdanielsdeleo2013-10-081-23/+23
* Move streaming requests to generic HTTP classdanielsdeleo2013-10-081-2/+2
* Update test to make order of return values explicitdanielsdeleo2013-10-081-6/+7
* Cleanup deprecation warnings, fix bad mocksdanielsdeleo2013-10-081-69/+60
* Add the binmode method to mock tempfile object.sersut2013-06-041-1/+1
* Remove binmode property from file / remote_directory resources and always ope...sersut2013-05-301-1/+1
* [CHEF-2682] add test case for InvalidRedirect exceptionLoic ANTOINE-GOMBEAUD2013-03-061-1/+5
* Fix syntax and force_encoding for 1.8danielsdeleo2012-10-311-1/+1
* [OC-3553] remove deprecated #rest_request and associated testsdanielsdeleo2012-10-311-190/+99
* [OC-3553] add 304 NotModified support to raw_http_requestdanielsdeleo2012-10-311-0/+9
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+661
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-228/+0
* Changing the license on the spec files as wellAdam Jacob2008-08-171-13/+11
* Adding remote_file testsAdam Jacob2008-08-171-4/+5