| Commit message (Expand) | Author | Age | Files | Lines |
* | Only apply splay the first run | Andrew Shafer | 2008-09-21 | 1 | -8/+8 |
* | Ensure that we consistently use either string #{} interpolation or String.% | Daniel Pittman | 2008-08-01 | 1 | -3/+4 |
* | You can now select the encoding format when transferring the catalog, | Luke Kanies | 2008-07-18 | 1 | -5/+10 |
* | Fixed #1114 - Facts in plugin directories should now be autoloaded, | Luke Kanies | 2008-07-01 | 1 | -20/+17 |
* | Removed the code from the client that tries to avoid recompiling | Luke Kanies | 2008-04-10 | 1 | -56/+2 |
* | Found all instances of methods where split() is used without | Luke Kanies | 2008-03-21 | 1 | -2/+4 |
* | Fixing #1118 -- downloading plugins and facts now ignores noop. | Luke Kanies | 2008-03-13 | 1 | -12/+2 |
* | Fixing a test that changed the environment for all later tests, | Luke Kanies | 2008-02-29 | 1 | -5/+6 |
* | Fixes #1078 and includes new test | James Turnbull | 2008-02-23 | 1 | -2/+4 |
* | Further fixes toward #965. Turned out that the previous fix | Luke Kanies | 2007-12-21 | 1 | -12/+0 |
* | Fixing #967 -- default resources no longer conflict with | Luke Kanies | 2007-12-19 | 1 | -4/+4 |
* | Entirely refactoring http keep-alive. There's now | Luke Kanies | 2007-12-19 | 1 | -1/+2 |
* | Fixing #961 -- closing existing, open connections when | Luke Kanies | 2007-12-17 | 1 | -0/+4 |
* | Renaming 'configuration' to 'catalog', fixing #954. | Luke Kanies | 2007-12-11 | 1 | -38/+38 |
* | Merge branch 'plugins_mount', fixing #891. | Luke Kanies | 2007-11-24 | 1 | -1/+0 |
|\ |
|
| * | Integrating Matt Palmer's patch to provide a 'plugins' | Luke Kanies | 2007-11-24 | 1 | -16/+0 |
| * | Applying the rest of Matt Palmer's patches | Luke Kanies | 2007-11-24 | 1 | -0/+15 |
* | | Adding patch 20071030035457-6856b-bd1c45ed5ecd753b2cb4f05347061f7245cc175a.pa... | Luke Kanies | 2007-11-23 | 1 | -0/+1 |
|/ |
|
* | Reverting the changes I'd made toward removing the global | Luke Kanies | 2007-11-19 | 1 | -16/+12 |
* | Modifying how default resources are created; they are now | Luke Kanies | 2007-11-15 | 1 | -9/+12 |
* | This commit is the first run at removing all global | Luke Kanies | 2007-11-13 | 1 | -12/+13 |
* | Fixing #800 by refactoring how configurations are retrieved | Luke Kanies | 2007-11-12 | 1 | -98/+73 |
* | Another round of test-fixing around the changes I made | Luke Kanies | 2007-10-05 | 1 | -0/+1 |
* | This commit is focused on getting the 'puppet' executable | Luke Kanies | 2007-10-05 | 1 | -0/+1 |
* | Renaming the 'Puppet::Util::Config' class to | Luke Kanies | 2007-09-22 | 1 | -2/+2 |
* | 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 |
* | 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 |
* | 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 |
* | Consolidating all of the configuration parameter declarations into configurat... | luke | 2007-05-04 | 1 | -1/+1 |
* | 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 |
* | 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 |