summaryrefslogtreecommitdiff
path: root/chef/spec/unit/rest_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix CHEF-1292/PL-538: make JSON.parse/to_json default recursion depthTim Hinderliter2010-11-241-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
* Fixing up unit tests that broke in latest re-factoringAdam Jacob2008-10-101-0/+1
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-0/+228