summaryrefslogtreecommitdiffstats
path: root/test/network/handler
Commit message (Expand)AuthorAgeFilesLines
* Regression in :node_name functionalityJohn Ferlito2008-03-141-2/+9
* Somewhat refactored fileserving so that it no longer cachesLuke Kanies2008-02-231-49/+51
* Fixing #951 -- external nodes work again, but you have toLuke Kanies2007-12-101-1/+1
* Theoretically, this patch is to fix #917 (which it does), butLuke Kanies2007-11-281-0/+1
* Fixing #796 -- the fileserver can now start with noLuke Kanies2007-11-271-2/+23
* Merge branch 'plugins_mount', fixing #891.Luke Kanies2007-11-241-1/+0
|\
| * Integrating Matt Palmer's patch to provide a 'plugins'Luke Kanies2007-11-241-1/+0
* | Integrating most of Matt Palmer's fromLuke Kanies2007-11-241-32/+0
|/
* Merge commit 'davids-bugfixes/tests/fix-test-client-ca'Luke Kanies2007-11-191-0/+1
|\
| * fix failing CA test, when testing with incomplete setup (no ssldir, no DNS)David Schmitt2007-11-111-0/+1
* | Fixing a few test suites that passed when run asLuke Kanies2007-11-191-0/+2
* | Reverting the changes I'd made toward removing the globalLuke Kanies2007-11-192-14/+10
* | Fixed most failing tests, but there are still over thirty failing.Luke Kanies2007-11-182-10/+14
* | Fixing #800 by refactoring how configurations are retrievedLuke Kanies2007-11-122-117/+23
|/
* Changing the test/ classes so that they work from the mainLuke Kanies2007-10-269-9/+9
* Translating the report handler to an indirected model.Luke Kanies2007-10-131-102/+1
* Merge branch 'master' of git://michaelobrien.info/puppet into michaelLuke Kanies2007-10-093-29/+12
|\
| * All tests should now pass again.Luke Kanies2007-10-082-22/+8
| * Another round of test-fixing around the changes I madeLuke Kanies2007-10-051-7/+4
* | Moving the webrick/mongrel "servers" over to HTTPServer module instead of Ser...Rick Bradley2007-10-051-1/+1
|/
* Removing the Id tags from all of the filesLuke Kanies2007-10-038-8/+0
* Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-221-1/+1
* This is basically another intermediate commit. I feel likeLuke Kanies2007-09-171-4/+5
* Another intermediate commit. The node and fact classes are now functional an...Luke Kanies2007-09-123-114/+7
* The Node handler is now obsolete. Node searching is handled through the indi...Luke Kanies2007-09-112-660/+2
* Multiple environment support now works, and I have even tested it in real lif...Luke Kanies2007-08-262-10/+14
* The fileserver now uses an environment-specific module path. I also made var...Luke Kanies2007-08-263-7/+8
* The last commits before I actually start on the multi-environment support. T...Luke Kanies2007-08-221-67/+1
* Adding the topscope metadata to the configuration being returned to the clien...Luke Kanies2007-08-221-1/+1
* A round of bugfixing. Many more tests now pass -- I think we are largely dow...Luke Kanies2007-08-202-104/+29
* The first pass where at least all of the snippet tests pass. I have unfortun...Luke Kanies2007-08-201-74/+0
* Adding node caching, so that node sources are not spammed during file serving...Luke Kanies2007-08-151-1/+24
* Keeping the node names in the node object, so that they are available to the ...Luke Kanies2007-08-151-0/+3
* Refactoring a small part of the interface between the configuration handler a...Luke Kanies2007-08-151-2/+24
* The new configuration handler looks to be ready for usage. Now I just need t...Luke Kanies2007-08-151-0/+167
* Adding the necessary name/ip fields to the node methodsLuke Kanies2007-08-151-1/+1
* Adding a "none" node source, which will be the default node source and will j...Luke Kanies2007-08-151-0/+18
* Finalizing the node handler. It now correctly uses the different node sourcesLuke Kanies2007-08-141-6/+324
* An intermediate commit in the work towards adding multi-environment support.Luke Kanies2007-08-141-0/+341
* Refactor SUIDManager tests to run without root, change SUIDManager's behavior...christian2007-08-092-0/+10
* Modified the fileserver to cache file information, so thatluke2007-06-191-0/+2
* Fixing some failing tests.luke2007-06-181-47/+0
* Modifying the CA server so that it will not send back a cert whose public key...luke2007-06-181-0/+34
* Significantly reworked the type => provider interface with respect toluke2007-06-041-3/+3
* A round of fixes so unit tests pass; most of the failures were from the mergi...luke2007-05-151-2/+1
* Getting rid of the last vestiges of the logger testsluke2007-05-091-1/+1
* Fixing the ability to fail correctly in the fileserver -- a constant was not ...luke2007-05-091-0/+22
* Removing the obsolete logger network interfaceluke2007-05-071-183/+0
* Consolidating all of the configuration parameter declarations into configurat...luke2007-05-041-1/+1
* Adding a fact handler, along with an abstract interface for fact stores and a...luke2007-05-031-0/+112