summaryrefslogtreecommitdiffstats
path: root/test/network/handler
Commit message (Expand)AuthorAgeFilesLines
* Another round of test-fixing around the changes I madeLuke Kanies2007-10-051-7/+4
* 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
* Fixing the fileserver naming tests after the change to allow "-" in fileserve...luke2007-04-301-15/+5
* Allowing "-" in fileserver module names, #617luke2007-04-301-4/+4
* Finalizing the filebucket client, with test code.luke2007-03-241-1/+1
* Another round of bug-fixes, prompted by test logs from David Schmittluke2007-03-192-6/+14
* Fixing #447 - filebuckets now use deeply nested pathsluke2007-03-191-5/+89
* The first round of fixes for failing tests.luke2007-03-181-1/+1
* Introduces a new implicit 'modules' fileserver module, whose allow/deny canlutter2007-03-091-0/+116
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-069-0/+2695