| Commit message (Expand) | Author | Age | Files | Lines |
| * | Renmaing Puppet::Network::Client::Master to Puppet::Agent | Luke Kanies | 2009-02-06 | 1 | -523/+0 |
| * | Deprecating the Puppet::Type.create. | Luke Kanies | 2008-12-18 | 1 | -1/+1 |
| * | Renaming Puppet::Node::Catalog to Puppet::Resource::Catalog | Luke Kanies | 2008-12-18 | 1 | -1/+1 |
| * | Merge branch '0.24.x' | Luke Kanies | 2008-12-02 | 1 | -1/+1 |
| |\ |
|
| | * | Fixing splaytime tests | Luke Kanies | 2008-12-01 | 1 | -1/+1 |
| | * | Fixing #1749 - Splay now hopefully behaves "better" for small values. | Luke Kanies | 2008-12-01 | 1 | -1/+1 |
| * | | Merge branch '0.24.x' | Luke Kanies | 2008-09-23 | 1 | -8/+8 |
| |\| |
|
| | * | Only apply splay the first run | Andrew Shafer | 2008-09-21 | 1 | -8/+8 |
| * | | Merge branch '0.24.x' | Luke Kanies | 2008-08-18 | 1 | -3/+4 |
| |\| |
|
| | * | Ensure that we consistently use either string #{} interpolation or String.% | Daniel Pittman | 2008-08-01 | 1 | -3/+4 |
| * | | Merge branch '0.24.x' into merging | Luke Kanies | 2008-07-29 | 1 | -5/+10 |
| |\| |
|
| | * | You can now select the encoding format when transferring the catalog, | Luke Kanies | 2008-07-18 | 1 | -5/+10 |
| * | | Merge branch '0.24.x' | Luke Kanies | 2008-07-02 | 1 | -20/+17 |
| |\| |
|
| | * | Fixed #1114 - Facts in plugin directories should now be autoloaded, | Luke Kanies | 2008-07-01 | 1 | -20/+17 |
| * | | Fixing the HttpPool module to get rid of an infinite loop. | Luke Kanies | 2008-05-06 | 1 | -1/+1 |
| * | | Merge branch '0.24.x' | Luke Kanies | 2008-04-11 | 1 | -56/+2 |
| |\| |
|
| | * | Removed the code from the client that tries to avoid recompiling | Luke Kanies | 2008-04-10 | 1 | -56/+2 |
| * | | Merge branch 'master' into master_no_global_resources | Luke Kanies | 2008-03-31 | 1 | -21/+16 |
| |\| |
|
| | * | 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 |
| * | | Another round of fixes toward making global resources work. | Luke Kanies | 2008-01-09 | 1 | -1/+0 |
| |/ |
|
| * | 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 |
| * | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 8 | -8/+0 |
| * | Renaming the 'Puppet::Util::Config' class to | Luke Kanies | 2007-09-22 | 2 | -6/+6 |
| * | 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 |