summaryrefslogtreecommitdiffstats
path: root/lib/puppet/indirector/rest.rb
Commit message (Expand)AuthorAgeFilesLines
* maint: Suggest where to start troubleshooting SSL error messageMatt Robinson2011-07-261-1/+3
* (#7224) Reword 'hostname was not match' error messageNick Lewis2011-06-141-7/+40
* (#6117) Add POST support to indirector requestsNick Lewis2011-04-121-1/+11
* (#5838) Added support for HEAD requests to the indirector.Paul Berry2011-01-121-2/+19
* Code smell: Two space indentationMarkus Roberts2010-07-091-82/+82
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-3/+3
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-091-1/+1
* Fix #3408 - enable puppetd http compressionBrice Figureau2010-02-171-4/+8
* Feature #3383 RAL over RESTJesse Wolfe2010-02-171-1/+1
* Fixing #2617 - using the searched-for REST nameLuke Kanies2009-11-201-1/+3
* Fix for #2600 (wrong number of arguments under older mongrel)Markus Roberts2009-09-151-1/+1
* Fix #2516 - Fix format detection when content-type contains charsetBrice Figureau2009-08-131-2/+4
* Modifying the REST client error to make server errors more clearLuke Kanies2009-08-011-1/+1
* Fix #2392 - use Content-Type for REST communicationBrice Figureau2009-07-051-1/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-061-5/+5
* 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