| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| | |\ |
|
| | | * | Partial work done for ssl certificates. | Michael V. O'Brien | 2007-10-19 | 2 | -0/+38 |
| | * | | Adding authorization hooks to the file_server and | Luke Kanies | 2007-10-21 | 3 | -12/+33 |
| | * | | Renaming the 'mounts' terminus to 'file_server', and renaming | Luke Kanies | 2007-10-20 | 2 | -2/+2 |
| * | | | Merge branch 'master' of git://reductivelabs.com/puppet into routing | Rick Bradley | 2007-10-22 | 14 | -8/+241 |
| |\| | |
|
| | * | | File serving now works. I've tested a couple of ways to | Luke Kanies | 2007-10-19 | 11 | -48/+125 |
| | |/ |
|
| | * | I've now split the file-serving termini into two separate types (in | Luke Kanies | 2007-10-18 | 6 | -5/+100 |
| | * | Fixing all of the classes that I just renamed, and adding | Luke Kanies | 2007-10-18 | 2 | -2/+2 |
| | * | Renaming the file serving indirection termini to match | Luke Kanies | 2007-10-18 | 2 | -0/+0 |
| | * | I'm working on making file serving work in the indirector now, so I | Luke Kanies | 2007-10-18 | 2 | -7/+31 |
| | * | Renaming the file_serving/{content,metadata} indirections | Luke Kanies | 2007-10-18 | 4 | -2/+14 |
| | * | Adding the first pass at modifying file serving | Luke Kanies | 2007-10-17 | 2 | -0/+25 |
| * | | First pass through initializers of {mongrel, webrick} REST handlers; hooks in... | Rick Bradley | 2007-10-16 | 1 | -0/+8 |
| |/ |
|
| * | Reorganizing the file structure for indirection terminus types. | Luke Kanies | 2007-10-15 | 15 | -22/+52 |
| * | Translating the report handler to an indirected model. | Luke Kanies | 2007-10-13 | 1 | -0/+49 |
| * | Adding version handling through most of the indirection work. | Luke Kanies | 2007-10-12 | 2 | -8/+18 |
| * | Merge branch 'master' of git://michaelobrien.info/puppet into michael | Luke Kanies | 2007-10-09 | 5 | -55/+123 |
| |\ |
|
| | * | All tests should now pass again. | Luke Kanies | 2007-10-08 | 5 | -13/+52 |