| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing the ldap node terminus to merge facts with the right name. | Luke Kanies | 2008-07-02 | 1 | -11/+4 |
* | Fixing the Node::Ldap.search method to use an indirection request. | Luke Kanies | 2008-07-01 | 1 | -2/+2 |
* | Switching the ldap terminus to use Util::Ldap::Connection. | Luke Kanies | 2008-07-01 | 1 | -14/+5 |
* | Added a 'search' method to the ldap node terminus. | Luke Kanies | 2008-07-01 | 2 | -64/+107 |
* | Merge branch 'tickets/0.24.x/1201' of git://github.com/lak/puppet into 0.24.x | James Turnbull | 2008-06-16 | 1 | -0/+7 |
|\ |
|
| * | Fixed #1201 - all external node attributes are converted to strings. | Luke Kanies | 2008-06-15 | 1 | -0/+7 |
* | | Removing the Node.find_by_name method. | Luke Kanies | 2008-06-15 | 1 | -1/+1 |
* | | The LDAP Node terminus now searches for the fqdn, short name, and default. | Luke Kanies | 2008-06-15 | 2 | -14/+32 |
* | | Refactoring the 'find' method a bit in the LDAP Node terminus. | Luke Kanies | 2008-06-15 | 1 | -45/+57 |
|/ |
|
* | Fixing how the Indirector::Request sets its options. | Luke Kanies | 2008-06-11 | 1 | -0/+1 |
* | Fixing how the indirection tests for whether the request has node info. | Luke Kanies | 2008-06-11 | 1 | -1/+1 |
* | Adding to the indirection request support for authentication information. | Luke Kanies | 2008-06-09 | 1 | -4/+20 |
* | Added the ability to add arbitrary attributes to ldap. | Gunnar Wrobel | 2008-05-15 | 1 | -0/+29 |
* | Fixishing some pending tests, including filling in | Luke Kanies | 2008-04-11 | 1 | -2/+2 |
* | Making the changes necessary to get the REST support | Luke Kanies | 2008-04-11 | 1 | -8/+8 |
* | The 'destroy' method in the indirection now returns | Luke Kanies | 2008-04-11 | 1 | -2/+2 |
* | fill out specs for network_* methods; refactor lowest-level network hooks | Rick Bradley | 2008-04-11 | 1 | -4/+8 |
* | adding rest_connection_details helper to Indirector::REST -- will need to be ... | Rick Bradley | 2008-04-11 | 1 | -0/+5 |
* | removed a debugging helper from the Indirector::Rest#save method | Rick Bradley | 2008-04-11 | 1 | -3/+1 |
* | adding REST save support, with integration tests. A handful of unit tests in... | Rick Bradley | 2008-04-11 | 1 | -14/+13 |
* | disabling caching for Puppet::Indirector::Indirection as it was causing hella... | Rick Bradley | 2008-04-11 | 1 | -1/+0 |
* | work-in-progress; playing with refactoring network_* methods inside Indirecto... | Rick Bradley | 2008-04-11 | 1 | -2/+11 |
* | Added support for destroy/DELETE over REST (including units & integrations on... | Rick Bradley | 2008-04-11 | 1 | -8/+27 |
* | making search work over REST, w/ unit & integration specs | Rick Bradley | 2008-04-11 | 1 | -3/+1 |
* | unit specs and implementation for Indirector::REST#search method | Rick Bradley | 2008-04-11 | 1 | -0/+8 |
* | Much larger commit than I would like to land at once. This is all REST-relat... | Rick Bradley | 2008-04-11 | 1 | -2/+10 |
* | fixing Puppet::Node::REST class name to work with autoloader inflection (Pupp... | Rick Bradley | 2008-04-11 | 1 | -1/+1 |
* | Modified the 'master' handler to use the Catalog class to | Luke Kanies | 2008-04-11 | 1 | -17/+1 |
* | Fixing the expire method (it wasn't using a request | Luke Kanies | 2008-04-10 | 1 | -2/+4 |
* | Moved the request creation into the Indirection | Luke Kanies | 2008-04-10 | 1 | -13/+42 |
* | Making the log messages around caching better. | Luke Kanies | 2008-04-08 | 1 | -3/+3 |
* | Ported the rest of the indirection terminuses over to | Luke Kanies | 2008-04-08 | 9 | -69/+21 |
* | Intermediate commit. | Luke Kanies | 2008-04-08 | 9 | -79/+69 |
* | Adding the ability for indirection requests to be created | Luke Kanies | 2008-04-08 | 1 | -2/+9 |
* | Fixing an errant comment | Luke Kanies | 2008-04-08 | 1 | -1/+1 |
* | Adding a Request class to the Indirection layer. This | Luke Kanies | 2008-04-08 | 2 | -55/+52 |
* | Changing how destroy works, just a bit -- it now accepts | Luke Kanies | 2008-04-08 | 3 | -8/+13 |
* | Reworking the caching layer to use TTLs instead of versions | Luke Kanies | 2008-04-08 | 1 | -19/+77 |
* | Adding an envelope module to handle indirected instance | Luke Kanies | 2008-04-08 | 1 | -0/+13 |
* | Fixing #1138 -- the yamldir is automatically created by the | Luke Kanies | 2008-03-24 | 1 | -5/+0 |
* | Found all instances of methods where split() is used without | Luke Kanies | 2008-03-21 | 3 | -3/+6 |
* | Fixed #1147: Cached nodes are correctly considered out of | Luke Kanies | 2008-03-20 | 1 | -0/+7 |
* | Downgrading the "Using cache" message from the indirection to debug | Luke Kanies | 2008-03-16 | 1 | -1/+1 |
* | Modified the ldap node terminus to also use the facts version | Luke Kanies | 2008-03-16 | 1 | -0/+4 |
* | Caching node information in yaml (I figured caching in memory will | Luke Kanies | 2008-03-16 | 1 | -0/+7 |
* | Modifying the yaml terminus base class to use the timestamp | Luke Kanies | 2008-03-16 | 1 | -0/+5 |
* | Fixing the rest of #1113: External node commands can specify | Luke Kanies | 2008-03-06 | 1 | -1/+1 |
* | Partially fixing #1113: LDAP nodes now support environments, | Luke Kanies | 2008-03-06 | 1 | -0/+5 |
* | 'rake' within the spec dir works now, anyway, which is | Luke Kanies | 2008-02-12 | 1 | -0/+1 |
* | Renaming 'configuration' to 'catalog', fixing #954. | Luke Kanies | 2007-12-11 | 2 | -17/+17 |