| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Renaming the 'null' terminus type to 'plain', as | Luke Kanies | 2007-12-11 | 3 | -19/+20 |
* | Copying the fact-loading code from the network client to | Luke Kanies | 2007-12-11 | 1 | -0/+44 |
* | Adding an Indirection reference, along with the work | Luke Kanies | 2007-12-10 | 11 | -12/+57 |
* | Fixing #951 -- external nodes work again, but you have to | Luke Kanies | 2007-12-10 | 2 | -7/+21 |
* | Using the Environment class to determine the default environment, | Luke Kanies | 2007-11-20 | 1 | -3/+1 |
* | Merge commit 'davids-bugfixes/rest/fix-815-by-using-main-explicitly' | Luke Kanies | 2007-11-18 | 1 | -1/+1 |
|\ |
|
| * | fix #815: add :main to all use() for :reporting and :metrics | David Schmitt | 2007-11-09 | 1 | -1/+1 |
* | | Adding a memory terminus for facts, which is really only used for testing | Luke Kanies | 2007-11-12 | 1 | -0/+9 |
* | | Merge branch 'master' of git://reductivelabs.com/puppet into routing | Rick Bradley | 2007-10-26 | 7 | -39/+74 |
|\| |
|
| * | File serving should work now, both recursive and | Luke Kanies | 2007-10-24 | 7 | -38/+50 |
| * | Adding post- hooks for :find and :search in the indirection class. | Luke Kanies | 2007-10-23 | 1 | -1/+8 |
| * | Adding the calls to the authorization hooks in the Indirection. | Luke Kanies | 2007-10-23 | 1 | -0/+16 |
* | | Merge branch 'master' of git://reductivelabs.com/puppet into routing | Rick Bradley | 2007-10-23 | 10 | -53/+159 |
|\| |
|
| * | Renaming the :local termini for metadata and content | Luke Kanies | 2007-10-22 | 2 | -2/+2 |
| * | Link handling is now in the file serving classes. | Luke Kanies | 2007-10-22 | 4 | -7/+7 |
| * | Adding searchability to the fileserving termini, using the | Luke Kanies | 2007-10-22 | 4 | -19/+66 |
| * | Merge branch 'master' of git://michaelobrien.info/puppet into michael | Luke Kanies | 2007-10-22 | 2 | -0/+38 |
| |\ |
|