summaryrefslogtreecommitdiff
path: root/chef/spec/unit/rest_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-661/+0
* CHEF-3438: Allow Chef::REST.new() to read raw keysAutif Khan2012-09-191-0/+17
* add data about the request to http errorsDaniel DeLeo2012-06-221-0/+16
* [CHEF-3140] regression test for gzip disableDaniel DeLeo2012-05-241-0/+19
* [CHEF-3020][RSPEC] Simplify spec_helper loadingHo-Sheng Hsiao2012-04-241-1/+1
* [CHEF-2068] Add generic redirection support on #run_request method. Add specs...Akzhan Abdulin2012-04-191-28/+26
* [CHEF-2872] decompress body when request is unsuccessfulDaniel DeLeo2012-01-181-0/+15
* Implement gzip encoding support for Chef::RESTDaniel DeLeo2011-12-191-33/+28
* call rspec_reset on Tempfile mock to ensure multiple instances can be createdSeth Chisamore2011-12-081-1/+3
* retry all 5xx errorsDaniel DeLeo2011-04-111-0/+4
* [CHEF-2189]:sdelano2011-04-061-0/+21
* [CHEF-2154] redesign from_file to not switch on class namesDaniel DeLeo2011-04-011-0/+2
* change the color of the UA bikeshedDaniel DeLeo2011-04-011-1/+1
* [CHEF-2159] Set a custom user agent for chefDaniel DeLeo2011-04-011-0/+18
* Upgrade Mixlib::Log to get multilogger support, add auto-verboseDaniel DeLeo2011-03-151-18/+13
* Fix CHEF-2057: renamed Chef::JSON to Chef::JSONCompat, soTim Hinderliter2011-02-161-1/+1
* Fix CHEF-1292/PL-538: make JSON.parse/to_json default recursion depthTim Hinderliter2010-11-221-1/+1
* Removing newline from spec, fixes CHEF-1673Adam Jacob2010-09-291-5/+2
* set Content-Length header on POST and PUTDaniel DeLeo2010-06-031-4/+4
* avoid no method error on nil by grabbing tempfile path up frontDaniel DeLeo2010-06-031-1/+3
* Updating tempfile unlinked testChris Walters, Tim Hinderliter2010-06-031-1/+1
* fix already defined constant warningsDaniel DeLeo2010-05-011-2/+2
* setting expectations on tempfile not working on 1.9.2Daniel DeLeo2010-05-011-3/+3
* format the tempfile names a bit betterDaniel DeLeo2010-04-301-3/+3
* ensure tempfiles are cleaned up on error & regression testDaniel DeLeo2010-04-301-315/+126
* add fetch API for streaming DLs; cover all API in specsDaniel DeLeo2010-04-301-26/+183
* split the run_request into streaming and API req methodsDaniel DeLeo2010-04-301-295/+215
* split requests from other parts of Chef::REST clientDaniel DeLeo2010-04-301-103/+272
* test getters that are part of the public APIDaniel DeLeo2010-04-301-31/+63
* extract authlogic in Chef::REST && de-mockify specsDaniel DeLeo2010-04-301-178/+227
* CHEF-1092: Expanded paths in the wrong order on the first attempt. Also missed aMatthew Kent2010-04-301-2/+2
* CHEF-1092: Fix specs that no longer work with relative pathing.Matthew Kent2010-04-301-2/+2
* Merge branch 'total-integration' of git://github.com/skeptomai/chef into skep...Adam Jacob2010-02-181-8/+1
|\
| * all specs pass on integrationChristopher Brown2010-02-161-8/+1
* | Adding X-Chef-Version header to requests, fixes CHEF-956Adam Jacob2010-02-181-6/+13
|/
* remove rubyforge project stuff from Rakefiles, change rest.rb behaviour loadi...Christopher Brown2009-12-221-7/+1
* Check SSL certificates if requestedTollef Fog Heen2009-12-191-0/+30
* Changing HTTP errors to warn not errorAdam Jacob2009-12-031-1/+2
* Fixes CHEF-766 - we now print error messages recieved from the serverAdam Jacob2009-12-011-0/+13
* Initial pass at a Chef 0.8.0 alphaAdam Jacob2009-08-201-293/+325
* CHEF-430: Add support for HTTP Basic Auth to Chef::RESTMatthew Todd2009-08-101-0/+17
* Fix for CHEF-269, where remote_file fails if URI contains %d charactersJeppe Nejsum Madsen2009-08-101-0/+8
* Fixing Chef::REST tests that broke from my CookieJar additionAdam Jacob2009-05-181-0/+1
* Updating NOTICE file, removing redundant onesAdam Jacob2009-03-051-0/+9
|\
| * CHEF-141 - Handle permanent redirects (301) in the rest handlerThom May2009-03-051-0/+9
* | CHEF-140: Teach chef to use client certsThom May2009-02-181-0/+49
|/
* Opscode, little CAdam Jacob2009-01-091-1/+1
* Updating templates to cache like files, and changing hjksolutions to opscodeAdam Jacob2008-10-221-2/+2
* Adding behaviors for Chef::REST with chunky downloading, a few changes to Che...Adam Jacob2008-10-211-27/+54
* Fixed up REST tests, commenting out the ones that would test the http.request...Adam Jacob2008-10-101-14/+26