| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | The first pass where at least all of the snippet tests pass. I have unfortun... | Luke Kanies | 2007-08-20 | 1 | -74/+0 |
| * | Adding node caching, so that node sources are not spammed during file serving... | Luke Kanies | 2007-08-15 | 1 | -1/+24 |
| * | Keeping the node names in the node object, so that they are available to the ... | Luke Kanies | 2007-08-15 | 1 | -0/+3 |
| * | Refactoring a small part of the interface between the configuration handler a... | Luke Kanies | 2007-08-15 | 1 | -2/+24 |
| * | The new configuration handler looks to be ready for usage. Now I just need t... | Luke Kanies | 2007-08-15 | 1 | -0/+167 |
| * | Adding the necessary name/ip fields to the node methods | Luke Kanies | 2007-08-15 | 1 | -1/+1 |
| * | Adding a "none" node source, which will be the default node source and will j... | Luke Kanies | 2007-08-15 | 1 | -0/+18 |
| * | Finalizing the node handler. It now correctly uses the different node sources | Luke Kanies | 2007-08-14 | 1 | -6/+324 |
| * | An intermediate commit in the work towards adding multi-environment support. | Luke Kanies | 2007-08-14 | 1 | -0/+341 |
| * | Trivial mock cleanups | (no author) | 2007-08-09 | 1 | -2/+1 |
| * | Refactor SUIDManager tests to run without root, change SUIDManager's behavior... | christian | 2007-08-09 | 7 | -0/+26 |
| * | Adding test support for the other mongrel configuration header | luke | 2007-08-06 | 1 | -2/+23 |
| * | Fixing #621 -- plugins are now downloaded directly into the $libdir, and auto... | luke | 2007-07-10 | 1 | -38/+13 |
| * | Making sure that #686 is fixed -- I specifically included the Daemon module i... | luke | 2007-07-08 | 1 | -0/+6 |
| * | Hopefully fixing #685 -- I added a wrapper around the call to getconfig(), so... | luke | 2007-07-08 | 1 | -3/+12 |
| * | Removing the long-obsolete Element base class. The Parameter and Type classe... | luke | 2007-07-04 | 1 | -0/+2 |
| * | Modified the fileserver to cache file information, so that | luke | 2007-06-19 | 1 | -0/+2 |
| * | More test fixes. I seem to be getting very close. | luke | 2007-06-19 | 2 | -0/+2 |
| * | Fixing some failing tests. | luke | 2007-06-18 | 1 | -47/+0 |
| * | Modifying the CA server so that it will not send back a cert whose public key... | luke | 2007-06-18 | 2 | -0/+36 |
| * | Fixing #578 -- Invalid certs are no longer written to disk. | luke | 2007-06-18 | 1 | -0/+24 |
| * | Fixing mongrel test so it does not try to load the mongrel server class on ma... | luke | 2007-06-13 | 1 | -1/+0 |
| * | Adding a simple unit test for mongrel, and adding the ability to select the h... | luke | 2007-06-11 | 2 | -1/+67 |
| * | Significantly reworked the type => provider interface with respect to | luke | 2007-06-04 | 1 | -3/+3 |
| * | Fixing #532 -- reparsing config files no longer throws an exception. The pro... | luke | 2007-05-31 | 1 | -0/+17 |
| * | Fixing #501 -- there is now a splay option, disabled by default and when runn... | luke | 2007-05-18 | 1 | -0/+32 |
| * | A round of fixes so unit tests pass; most of the failures were from the mergi... | luke | 2007-05-15 | 1 | -2/+1 |
| * | Fixing #569 - I have added a dynamic facts option to choose which facts will ... | luke | 2007-05-15 | 1 | -0/+34 |
| * | fixing some problems with the config timeout -- I am not sure it ever actuall... | luke | 2007-05-14 | 1 | -0/+18 |
| * | Getting rid of the last vestiges of the logger tests | luke | 2007-05-09 | 2 | -2/+2 |
| * | Fixing the ability to fail correctly in the fileserver -- a constant was not ... | luke | 2007-05-09 | 1 | -0/+22 |
| * | Removing the obsolete logger network interface | luke | 2007-05-07 | 1 | -183/+0 |
| * | Consolidating all of the configuration parameter declarations into configurat... | luke | 2007-05-04 | 2 | -2/+2 |
| * | Adding a fact handler, along with an abstract interface for fact stores and a... | luke | 2007-05-03 | 1 | -0/+112 |
| * | Fixing the fileserver naming tests after the change to allow "-" in fileserve... | luke | 2007-04-30 | 1 | -15/+5 |
| * | Allowing "-" in fileserver module names, #617 | luke | 2007-04-30 | 1 | -4/+4 |
| * | Fixing Client.read_cert so that it automatically adds the certificate informa... | luke | 2007-03-30 | 1 | -6/+41 |
| * | Finalizing the filebucket client, with test code. | luke | 2007-03-24 | 2 | -1/+36 |
| * | Finally fixing #504, I think; I even have tests to prove it. It was a little... | luke | 2007-03-19 | 1 | -0/+17 |
| * | Another round of bug-fixes, prompted by test logs from David Schmitt | luke | 2007-03-19 | 3 | -8/+18 |
| * | Fixing #447 - filebuckets now use deeply nested paths | luke | 2007-03-19 | 1 | -5/+89 |
| * | Oops. Fixing the other tests to now past the facts to "fresh?", as required ... | luke | 2007-03-19 | 1 | -2/+4 |
| * | Fixing the fact caching so that facts are only downloaded and retrieved once,... | luke | 2007-03-19 | 1 | -2/+7 |
| * | Fixing #519. The facts are now cached in the state file and changes to them ... | luke | 2007-03-19 | 1 | -0/+29 |
| * | The first round of fixes for failing tests. | luke | 2007-03-18 | 1 | -1/+1 |
| * | Fixing #491 -- the client correctly realizes when the cache file is missing a... | luke | 2007-03-18 | 1 | -0/+22 |
| * | Fixing #540. I modified Puppet::Network::Client::Master so that it disables ... | luke | 2007-03-17 | 1 | -0/+20 |
| * | Introduces a new implicit 'modules' fileserver module, whose allow/deny can | lutter | 2007-03-09 | 1 | -0/+116 |
| * | Flushing out the ability to have a stand-alone CA server, specified using ca_... | luke | 2007-03-08 | 1 | -0/+4 |
| * | Fixing #531 and #414. This includes pretty much a complete redesign | luke | 2007-03-08 | 2 | -116/+356 |