| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | All tests now pass in this configuration branch, which means | Luke Kanies | 2007-09-22 | 1 | -2/+4 |
| * | The whole system now uses Configuration objects instead of | Luke Kanies | 2007-09-15 | 1 | -131/+43 |
| * | Fixing some broken tests in the master client, and adding a test for #800 but... | Luke Kanies | 2007-09-06 | 1 | -2/+0 |
| * | The fileserver now uses an environment-specific module path. I also made var... | Luke Kanies | 2007-08-26 | 1 | -2/+2 |
| * | Adding environment information to the client fact list. The environment is r... | Luke Kanies | 2007-08-22 | 1 | -0/+3 |
| * | Having FileType instances automatically back their contents up to a filebucke... | luke | 2007-07-11 | 1 | -1/+1 |
| * | 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 |
| * | Hopefully fixing #685 -- I added a wrapper around the call to getconfig(), so... | luke | 2007-07-08 | 1 | -2/+6 |
| * | Fixing #578 -- Invalid certs are no longer written to disk. | luke | 2007-06-18 | 1 | -3/+6 |
| * | 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 |
| * | 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 | 1 | -1/+1 |
| * | 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 |
| * | Removing the obsolete logger network interface | luke | 2007-05-07 | 1 | -6/+0 |
| * | Consolidating all of the configuration parameter declarations into configurat... | luke | 2007-05-04 | 2 | -2/+2 |
| * | Adding a --summarize option, to get a transaction summary | luke | 2007-05-04 | 1 | -6/+19 |
| * | Adding purge => true to downloading of facts and plugins, and removing some e... | luke | 2007-04-30 | 1 | -0/+1 |
| * | Only caching the configuration when it has been successfully turned into Pupp... | luke | 2007-04-18 | 1 | -4/+4 |
| * | 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 | 1 | -6/+14 |
| * | 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 |
| * | Updating the config generation stuff a bit, mostly just cleanup, but also cha... | luke | 2007-03-19 | 1 | -5/+6 |
| * | Another round of bug-fixes, prompted by test logs from David Schmitt | luke | 2007-03-19 | 1 | -20/+43 |
| * | Taking another crack at #504 -- I was using Pidlock incorrectly. I should ha... | luke | 2007-03-19 | 1 | -1/+1 |
| * | Changing the "found a bug" message to something a bit more informative. | luke | 2007-03-19 | 1 | -1/+2 |
| * | Fixing the fact caching so that facts are only downloaded and retrieved once,... | luke | 2007-03-19 | 1 | -6/+7 |
| * | Fixing #519. The facts are now cached in the state file and changes to them ... | luke | 2007-03-19 | 1 | -0/+13 |
| * | Fixing #491 -- the client correctly realizes when the cache file is missing a... | luke | 2007-03-18 | 1 | -11/+7 |
| * | Fixing #540. I modified Puppet::Network::Client::Master so that it disables ... | luke | 2007-03-17 | 1 | -0/+5 |
| * | Merging the webserver_portability branch from version 2182 to version 2258. | luke | 2007-03-06 | 11 | -173/+85 |
| * | Adding "ignorecache" option to always force a recompile of the configuration | luke | 2007-02-28 | 1 | -3/+8 |
| * | Fix #516, 'Cached manifests get unescaped twice' | mpalmer | 2007-02-23 | 1 | -6/+6 |
| * | Trying to fix problem of locks lying around | luke | 2007-02-16 | 1 | -0/+4 |
| * | Moving all of the client and server code into a single network/ directory. I... | luke | 2007-02-08 | 10 | -0/+941 |