summaryrefslogtreecommitdiffstats
path: root/lib/puppet/indirector
Commit message (Expand)AuthorAgeFilesLines
* '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
| |\
| | * Partial work done for ssl certificates.Michael V. O'Brien2007-10-192-0/+38
| * | Adding authorization hooks to the file_server andLuke Kanies2007-10-213-12/+33
| * | Renaming the 'mounts' terminus to 'file_server', and renamingLuke Kanies2007-10-202-2/+2
* | | Merge branch 'master' of git://reductivelabs.com/puppet into routingRick Bradley2007-10-2214-8/+241
|\| |
| * | File serving now works. I've tested a couple of ways toLuke Kanies2007-10-1911-48/+125
| |/
| * I've now split the file-serving termini into two separate types (inLuke Kanies2007-10-186-5/+100
| * Fixing all of the classes that I just renamed, and addingLuke Kanies2007-10-182-2/+2
| * Renaming the file serving indirection termini to matchLuke Kanies2007-10-182-0/+0
| * I'm working on making file serving work in the indirector now, so ILuke Kanies2007-10-182-7/+31
| * Renaming the file_serving/{content,metadata} indirectionsLuke Kanies2007-10-184-2/+14
| * Adding the first pass at modifying file servingLuke Kanies2007-10-172-0/+25
* | First pass through initializers of {mongrel, webrick} REST handlers; hooks in...Rick Bradley2007-10-161-0/+8
|/
* Reorganizing the file structure for indirection terminus types.Luke Kanies2007-10-1515-22/+52
* Translating the report handler to an indirected model.Luke Kanies2007-10-131-0/+49
* Adding version handling through most of the indirection work.Luke Kanies2007-10-122-8/+18
* Merge branch 'master' of git://michaelobrien.info/puppet into michaelLuke Kanies2007-10-095-55/+123
|\
| * All tests should now pass again.Luke Kanies2007-10-085-13/+52
| * Adding support for versions and freshness-checkingLuke Kanies2007-10-062-12/+46
| * Removing obsolete commentLuke Kanies2007-10-051-3/+0
| * Adding a :code setting for specifying code to runLuke Kanies2007-10-051-15/+1
| * This commit is focused on getting the 'puppet' executableLuke Kanies2007-10-051-24/+36
* | Merge branch 'master' of git://reductivelabs.com/puppet into routingRick Bradley2007-10-052-35/+39
|\|
| * Adding another test to the ldap node source -- we makeLuke Kanies2007-10-041-2/+5
| * Switching the indirection from using settings for configurationLuke Kanies2007-10-041-33/+34
* | Added partial spec for the serving of REST information, as well as some clien...Rick Bradley2007-10-032-0/+14
|/
* Adding more indirection termini, mostly focused on cachingLuke Kanies2007-09-253-0/+31
* Adding cache support to indirection. If you haveLuke Kanies2007-09-251-1/+31
* I changed the Terminus class to switch camelcaseLuke Kanies2007-09-241-2/+4
* Taking a first stab at moving configuration compilingLuke Kanies2007-09-232-0/+177
* Adding a "memory" node terminus, which willLuke Kanies2007-09-232-0/+29
* Adding my first integration test, verifying thatLuke Kanies2007-09-231-3/+1