summaryrefslogtreecommitdiffstats
path: root/lib/puppet/indirector/rest.rb
Commit message (Expand)AuthorAgeFilesLines
* Moving the REST API functions into a moduleLuke Kanies2009-03-201-5/+2
* Using the Handler for the REST api on both sides of the connectionLuke Kanies2009-03-201-9/+9
* Adding environment support to the REST URILuke Kanies2009-03-201-5/+11
* Moving the query_string method to RequestLuke Kanies2009-03-201-22/+3
* Correctly handling numerical REST argumentsLuke Kanies2009-03-101-0/+1
* Correctly handling URI escaping throughout the REST processLuke Kanies2009-02-191-3/+3
* Adding clarity to query string handling in REST callsLuke Kanies2009-02-181-3/+13
* Spell-correcting a commentLuke Kanies2008-08-261-1/+1
* Dividing server/port configuration responsibility between the REST terminus a...Luke Kanies2008-08-261-14/+26
* Adding parameter and URL support to the REST terminus.Luke Kanies2008-08-201-8/+31
* Correctly handling when REST searches return nothing.Luke Kanies2008-07-301-1/+4
* Removing an obsolete method from the rest indirectorLuke Kanies2008-07-301-4/+0
* Searching again works over REST, including full content-type translation.Luke Kanies2008-07-291-3/+7
* All error and format handling works over REST except searching.Luke Kanies2008-07-291-6/+16
* The REST terminus now uses the content-type and http result codes.Luke Kanies2008-07-291-34/+23
* The REST terminus now provides an Accept header with supported formats.Luke Kanies2008-07-291-3/+8
* The REST infrastructure now correctly the SSL certificates.Luke Kanies2008-05-051-6/+5
* Fixishing some pending tests, including filling inLuke Kanies2008-04-111-2/+2
* Making the changes necessary to get the REST supportLuke Kanies2008-04-111-8/+8
* fill out specs for network_* methods; refactor lowest-level network hooksRick Bradley2008-04-111-4/+8
* adding rest_connection_details helper to Indirector::REST -- will need to be ...Rick Bradley2008-04-111-0/+5
* removed a debugging helper from the Indirector::Rest#save methodRick Bradley2008-04-111-3/+1
* adding REST save support, with integration tests. A handful of unit tests in...Rick Bradley2008-04-111-14/+13
* work-in-progress; playing with refactoring network_* methods inside Indirecto...Rick Bradley2008-04-111-2/+11
* Added support for destroy/DELETE over REST (including units & integrations on...Rick Bradley2008-04-111-8/+27
* making search work over REST, w/ unit & integration specsRick Bradley2008-04-111-3/+1
* unit specs and implementation for Indirector::REST#search methodRick Bradley2008-04-111-0/+8
* Much larger commit than I would like to land at once. This is all REST-relat...Rick Bradley2008-04-111-2/+10
* File serving now works. I've tested a couple of ways toLuke Kanies2007-10-191-1/+1
* Added partial spec for the serving of REST information, as well as some clien...Rick Bradley2007-10-031-0/+8