summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/handler
Commit message (Expand)AuthorAgeFilesLines
...
| * Removing obsolete code from the fileserving handler.Luke Kanies2008-03-181-49/+0
| * Regression in :node_name functionalityJohn Ferlito2008-03-141-0/+2
| * Applying patch by DavidS to fix #1083.Luke Kanies2008-03-031-2/+2
| * Somewhat refactored fileserving so that it no longer cachesLuke Kanies2008-02-231-45/+22
* | Another round of fixes toward making global resources work.Luke Kanies2008-01-091-9/+5
* | Lots o' bug-fixes toward getting rid of global resources.Luke Kanies2008-01-081-2/+5
|/
* Remove the warning about an explicit plugins mount.Luke Kanies2007-12-171-4/+0
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-111-4/+4
* Merge commit 'davids-bugfixes/rest/fix-plugins-mount'Luke Kanies2007-12-111-43/+22
|\
| * simplify PluginsMountDavid Schmitt2007-12-031-43/+22
* | Fixing #951 -- external nodes work again, but you have toLuke Kanies2007-12-101-2/+2
|/
* Fixing #796 -- the fileserver can now start with noLuke Kanies2007-11-271-16/+52
* Merge branch 'plugins_mount', fixing #891.Luke Kanies2007-11-241-82/+221
|\
| * Integrating Matt Palmer's patch to provide a 'plugins'Luke Kanies2007-11-241-37/+44
| * Applying the rest of Matt Palmer's patchesLuke Kanies2007-11-241-27/+60
| * Merge commit 'davids-bugfixes/rest/fix-891' into plugins_mountLuke Kanies2007-11-231-75/+174
| |\
| | * fix #891: create a plugins mount which collects all modules' plugins/ subdirsDavid Schmitt2007-11-081-75/+174
* | | Fixing #882 -- I just added a quick hook to theLuke Kanies2007-11-231-1/+4
|/ /
* | Reverting the changes I'd made toward removing the globalLuke Kanies2007-11-192-17/+21
* | 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
| |/
* | Fixed most failing tests, but there are still over thirty failing.Luke Kanies2007-11-182-21/+17
* | Fixing #800 by refactoring how configurations are retrievedLuke Kanies2007-11-121-1/+1
|/
* Translating the report handler to an indirected model.Luke Kanies2007-10-131-64/+6
* All tests should now pass again.Luke Kanies2007-10-081-8/+2
* Another round of test-fixing around the changes I madeLuke Kanies2007-10-052-46/+14
* Removing the Id tags from all of the filesLuke Kanies2007-10-037-7/+0
* Fixing #814 -- when files are missing, the exceptions shouldLuke Kanies2007-10-032-16/+8
* Demoting the "file does not exist" log to debug from noticeLuke Kanies2007-09-251-1/+1
* Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-223-4/+4
* Merge branch 'configurations' into indirectionLuke Kanies2007-09-224-14/+10
|\
| * All tests now pass in this configuration branch, which meansLuke Kanies2007-09-221-2/+2
| * This is basically another intermediate commit. I feel likeLuke Kanies2007-09-171-10/+3
| * The whole system now uses Configuration objects instead ofLuke Kanies2007-09-151-1/+4
|/
* Another intermediate commit. The node and fact classes are now functional an...Luke Kanies2007-09-124-86/+3
* The Node handler is now obsolete. Node searching is handled through the indi...Luke Kanies2007-09-112-252/+2
* Renaming the instance loader method to "instance_load". It was previously au...Luke Kanies2007-09-102-2/+2
* Removing extraneous logging from the node handlerLuke Kanies2007-09-101-1/+1
* Fixing some broken tests in the master client, and adding a test for #800 but...Luke Kanies2007-09-061-8/+7
* Fixing #807. The exception handling should more closely resemble how it used...Luke Kanies2007-09-061-1/+3
* Flipped the switch so that compiles now return a Configuration instance inste...Luke Kanies2007-09-042-4/+15
* Deleting old documentation that somehow made it back into the tree in the swi...Luke Kanies2007-09-012-4/+0
* Making a couple of small bugfixes in the configuration subsystemLuke Kanies2007-08-271-0/+5
* Multiple environment support now works, and I have even tested it in real lif...Luke Kanies2007-08-261-2/+6
* The fileserver now uses an environment-specific module path. I also made var...Luke Kanies2007-08-264-18/+54
* Everything up to the parser (and the Modules) is ready to support multiple en...Luke Kanies2007-08-232-9/+13
* The last commits before I actually start on the multi-environment support. T...Luke Kanies2007-08-222-63/+23
* Adding the topscope metadata to the configuration being returned to the clien...Luke Kanies2007-08-221-2/+2
* A round of bugfixing. Many more tests now pass -- I think we are largely dow...Luke Kanies2007-08-203-10/+11
* The first pass where at least all of the snippet tests pass. I have unfortun...Luke Kanies2007-08-202-137/+62