| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixing tests broken during the #1405 fix. | Luke Kanies | 2009-02-06 | 1 | -126/+1 |
| * | Renmaing Puppet::Network::Client::Master to Puppet::Agent | Luke Kanies | 2009-02-06 | 1 | -472/+0 |
| * | Deprecating the Puppet::Type.create. | Luke Kanies | 2008-12-18 | 1 | -1/+1 |
| * | Renaming the "Catalog#to_type" method to "Catalog#to_ral" | Luke Kanies | 2008-12-18 | 1 | -2/+2 |
| * | Fixing tests broken by fileserving and other refactoring. | Luke Kanies | 2008-11-08 | 1 | -16/+17 |
| * | Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear, | Luke Kanies | 2008-10-17 | 1 | -6/+2 |
| |\ |
|
| | * | Fixing a test that was failing as a result of the fix to #1491 | Luke Kanies | 2008-10-08 | 1 | -4/+1 |
| | * | Fixed additional environments tests | James Turnbull | 2008-10-05 | 1 | -2/+1 |
| * | | Merge branch '0.24.x' | Luke Kanies | 2008-07-02 | 1 | -6/+10 |
| |\| |
|
| | * | Fixed #1114 - Facts in plugin directories should now be autoloaded, | Luke Kanies | 2008-07-01 | 1 | -6/+10 |
| * | | Merge branch '0.24.x' | Luke Kanies | 2008-06-14 | 2 | -11/+4 |
| |\| |
|
| | * | Merge branch 'tickets/1265' of git://github.com/lak/puppet into 0.24.x | James Turnbull | 2008-05-27 | 1 | -0/+1 |
| | |\ |
|
| | | * | Fixing #1265 -- the ca/client tests now all pass again. | Luke Kanies | 2008-05-26 | 1 | -0/+1 |
| | * | | Always using the cert name to store yaml files, which fixes #1178. | Luke Kanies | 2008-05-26 | 1 | -11/+3 |
| | |/ |
|
| * | | Fixing some broken tests. | Luke Kanies | 2008-05-07 | 1 | -0/+1 |
| * | | Merge branch '0.24.x' | Luke Kanies | 2008-04-11 | 1 | -110/+0 |
| |\| |
|
| | * | Removed the code from the client that tries to avoid recompiling | Luke Kanies | 2008-04-10 | 1 | -110/+0 |
| * | | Merge branch 'master' into master_no_global_resources | Luke Kanies | 2008-03-31 | 2 | -29/+41 |
| |\| |
|
| | * | Fixing a couple of tests. | Luke Kanies | 2008-03-24 | 2 | -29/+29 |
| | * | fixing another failing test | Luke Kanies | 2008-03-19 | 1 | -0/+2 |
| | * | Fixing a test that changed the environment for all later tests, | Luke Kanies | 2008-02-29 | 1 | -9/+1 |
| | * | Fixes #1078 and includes new test | James Turnbull | 2008-02-23 | 1 | -0/+18 |
| * | | Another round of test-fixes toward eliminating global resource | Luke Kanies | 2008-01-14 | 1 | -5/+0 |
| * | | Lots o' bug-fixes toward getting rid of global resources. | Luke Kanies | 2008-01-08 | 1 | -18/+0 |
| |/ |
|
| * | Further fixes toward #965. Turned out that the previous fix | Luke Kanies | 2007-12-21 | 1 | -48/+0 |
| * | Fixing #967 -- default resources no longer conflict with | Luke Kanies | 2007-12-19 | 1 | -3/+18 |
| * | Entirely refactoring http keep-alive. There's now | Luke Kanies | 2007-12-19 | 1 | -30/+0 |
| * | Renaming 'configuration' to 'catalog', fixing #954. | Luke Kanies | 2007-12-11 | 2 | -6/+6 |
| * | Fixing #927 -- rewriting the test to actually test what it's | Luke Kanies | 2007-11-27 | 1 | -4/+9 |
| * | Merge branch 'plugins_mount', fixing #891. | Luke Kanies | 2007-11-24 | 1 | -0/+1 |
| |\ |
|
| | * | Integrating Matt Palmer's patch to provide a 'plugins' | Luke Kanies | 2007-11-24 | 1 | -0/+1 |
| * | | Integrating most of Matt Palmer's from | Luke Kanies | 2007-11-24 | 1 | -2/+2 |
| |/ |
|
| * | Fixing a couple of tests that were failing because of the environment changes. | Luke Kanies | 2007-11-23 | 1 | -0/+1 |
| * | Reverting the changes I'd made toward removing the global | Luke Kanies | 2007-11-19 | 2 | -0/+80 |
| * | Fixed most failing tests, but there are still over thirty failing. | Luke Kanies | 2007-11-18 | 2 | -80/+0 |
| * | Fixing #800 by refactoring how configurations are retrieved | Luke Kanies | 2007-11-12 | 2 | -120/+32 |
| * | Changing the test/ classes so that they work from the main | Luke Kanies | 2007-10-26 | 5 | -5/+5 |
| * | All tests should now pass again. | Luke Kanies | 2007-10-08 | 2 | -1/+9 |
| * | Another round of test-fixing around the changes I made | Luke Kanies | 2007-10-05 | 2 | -9/+5 |
| * | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 4 | -4/+0 |
| * | Fixed a failing test where we presumed that non-string Fact values would have... | Rick Bradley | 2007-10-02 | 1 | -1/+1 |
| * | Renaming the 'Puppet::Util::Config' class to | Luke Kanies | 2007-09-22 | 3 | -5/+5 |
| * | The whole system now uses Configuration objects instead of | Luke Kanies | 2007-09-15 | 1 | -49/+3 |
| * | Fixing some failed tests. Mostly cleanup. Next is to make all of the user t... | Luke Kanies | 2007-09-07 | 1 | -1/+4 |
| * | Fixing some broken tests in the master client, and adding a test for #800 but... | Luke Kanies | 2007-09-06 | 1 | -23/+30 |
| * | Adding environment information to the client fact list. The environment is r... | Luke Kanies | 2007-08-22 | 1 | -0/+10 |
| * | Adding the topscope metadata to the configuration being returned to the clien... | Luke Kanies | 2007-08-22 | 1 | -6/+1 |
| * | A round of bugfixing. Many more tests now pass -- I think we are largely dow... | Luke Kanies | 2007-08-20 | 1 | -1/+2 |
| * | Refactor SUIDManager tests to run without root, change SUIDManager's behavior... | christian | 2007-08-09 | 2 | -0/+3 |
| * | Fixing #621 -- plugins are now downloaded directly into the $libdir, and auto... | luke | 2007-07-10 | 1 | -38/+13 |