summaryrefslogtreecommitdiffstats
path: root/lib/puppet/indirector
Commit message (Expand)AuthorAgeFilesLines
* Fixing the ldap node terminus to merge facts with the right name.Luke Kanies2008-07-021-11/+4
* 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 '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
* | The LDAP Node terminus now searches for the fqdn, short name, and default.Luke Kanies2008-06-152-14/+32
* | Refactoring the 'find' method a bit in the LDAP Node terminus.Luke Kanies2008-06-151-45/+57
|/
* Fixing how the Indirector::Request sets its options.Luke Kanies2008-06-111-0/+1
* Fixing how the indirection tests for whether the request has node info.Luke Kanies2008-06-111-1/+1
* Adding to the indirection request support for authentication information.Luke Kanies2008-06-091-4/+20
* Added the ability to add arbitrary attributes to ldap.Gunnar Wrobel2008-05-151-0/+29
* Fixishing some pending tests, including filling inLuke Kanies2008-04-111-2/+2
* Making the changes necessary to get the REST supportLuke Kanies2008-04-111-8/+8
* The 'destroy' method in the indirection now returnsLuke Kanies2008-04-111-2/+2
* fill out specs for network_* methods; refactor lowest-level network hooksRick Bradley2008-04-111-4/+8
* 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