summaryrefslogtreecommitdiffstats
path: root/lib/puppet/indirector
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | Merge branch '0.24.x' into mergingLuke Kanies2008-07-295-37/+30
|\|
| * Fixed all of the fileserving termini so they use indirection requests.Luke Kanies2008-07-183-29/+29
| * Revert "Fixed #1201 - all external node attributes are converted to strings."Luke Kanies2008-07-181-7/+0
| * Fixing #1408 - --loadclasses works again.Luke Kanies2008-07-101-1/+1
* | Merge branch '0.24.x'Luke Kanies2008-07-042-12/+6
|\|
| * Fixed #1232 - the rundir no longer specifies a user/group,Luke Kanies2008-07-031-1/+2
| * Fixing the ldap node terminus to merge facts with the right name.Luke Kanies2008-07-021-11/+4
* | Fixing the new-form version of #1382.Luke Kanies2008-07-021-1/+25
* | Merge branch '0.24.x'Luke Kanies2008-07-022-78/+112
|\|
| * Fixing the Node::Ldap.search method to use an indirection request.Luke Kanies2008-07-011-2/+2
| * Switching the ldap terminus to use Util::Ldap::Connection.Luke Kanies2008-07-011-14/+5
| * Added a 'search' method to the ldap node terminus.Luke Kanies2008-07-012-64/+107
* | Merge branch '0.24.x'Luke Kanies2008-06-154-53/+90
|\|
| * Merge branch 'tickets/0.24.x/1201' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-06-161-0/+7
| |\
| | * Fixed #1201 - all external node attributes are converted to strings.Luke Kanies2008-06-151-0/+7
| * | Removing the Node.find_by_name method.Luke Kanies2008-06-151-1/+1