summaryrefslogtreecommitdiffstats
path: root/test/network
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Fixing Client.read_cert so that it automatically adds the certificate informa...luke2007-03-301-6/+41
* Finalizing the filebucket client, with test code.luke2007-03-242-1/+36
* Finally fixing #504, I think; I even have tests to prove it. It was a little...luke2007-03-191-0/+17
* Another round of bug-fixes, prompted by test logs from David Schmittluke2007-03-193-8/+18
* Fixing #447 - filebuckets now use deeply nested pathsluke2007-03-191-5/+89
* Oops. Fixing the other tests to now past the facts to "fresh?", as required ...luke2007-03-191-2/+4
* Fixing the fact caching so that facts are only downloaded and retrieved once,...luke2007-03-191-2/+7
* Fixing #519. The facts are now cached in the state file and changes to them ...luke2007-03-191-0/+29
* The first round of fixes for failing tests.luke2007-03-181-1/+1
* Fixing #491 -- the client correctly realizes when the cache file is missing a...luke2007-03-181-0/+22
* Fixing #540. I modified Puppet::Network::Client::Master so that it disables ...luke2007-03-171-0/+20
* Introduces a new implicit 'modules' fileserver module, whose allow/deny canlutter2007-03-091-0/+116
* Flushing out the ability to have a stand-alone CA server, specified using ca_...luke2007-03-081-0/+4
* Fixing #531 and #414. This includes pretty much a complete redesignluke2007-03-082-116/+356