summaryrefslogtreecommitdiffstats
path: root/lib/puppet/indirector/request.rb
Commit message (Expand)AuthorAgeFilesLines
* Treat Windows absolute paths as absolute pathsJacob Helwig2011-08-021-1/+3
* (#7080) Registering PSON document typesLuke Kanies2011-07-151-1/+5
* (7080) Adding json support to Indirector RequestLuke Kanies2011-07-151-2/+49
* Revert "(7080) Adding json support to Indirector Request"Max Martin2011-04-211-49/+2
* (7080) Adding json support to Indirector RequestLuke Kanies2011-04-141-2/+49
* Code smell: Two space indentationMarkus Roberts2010-07-091-171/+171
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-1/+1
* Code smell: Don't restate results directly after assignmentMarkus Roberts2010-07-091-1/+0
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-091-2/+2
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-091-1/+1
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-2/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-091-5/+5
* REST: hide Request objectJesse Wolfe2010-02-171-7/+17
* Feature #3347 REST-ified FileBucketJesse Wolfe2010-02-171-1/+9
* Fix #2261 - Make sure query string parameters are properly escapedBrice Figureau2009-07-171-4/+5
* Adding explicit optional attribute to indirection requestsLuke Kanies2009-03-201-9/+25
* Adding a model accessor to the Request classLuke Kanies2009-03-201-4/+10
* Requests now use default environment when none is specifiedLuke Kanies2009-03-201-1/+8
* Adding environment support to the REST URILuke Kanies2009-03-201-2/+17
* Moving the query_string method to RequestLuke Kanies2009-03-201-0/+19
* Correctly handling URI escaping throughout the REST processLuke Kanies2009-02-191-2/+7
* Providing better indirection authorization errorsLuke Kanies2009-02-191-0/+5
* Changing how the Configurer interacts with the cacheLuke Kanies2009-02-061-1/+14
* Adding support for skipping cached indirection instances.Luke Kanies2009-02-061-2/+11
* Adding a 'plural?' method to the Indirection::Request class.Luke Kanies2008-08-261-2/+8
* Special-casing 'file' URIs in the indirection requests.Luke Kanies2008-08-261-0/+7
* Dividing server/port configuration responsibility between the REST terminus a...Luke Kanies2008-08-261-1/+35
* Fixing how the Indirector::Request sets its options.Luke Kanies2008-06-111-0/+1
* Adding to the indirection request support for authentication information.Luke Kanies2008-06-091-4/+20
* Intermediate commit.Luke Kanies2008-04-081-1/+1
* Adding the ability for indirection requests to be createdLuke Kanies2008-04-081-2/+9
* Adding a Request class to the Indirection layer. ThisLuke Kanies2008-04-081-0/+18