| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '0.24.x' | Luke Kanies | 2008-04-11 | 2 | -204/+9 |
|\ |
|
| * | Modified the 'master' handler to use the Catalog class to | Luke Kanies | 2008-04-11 | 2 | -204/+9 |
* | | Fixing the tests in test/ that were broken as | Luke Kanies | 2008-04-01 | 1 | -59/+26 |
* | | Merge branch 'master' into master_no_global_resources | Luke Kanies | 2008-03-31 | 2 | -51/+64 |
|\| |
|
| * | tweak the (already applied) patch in 388cf7c3df7ce26e953949ed6fe63d76cbbb3691... | Sam Quigley | 2008-03-20 | 1 | -0/+4 |
| * | Regression in :node_name functionality | John Ferlito | 2008-03-14 | 1 | -2/+9 |
| * | Somewhat refactored fileserving so that it no longer caches | Luke Kanies | 2008-02-23 | 1 | -49/+51 |
* | | Another round of test-fixes toward eliminating global resource | Luke Kanies | 2008-01-14 | 1 | -13/+0 |
* | | Lots o' bug-fixes toward getting rid of global resources. | Luke Kanies | 2008-01-08 | 1 | -4/+0 |
|/ |
|
* | Fixing #951 -- external nodes work again, but you have to | Luke Kanies | 2007-12-10 | 1 | -1/+1 |
* | Theoretically, this patch is to fix #917 (which it does), but | Luke Kanies | 2007-11-28 | 1 | -0/+1 |
* | Fixing #796 -- the fileserver can now start with no | Luke Kanies | 2007-11-27 | 1 | -2/+23 |
* | 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 | -1/+0 |
* | | Integrating most of Matt Palmer's from | Luke Kanies | 2007-11-24 | 1 | -32/+0 |
|/ |
|
* | 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 | 2 | -14/+10 |
* | | Fixed most failing tests, but there are still over thirty failing. | Luke Kanies | 2007-11-18 | 2 | -10/+14 |
* | | Fixing #800 by refactoring how configurations are retrieved | Luke Kanies | 2007-11-12 | 2 | -117/+23 |
|/ |
|
* | Changing the test/ classes so that they work from the main | Luke Kanies | 2007-10-26 | 9 | -9/+9 |
* | 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 | 3 | -29/+12 |
|\ |
|
| * | All tests should now pass again. | Luke Kanies | 2007-10-08 | 2 | -22/+8 |
| * | Another round of test-fixing around the changes I made | Luke Kanies | 2007-10-05 | 1 | -7/+4 |
* | | Moving the webrick/mongrel "servers" over to HTTPServer module instead of Ser... | Rick Bradley | 2007-10-05 | 1 | -1/+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 | 1 | -1/+1 |
* | This is basically another intermediate commit. I feel like | Luke Kanies | 2007-09-17 | 1 | -4/+5 |
* | 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 |
* | 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 |
* | The last commits before I actually start on the multi-environment support. T... | Luke Kanies | 2007-08-22 | 1 | -67/+1 |
* | Adding the topscope metadata to the configuration being returned to the clien... | Luke Kanies | 2007-08-22 | 1 | -1/+1 |
* | A round of bugfixing. Many more tests now pass -- I think we are largely dow... | Luke Kanies | 2007-08-20 | 2 | -104/+29 |
* | 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 |
* | Refactor SUIDManager tests to run without root, change SUIDManager's behavior... | christian | 2007-08-09 | 2 | -0/+10 |
* | Modified the fileserver to cache file information, so that | luke | 2007-06-19 | 1 | -0/+2 |
* | Fixing some failing tests. | luke | 2007-06-18 | 1 | -47/+0 |
* | Modifying the CA server so that it will not send back a cert whose public key... | luke | 2007-06-18 | 1 | -0/+34 |