summaryrefslogtreecommitdiffstats
path: root/test/network
Commit message (Expand)AuthorAgeFilesLines
* Removing the Id tags from all of the filesLuke Kanies2007-10-0324-24/+0
* Fixed a failing test where we presumed that non-string Fact values would have...Rick Bradley2007-10-021-1/+1
* Fixed a test which was secretly sneaking off and pulling certs from ~ if they...Rick Bradley2007-10-021-0/+7
* Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-224-6/+6
* This is basically another intermediate commit. I feel likeLuke Kanies2007-09-171-4/+5
* The whole system now uses Configuration objects instead ofLuke Kanies2007-09-151-49/+3
* 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
* Fixing some failed tests. Mostly cleanup. Next is to make all of the user t...Luke Kanies2007-09-071-1/+4
* Fixing some broken tests in the master client, and adding a test for #800 but...Luke Kanies2007-09-061-23/+30
* Fixing some failing unit tests.Luke Kanies2007-08-281-4/+5
* 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
* Adding environment information to the client fact list. The environment is r...Luke Kanies2007-08-221-0/+10
* The last commits before I actually start on the multi-environment support. T...Luke Kanies2007-08-222-68/+2
* Adding the topscope metadata to the configuration being returned to the clien...Luke Kanies2007-08-222-7/+2
* A round of bugfixing. Many more tests now pass -- I think we are largely dow...Luke Kanies2007-08-203-105/+31
* 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
* Trivial mock cleanups(no author)2007-08-091-2/+1
* Refactor SUIDManager tests to run without root, change SUIDManager's behavior...christian2007-08-097-0/+26
* Adding test support for the other mongrel configuration headerluke2007-08-061-2/+23
* Fixing #621 -- plugins are now downloaded directly into the $libdir, and auto...luke2007-07-101-38/+13
* Making sure that #686 is fixed -- I specifically included the Daemon module i...luke2007-07-081-0/+6
* Hopefully fixing #685 -- I added a wrapper around the call to getconfig(), so...luke2007-07-081-3/+12
* Removing the long-obsolete Element base class. The Parameter and Type classe...luke2007-07-041-0/+2
* Modified the fileserver to cache file information, so thatluke2007-06-191-0/+2
* More test fixes. I seem to be getting very close.luke2007-06-192-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-182-0/+36
* Fixing #578 -- Invalid certs are no longer written to disk.luke2007-06-181-0/+24
* Fixing mongrel test so it does not try to load the mongrel server class on ma...luke2007-06-131-1/+0
* Adding a simple unit test for mongrel, and adding the ability to select the h...luke2007-06-112-1/+67
* Significantly reworked the type => provider interface with respect toluke2007-06-041-3/+3
* Fixing #532 -- reparsing config files no longer throws an exception. The pro...luke2007-05-311-0/+17
* Fixing #501 -- there is now a splay option, disabled by default and when runn...luke2007-05-181-0/+32
* A round of fixes so unit tests pass; most of the failures were from the mergi...luke2007-05-151-2/+1
* Fixing #569 - I have added a dynamic facts option to choose which facts will ...luke2007-05-151-0/+34
* fixing some problems with the config timeout -- I am not sure it ever actuall...luke2007-05-141-0/+18
* Getting rid of the last vestiges of the logger testsluke2007-05-092-2/+2
* 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-042-2/+2