summaryrefslogtreecommitdiffstats
path: root/lib/puppet/indirector
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* disabling caching for Puppet::Indirector::Indirection as it was causing hella...Rick Bradley2008-04-111-1/+0
* 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
* fixing Puppet::Node::REST class name to work with autoloader inflection (Pupp...Rick Bradley2008-04-111-1/+1
* Modified the 'master' handler to use the Catalog class toLuke Kanies2008-04-111-17/+1
* 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
* Ported the rest of the indirection terminuses over toLuke Kanies2008-04-089-69/+21
* Intermediate commit.Luke Kanies2008-04-089-79/+69
* Adding the ability for indirection requests to be createdLuke Kanies2008-04-081-2/+9
* Fixing an errant commentLuke Kanies2008-04-081-1/+1
* Adding a Request class to the Indirection layer. ThisLuke Kanies2008-04-082-55/+52
* Changing how destroy works, just a bit -- it now acceptsLuke Kanies2008-04-083-8/+13
* Reworking the caching layer to use TTLs instead of versionsLuke Kanies2008-04-081-19/+77
* Adding an envelope module to handle indirected instanceLuke Kanies2008-04-081-0/+13
* Fixing #1138 -- the yamldir is automatically created by theLuke Kanies2008-03-241-5/+0
* Found all instances of methods where split() is used withoutLuke Kanies2008-03-213-3/+6
* Fixed #1147: Cached nodes are correctly considered out ofLuke Kanies2008-03-201-0/+7
* Downgrading the "Using cache" message from the indirection to debugLuke Kanies2008-03-161-1/+1
* Modified the ldap node terminus to also use the facts versionLuke Kanies2008-03-161-0/+4
* Caching node information in yaml (I figured caching in memory willLuke Kanies2008-03-161-0/+7
* Modifying the yaml terminus base class to use the timestampLuke Kanies2008-03-161-0/+5
* Fixing the rest of #1113: External node commands can specifyLuke Kanies2008-03-061-1/+1
* Partially fixing #1113: LDAP nodes now support environments,Luke Kanies2008-03-061-0/+5
* 'rake' within the spec dir works now, anyway, which isLuke Kanies2008-02-121-0/+1
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-112-17/+17
* Renaming the 'null' terminus type to 'plain', asLuke Kanies2007-12-113-19/+20
* Copying the fact-loading code from the network client toLuke Kanies2007-12-111-0/+44
* Adding an Indirection reference, along with the workLuke Kanies2007-12-1011-12/+57
* Fixing #951 -- external nodes work again, but you have toLuke Kanies2007-12-102-7/+21
* Using the Environment class to determine the default environment,Luke Kanies2007-11-201-3/+1
* Merge commit 'davids-bugfixes/rest/fix-815-by-using-main-explicitly'Luke Kanies2007-11-181-1/+1
|\
| * fix #815: add :main to all use() for :reporting and :metricsDavid Schmitt2007-11-091-1/+1
* | Adding a memory terminus for facts, which is really only used for testingLuke Kanies2007-11-121-0/+9
* | Merge branch 'master' of git://reductivelabs.com/puppet into routingRick Bradley2007-10-267-39/+74
|\|
| * File serving should work now, both recursive andLuke Kanies2007-10-247-38/+50
| * Adding post- hooks for :find and :search in the indirection class.Luke Kanies2007-10-231-1/+8
| * Adding the calls to the authorization hooks in the Indirection.Luke Kanies2007-10-231-0/+16
* | Merge branch 'master' of git://reductivelabs.com/puppet into routingRick Bradley2007-10-2310-53/+159
|\|
| * Renaming the :local termini for metadata and contentLuke Kanies2007-10-222-2/+2
| * Link handling is now in the file serving classes.Luke Kanies2007-10-224-7/+7
| * Adding searchability to the fileserving termini, using theLuke Kanies2007-10-224-19/+66
| * Merge branch 'master' of git://michaelobrien.info/puppet into michaelLuke Kanies2007-10-222-0/+38
| |\