summaryrefslogtreecommitdiffstats
path: root/lib/puppet/indirector
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-202-7/+28
* | Moving the query_string method to RequestLuke Kanies2009-03-202-22/+22
* | Correctly handling numerical REST argumentsLuke Kanies2009-03-101-0/+1
* | Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-2/+2
* | Correctly handling URI escaping throughout the REST processLuke Kanies2009-02-195-9/+10
* | Providing better indirection authorization errorsLuke Kanies2009-02-192-1/+6
* | Adding pluginsyncing support to the IndirectorLuke Kanies2009-02-194-127/+29
* | Switching the ModuleFiles Indirection terminus to the new Module/Env apiLuke Kanies2009-02-191-3/+3
* | Adding clarity to query string handling in REST callsLuke Kanies2009-02-181-3/+13
* | Fixing #1527 - Failing Facter does not hurt PuppetLuke Kanies2009-02-141-1/+7
* | Removing some unused codeLuke Kanies2009-02-141-11/+0
* | Merge branch '0.24.x'Luke Kanies2009-02-131-2/+6
|\|
| * Fixing #1964 - Facts get loaded from pluginsLuke Kanies2009-02-121-2/+6
* | Changing how the Configurer interacts with the cacheLuke Kanies2009-02-062-3/+16
* | Adding an Agent::Runner class.Luke Kanies2009-02-061-0/+7
* | Fixing (and testing) the return of Indirection#saveLuke Kanies2009-02-061-1/+3
* | Adding REST support for facts and catalogs.Luke Kanies2009-02-062-0/+12
* | 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
* | Refactoring how the Facter integration worksLuke Kanies2009-02-061-26/+25
* | Adding Puppet client facts to Facter facts.Luke Kanies2009-02-061-1/+10
* | Clarifying how node names are used during catalog compilationLuke Kanies2009-02-061-11/+10
* | Adding support for skipping cached indirection instances.Luke Kanies2009-02-062-4/+13
* | Merge branch '0.24.x'James Turnbull2008-12-271-3/+12
|\|
| * Fixing #1812 (hopefully) - adding read and write locks to yaml.Luke Kanies2008-12-121-3/+12
* | Renaming Puppet::Node::Catalog to Puppet::Resource::CatalogLuke Kanies2008-12-182-4/+4
* | Fix #1483 - use REST to transmit reports over the wireBrice Figureau2008-12-061-0/+5
* | Refactoring the Cacher interface to always require attribute declaration.Luke Kanies2008-11-111-4/+2
* | Removing mention of obsolete edgelist_class from GRATR.Luke Kanies2008-11-061-2/+0
* | Reducing the number of calls to terminus() to reduce interference with cachingLuke Kanies2008-11-041-2/+3
* | Adding automatic attribute collection to the new fileserving code.Luke Kanies2008-08-263-3/+4
* | Adding a 'plural?' method to the Indirection::Request class.Luke Kanies2008-08-261-2/+8
* | Refactoring how files in FileServing are named.Luke Kanies2008-08-263-8/+6
* | Finishing the rename of FileBase => Base.Luke Kanies2008-08-261-4/+3
* | Causing the Indirection to fail if a terminus selection hook does not return ...Luke Kanies2008-08-261-1/+3
* | Spell-correcting a commentLuke Kanies2008-08-261-1/+1
* | Cleaning up an exception.Luke Kanies2008-08-261-1/+5
* | 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-262-15/+61
* | Adding parameter and URL support to the REST terminus.Luke Kanies2008-08-201-8/+31
* | Merge branch '0.24.x'Luke Kanies2008-08-182-3/+13
|\|
| * Ensure that we consistently use either string #{} interpolation or String.%Daniel Pittman2008-08-011-2/+3
| * Added a search method to the YAML indirector.AJ Christensen2008-08-011-1/+10
* | Adding logging when files are removed.Luke Kanies2008-08-072-0/+2
* | 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