summaryrefslogtreecommitdiffstats
path: root/lib/puppet/indirector/indirection.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove Puppet::Util::Cacher use from Puppet::Indirector::IndirectionNick Lewis2011-07-211-5/+3
* Merge branch '2.6.x' into nextMatt Robinson2011-01-191-8/+18
|\
| * (#5838) Added support for HEAD requests to the indirector.Paul Berry2011-01-121-0/+11
| * (#5838) Refactored error handling logic into find_in_cache.Paul Berry2011-01-121-7/+6
| * (#5171) Made filebucket able to perform diffsJesse Wolfe2011-01-111-1/+1
* | Maint: Swap the order of arguments to Indirection#savePaul Berry2010-11-301-1/+1
* | (#5132) Provide a query REST interface for inventoryMatt Robinson2010-10-281-0/+1
|/
* Code smell: Two space indentationMarkus Roberts2010-07-091-249/+249
* 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-1/+1
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-5/+5
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-15/+5
* Code smell: Use string interpolationMarkus Roberts2010-07-091-17/+17
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-1/+1
* Bug #3451: Don't leak the terminus class setting from Puppet::Resource::Catal...Jesse Wolfe2010-02-171-0/+4
* Revert the guts of #2890Markus Roberts2010-02-171-13/+16
* REST: hide Request objectJesse Wolfe2010-02-171-10/+4
* Feature #3347 REST-ified FileBucketJesse Wolfe2010-02-171-4/+10
* Fix for #2890 (the cached certificates that would not die)Markus Roberts2009-12-191-16/+13
* Fix #2391 - Exported resources never make to the storeconfigs dbBrice Figureau2009-07-181-1/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-061-3/+3
* Changing Puppet::Cacher::Expirer#expired? method nameLuke Kanies2009-05-281-0/+1
* Partially fixing #2029 - failed caches doesn't throw an exceptionLuke Kanies2009-04-171-7/+17
* Providing better indirection authorization errorsLuke Kanies2009-02-191-1/+1
* Changing how the Configurer interacts with the cacheLuke Kanies2009-02-061-2/+2
* Fixing (and testing) the return of Indirection#saveLuke Kanies2009-02-061-1/+3
* Allowing the Indirection cache to be reset to nilLuke Kanies2009-02-061-1/+1
* Only caching saved resources when the main save worksLuke Kanies2009-02-061-1/+2
* Adding support for skipping cached indirection instances.Luke Kanies2009-02-061-2/+2
* Refactoring the Cacher interface to always require attribute declaration.Luke Kanies2008-11-111-4/+2
* Reducing the number of calls to terminus() to reduce interference with cachingLuke Kanies2008-11-041-2/+3
* Causing the Indirection to fail if a terminus selection hook does not return ...Luke Kanies2008-08-261-1/+3
* Cleaning up an exception.Luke Kanies2008-08-261-1/+5
* Merge branch '0.24.x'Luke Kanies2008-06-141-1/+1
|\
| * Fixing how the indirection tests for whether the request has node info.Luke Kanies2008-06-111-1/+1
* | Using the new Cacher class for handling cached data.Luke Kanies2008-05-131-14/+8
|/
* The 'destroy' method in the indirection now returnsLuke Kanies2008-04-111-2/+2
* disabling caching for Puppet::Indirector::Indirection as it was causing hella...Rick Bradley2008-04-111-1/+0
* Fixing the expire method (it wasn't using a requestLuke Kanies2008-04-101-2/+4
* Moved the request creation into the IndirectionLuke Kanies2008-04-101-13/+42
* Making the log messages around caching better.Luke Kanies2008-04-081-3/+3
* Intermediate commit.Luke Kanies2008-04-081-27/+23
* Fixing an errant commentLuke Kanies2008-04-081-1/+1
* Adding a Request class to the Indirection layer. ThisLuke Kanies2008-04-081-55/+34
* Changing how destroy works, just a bit -- it now acceptsLuke Kanies2008-04-081-0/+2
* Reworking the caching layer to use TTLs instead of versionsLuke Kanies2008-04-081-19/+77
* Downgrading the "Using cache" message from the indirection to debugLuke Kanies2008-03-161-1/+1
* Adding an Indirection reference, along with the workLuke Kanies2007-12-101-1/+28