| Commit message (Expand) | Author | Age | Files | Lines |
| * | Having FileType instances automatically back their contents up to a filebucke... | luke | 2007-07-11 | 1 | -1/+1 |
| * | Always setting a to_s value in authstore, so we do not get dumped objects | luke | 2007-07-10 | 1 | -0/+4 |
| * | Adding benchmark info to fact retrieval in the config client | luke | 2007-07-10 | 1 | -1/+4 |
| * | Fixing #621 -- plugins are now downloaded directly into the $libdir, and auto... | luke | 2007-07-10 | 1 | -5/+7 |
| * | Applying patch by David Schmitt from #701. | luke | 2007-07-08 | 1 | -2/+9 |
| * | Making sure that #686 is fixed -- I specifically included the Daemon module i... | luke | 2007-07-08 | 1 | -0/+2 |
| * | Hopefully fixing #685 -- I added a wrapper around the call to getconfig(), so... | luke | 2007-07-08 | 1 | -2/+6 |
| * | Fixing logging of module mounts; it was using the module as the name, rather ... | luke | 2007-07-06 | 1 | -2/+2 |
| * | Removing extraneous debugging | luke | 2007-07-06 | 1 | -3/+0 |
| * | Applying patch by daikinee from #690. I was not able to reproduce the proble... | luke | 2007-07-04 | 1 | -1/+1 |
| * | Updating reference docs | luke | 2007-06-20 | 1 | -0/+1 |
| * | Modified the fileserver to cache file information, so that | luke | 2007-06-19 | 1 | -14/+51 |
| * | Fixing some failing tests. | luke | 2007-06-18 | 1 | -1/+1 |
| * | Modifying the CA server so that it will not send back a cert whose public key... | luke | 2007-06-18 | 1 | -1/+3 |
| * | Fixing #578 -- Invalid certs are no longer written to disk. | luke | 2007-06-18 | 1 | -3/+6 |
| * | Fix #657: allow puppet URL's with no server; 'puppet' looks those up on hte l... | lutter | 2007-06-18 | 1 | -0/+1 |
| * | Reverting the change I just made to the config handler; it was only there for... | luke | 2007-06-18 | 1 | -4/+1 |
| * | Adding puppet-test, which is useful for performance testing | luke | 2007-06-18 | 1 | -1/+4 |
| * | Removing old line from the fix for #660 -- I had strangely just commented it ... | luke | 2007-06-11 | 1 | -1/+0 |
| * | Fixing #660 by applying patch by freiheit. Looks like this is another proble... | luke | 2007-06-11 | 1 | -1/+2 |
| * | Adding a simple unit test for mongrel, and adding the ability to select the h... | luke | 2007-06-11 | 1 | -3/+3 |
| * | Fixing the "Server is not a class" problem with mongrel | luke | 2007-06-07 | 1 | -1/+1 |
| * | Applying patches from Valentin Vidic to fix open file discriptor and open por... | luke | 2007-06-05 | 1 | -1/+12 |
| * | Significantly reworked the type => provider interface with respect to | luke | 2007-06-04 | 1 | -1/+1 |
| * | Fixing #532 -- reparsing config files no longer throws an exception. The pro... | luke | 2007-05-31 | 1 | -1/+2 |
| * | Fixing #501 -- there is now a splay option, disabled by default and when runn... | luke | 2007-05-18 | 1 | -0/+17 |
| * | A round of fixes so unit tests pass; most of the failures were from the mergi... | luke | 2007-05-15 | 2 | -2/+2 |
| * | Fixing #569 - I have added a dynamic facts option to choose which facts will ... | luke | 2007-05-15 | 1 | -4/+13 |
| * | fixing some problems with the config timeout -- I am not sure it ever actuall... | luke | 2007-05-14 | 1 | -4/+6 |
| * | Fixing the ability to fail correctly in the fileserver -- a constant was not ... | luke | 2007-05-09 | 1 | -0/+1 |
| * | Merging of refactor-transacton to the trunk. This work removes the :is attri... | ballman | 2007-05-09 | 1 | -13/+16 |
| * | Lots of work related to generating more reference. Moving all of the individ... | luke | 2007-05-07 | 10 | -0/+54 |
| * | Removing the obsolete logger network interface | luke | 2007-05-07 | 2 | -58/+0 |
| * | Adding a module to abstract using Autoload to load and manage instances | luke | 2007-05-07 | 1 | -24/+8 |
| * | Consolidating all of the configuration parameter declarations into configurat... | luke | 2007-05-04 | 4 | -4/+4 |
| * | Adding a --summarize option, to get a transaction summary | luke | 2007-05-04 | 1 | -6/+19 |
| * | Adding a fact handler, along with an abstract interface for fact stores and a... | luke | 2007-05-03 | 1 | -0/+67 |
| * | Adding purge => true to downloading of facts and plugins, and removing some e... | luke | 2007-04-30 | 1 | -0/+1 |
| * | Allowing "-" in fileserver module names, #617 | luke | 2007-04-30 | 1 | -3/+3 |
| * | Changing the resource handler to return the whole object, rather than just ty... | luke | 2007-04-30 | 1 | -2/+2 |
| * | Translating all of the docs except the type docs to RST | luke | 2007-04-23 | 1 | -1/+1 |
| * | Only caching the configuration when it has been successfully turned into Pupp... | luke | 2007-04-18 | 1 | -4/+4 |
| * | Fixing Client.read_cert so that it automatically adds the certificate informa... | luke | 2007-03-30 | 1 | -0/+12 |
| * | Renaming some methods so that we can generate a report on a transaction and t... | luke | 2007-03-30 | 1 | -1/+1 |
| * | Trying to fix the problem that occurs when noop somehow manages to be nil whe... | luke | 2007-03-27 | 1 | -1/+7 |
| * | Finalizing the filebucket client, with test code. | luke | 2007-03-24 | 2 | -7/+15 |
| * | Moving the authconfig setting to configuration.rb instead of network/authconf... | luke | 2007-03-22 | 1 | -7/+0 |
| * | Hopefully the last batch of commits before I release 0.22.2. Mostly just get... | luke | 2007-03-19 | 1 | -0/+9 |
| * | Absolutely guaranteeing that the provider is always created before anything e... | luke | 2007-03-19 | 1 | -1/+1 |
| * | Finally fixing #504, I think; I even have tests to prove it. It was a little... | luke | 2007-03-19 | 1 | -9/+15 |