summaryrefslogtreecommitdiffstats
path: root/spec/unit/indirector/rest.rb
Commit message (Expand)AuthorAgeFilesLines
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-231-455/+0
* Fix #3408 - enable puppetd http compressionBrice Figureau2010-02-171-1/+34
* Feature #3383 RAL over RESTJesse Wolfe2010-02-171-2/+13
* Fixing #2617 - using the searched-for REST nameLuke Kanies2009-11-201-3/+11
* Fix for #2600 (wrong number of arguments under older mongrel)Markus Roberts2009-09-151-9/+31
* Fix #2516 - Fix format detection when content-type contains charsetBrice Figureau2009-08-131-0/+11
* Fix #2392 - use Content-Type for REST communicationBrice Figureau2009-07-051-1/+8
* Removed extra whitespace from end of linesIan Taylor2009-06-061-6/+6
* Moving the REST API functions into a moduleLuke Kanies2009-03-201-2/+2
* Using the Handler for the REST api on both sides of the connectionLuke Kanies2009-03-201-43/+22
* Adding environment support to the REST URILuke Kanies2009-03-201-10/+11
* Moving the query_string method to RequestLuke Kanies2009-03-201-78/+8
* Adding tests for the REST query string usageLuke Kanies2009-03-201-5/+21
* Correctly handling numerical REST argumentsLuke Kanies2009-03-101-0/+10
* Correctly handling URI escaping throughout the REST processLuke Kanies2009-02-191-6/+7
* Adding clarity to query string handling in REST callsLuke Kanies2009-02-181-7/+60
* Dividing server/port configuration responsibility between the REST terminus a...Luke Kanies2008-08-261-31/+49
* Fixing a test that relied on hash ordering.Luke Kanies2008-08-261-2/+2
* Adding parameter and URL support to the REST terminus.Luke Kanies2008-08-201-9/+65
* Correctly handling when REST searches return nothing.Luke Kanies2008-07-301-0/+6
* Searching again works over REST, including full content-type translation.Luke Kanies2008-07-291-8/+16
* All error and format handling works over REST except searching.Luke Kanies2008-07-291-15/+22
* The REST terminus now uses the content-type and http result codes.Luke Kanies2008-07-291-223/+141
* The REST terminus now provides an Accept header with supported formats.Luke Kanies2008-07-291-5/+34
* The REST infrastructure now correctly the SSL certificates.Luke Kanies2008-05-051-332/+291
* Fixishing some pending tests, including filling inLuke Kanies2008-04-111-11/+9
* Making the changes necessary to get the REST supportLuke Kanies2008-04-111-27/+35
* fill out specs for network_* methods; refactor lowest-level network hooksRick Bradley2008-04-111-26/+158
* adding rest_connection_details helper to Indirector::REST -- will need to be ...Rick Bradley2008-04-111-0/+12
* make sure unit indirector specs are working with #save; fill out network_put ...Rick Bradley2008-04-111-3/+53
* Added support for destroy/DELETE over REST (including units & integrations on...Rick Bradley2008-04-111-3/+56
* updating search integration specs to include webrickRick Bradley2008-04-111-4/+4
* making search work over REST, w/ unit & integration specsRick Bradley2008-04-111-1/+1
* unit specs and implementation for Indirector::REST#search methodRick Bradley2008-04-111-8/+52
* Much larger commit than I would like to land at once. This is all REST-relat...Rick Bradley2008-04-111-8/+53
* 'rake' within the spec dir works now, anyway, which isLuke Kanies2008-02-121-1/+1
* Added partial spec for the serving of REST information, as well as some clien...Rick Bradley2007-10-031-0/+30