| Commit message (Expand) | Author | Age | Files | Lines |
| * | Theoretically, this patch is to fix #917 (which it does), but | Luke Kanies | 2007-11-28 | 1 | -0/+1 |
| * | Applying fix to xmlrpc client tests by Matt Palmer | Luke Kanies | 2007-11-27 | 1 | -0/+1 |
| * | Fixing #796 -- the fileserver can now start with no | Luke Kanies | 2007-11-27 | 1 | -2/+23 |
| * | 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 | 2 | -1/+1 |
| |\ |
|
| | * | Integrating Matt Palmer's patch to provide a 'plugins' | Luke Kanies | 2007-11-24 | 2 | -1/+1 |
| * | | Integrating most of Matt Palmer's from | Luke Kanies | 2007-11-24 | 3 | -44/+22 |
| |/ |
|
| * | Fixing a couple of tests that were failing because of the environment changes. | Luke Kanies | 2007-11-23 | 1 | -0/+1 |
| * | Merge commit 'davids-bugfixes/tests/fix-test-client-ca' | Luke Kanies | 2007-11-19 | 1 | -0/+1 |
| |\ |
|
| | * | fix failing CA test, when testing with incomplete setup (no ssldir, no DNS) | David Schmitt | 2007-11-11 | 1 | -0/+1 |
| * | | Fixing a few test suites that passed when run as | Luke Kanies | 2007-11-19 | 1 | -0/+2 |
| * | | Reverting the changes I'd made toward removing the global | Luke Kanies | 2007-11-19 | 4 | -14/+90 |
| * | | Fixed most failing tests, but there are still over thirty failing. | Luke Kanies | 2007-11-18 | 4 | -90/+14 |
| * | | Fixing #800 by refactoring how configurations are retrieved | Luke Kanies | 2007-11-12 | 4 | -237/+55 |
| |/ |
|
| * | Changing the test/ classes so that they work from the main | Luke Kanies | 2007-10-26 | 26 | -26/+26 |
| * | Translating the report handler to an indirected model. | Luke Kanies | 2007-10-13 | 1 | -102/+1 |
| * | Merge branch 'master' of git://michaelobrien.info/puppet into michael | Luke Kanies | 2007-10-09 | 5 | -38/+25 |
| |\ |
|
| | * | All tests should now pass again. | Luke Kanies | 2007-10-08 | 4 | -23/+17 |
| | * | Another round of test-fixing around the changes I made | Luke Kanies | 2007-10-05 | 3 | -16/+9 |
| * | | Moving the webrick/mongrel "servers" over to HTTPServer module instead of Ser... | Rick Bradley | 2007-10-05 | 3 | -6/+6 |
| |/ |
|
| * | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 24 | -24/+0 |
| * | Fixed a failing test where we presumed that non-string Fact values would have... | Rick Bradley | 2007-10-02 | 1 | -1/+1 |
| * | Fixed a test which was secretly sneaking off and pulling certs from ~ if they... | Rick Bradley | 2007-10-02 | 1 | -0/+7 |
| * | Renaming the 'Puppet::Util::Config' class to | Luke Kanies | 2007-09-22 | 4 | -6/+6 |
| * | This is basically another intermediate commit. I feel like | Luke Kanies | 2007-09-17 | 1 | -4/+5 |
| * | The whole system now uses Configuration objects instead of | Luke Kanies | 2007-09-15 | 1 | -49/+3 |
| * | Another intermediate commit. The node and fact classes are now functional an... | Luke Kanies | 2007-09-12 | 3 | -114/+7 |
| * | The Node handler is now obsolete. Node searching is handled through the indi... | Luke Kanies | 2007-09-11 | 2 | -660/+2 |
| * | 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 |
| * | Fixing some failing unit tests. | Luke Kanies | 2007-08-28 | 1 | -4/+5 |
| * | Multiple environment support now works, and I have even tested it in real lif... | Luke Kanies | 2007-08-26 | 2 | -10/+14 |
| * | The fileserver now uses an environment-specific module path. I also made var... | Luke Kanies | 2007-08-26 | 3 | -7/+8 |
| * | Adding environment information to the client fact list. The environment is r... | Luke Kanies | 2007-08-22 | 1 | -0/+10 |
| * | The last commits before I actually start on the multi-environment support. T... | Luke Kanies | 2007-08-22 | 2 | -68/+2 |
| * | Adding the topscope metadata to the configuration being returned to the clien... | Luke Kanies | 2007-08-22 | 2 | -7/+2 |
| * | A round of bugfixing. Many more tests now pass -- I think we are largely dow... | Luke Kanies | 2007-08-20 | 3 | -105/+31 |
| * | The first pass where at least all of the snippet tests pass. I have unfortun... | Luke Kanies | 2007-08-20 | 1 | -74/+0 |
| * | Adding node caching, so that node sources are not spammed during file serving... | Luke Kanies | 2007-08-15 | 1 | -1/+24 |
| * | Keeping the node names in the node object, so that they are available to the ... | Luke Kanies | 2007-08-15 | 1 | -0/+3 |
| * | Refactoring a small part of the interface between the configuration handler a... | Luke Kanies | 2007-08-15 | 1 | -2/+24 |
| * | The new configuration handler looks to be ready for usage. Now I just need t... | Luke Kanies | 2007-08-15 | 1 | -0/+167 |
| * | Adding the necessary name/ip fields to the node methods | Luke Kanies | 2007-08-15 | 1 | -1/+1 |
| * | Adding a "none" node source, which will be the default node source and will j... | Luke Kanies | 2007-08-15 | 1 | -0/+18 |
| * | Finalizing the node handler. It now correctly uses the different node sources | Luke Kanies | 2007-08-14 | 1 | -6/+324 |
| * | An intermediate commit in the work towards adding multi-environment support. | Luke Kanies | 2007-08-14 | 1 | -0/+341 |
| * | Trivial mock cleanups | (no author) | 2007-08-09 | 1 | -2/+1 |
| * | Refactor SUIDManager tests to run without root, change SUIDManager's behavior... | christian | 2007-08-09 | 7 | -0/+26 |
| * | Adding test support for the other mongrel configuration header | luke | 2007-08-06 | 1 | -2/+23 |
| * | Fixing #621 -- plugins are now downloaded directly into the $libdir, and auto... | luke | 2007-07-10 | 1 | -38/+13 |