| Commit message (Expand) | Author | Age | Files | Lines |
| * | Okay, last file moves for the night. The test code has been moved to match t... | luke | 2007-02-08 | 12 | -3126/+0 |
| * | Moving all of the client and server code into a single network/ directory. I... | luke | 2007-02-08 | 12 | -119/+105 |
| * | Moving some of the stand-alone classes into the util/ subdirectory, to clean ... | luke | 2007-02-07 | 1 | -10/+10 |
| * | Merging the state-rename branch. This includes the diff from version 2156 to... | luke | 2007-02-07 | 1 | -8/+8 |
| * | Renaming "pelement" to "resource". The old name is a holdover from before we... | luke | 2007-01-31 | 1 | -6/+6 |
| * | Fixing #391. Keeping track of times of compile and freshness checks. | luke | 2007-01-04 | 1 | -0/+43 |
| * | Switch the run-lock to use Pidlock instead of the ad-hoc code | mpalmer | 2006-12-31 | 1 | -0/+1 |
| * | Almost all tests now pass. I have basically reached the point where I was be... | luke | 2006-12-11 | 1 | -8/+3 |
| * | Another intermediate commit. Most of the graphing work itself is now done, b... | luke | 2006-12-09 | 1 | -2/+3 |
| * | Fixing #339, and the bigger problem it concealed. Metaparams are now only ad... | luke | 2006-11-13 | 1 | -0/+2 |
| * | Fixing the test scripts so that the library path | luke | 2006-10-16 | 12 | -12/+36 |
| * | Adding a ruby header to all of the tests so that they can now be executed as ... | luke | 2006-10-16 | 11 | -0/+22 |
| * | Making all test suites executable, adding some tests for handling changing fi... | luke | 2006-10-16 | 6 | -0/+0 |
| * | Fixing #291 -- the problem was that instead of throwing an error on a missing... | luke | 2006-10-16 | 1 | -0/+2 |
| * | Refactoring reporting. Reports are now modules instead of simple methods. | luke | 2006-10-07 | 1 | -69/+105 |
| * | Merging the fix to server/master.rb | luke | 2006-09-22 | 1 | -1/+54 |
| * | Adding some error handling for when a non-existent report is asked for, and a... | luke | 2006-09-21 | 1 | -0/+19 |
| * | Small test fixes in preparation for 0.19.2 | luke | 2006-09-21 | 1 | -1/+1 |
| * | Small update to the fileserver tests; it was apparently not making some test ... | luke | 2006-09-19 | 1 | -1/+2 |
| * | Converting to using the Rakefile for testing. The old 'test' script is | luke | 2006-09-19 | 12 | -125/+25 |
| * | Add config option 'node_name' to control what puppetmaster considers the prop... | lutter | 2006-09-18 | 1 | -10/+29 |
| * | Fix test_host_specific to not depend on the path of the test directory and re... | lutter | 2006-09-14 | 1 | -8/+14 |
| * | Fixing the problem with fileserver expansions, and doing a bit of refactoring... | luke | 2006-09-14 | 1 | -4/+55 |
| * | Fixing report autoloading; I was calling the wrong method, and they were neve... | luke | 2006-08-28 | 1 | -0/+42 |
| * | Committing some changes to the %h expansion in fileserving. This change make... | luke | 2006-08-28 | 1 | -7/+111 |
| * | Support for %h and %H replacement in the path of fileserver modules. | lutter | 2006-08-26 | 1 | -0/+115 |
| * | Support for certificate revocation and checking connections on the server aga... | lutter | 2006-08-21 | 1 | -31/+84 |
| * | Making some of the metaprogramming a bit more explicit and a bit easier to ma... | luke | 2006-08-20 | 1 | -5/+1 |
| * | Merging r1468 from the implementations branch with r1438 from when the branch... | luke | 2006-08-14 | 1 | -4/+1 |
| * | Fixing the master server so that it always uses the Facter hostname, not the ... | luke | 2006-07-31 | 1 | -0/+39 |
| * | First round of bugfixes in preparation for 0.18.4 | luke | 2006-07-21 | 1 | -6/+5 |
| * | Fixing filebucket server so that paths are not added multiple times | luke | 2006-07-11 | 1 | -3/+24 |
| * | Fixing reports so that multiple host report directories can be created. Ther... | luke | 2006-07-11 | 1 | -0/+16 |
| * | Redoing reporting a bit, so that reports are now defined as methods. If they... | luke | 2006-07-04 | 1 | -3/+0 |
| * | fixing some smallish bugs in preparation for 0.18.2 | luke | 2006-07-04 | 1 | -2/+2 |
| * | Some updates resulting from trying to track down a segfault introduced when I... | luke | 2006-07-03 | 1 | -1/+0 |
| * | Significantly redoing metrics. There are now no class variables for metrics,... | luke | 2006-06-30 | 1 | -5/+11 |
| * | First commit of complete reporting support. The only existing report at this... | luke | 2006-06-29 | 1 | -1/+1 |
| * | Adding reporting client, server, and tests. At this point, the server just s... | luke | 2006-06-29 | 1 | -0/+74 |
| * | Fixing backgrounding in puppetrun; I had the bit flipped between the client a... | luke | 2006-06-28 | 1 | -12/+12 |
| * | Fixing #175. The setpidfile setting was being ignored. | luke | 2006-06-20 | 1 | -0/+27 |
| * | Setting pluginsync default to false, and (hopefully) fixing autosign problem ... | luke | 2006-06-20 | 1 | -5/+36 |
| * | Adding fixes for solaris zones | luke | 2006-06-13 | 1 | -3/+3 |
| * | Fixing #168. Reworked the regex to allow matching TLDs. | luke | 2006-06-08 | 1 | -0/+9 |
| * | Did some work on making sure object removal actually works, thus stopping som... | luke | 2006-05-25 | 2 | -4/+9 |
| * | Added the last of the tests for the runner, along with the necessary work in ... | luke | 2006-05-18 | 1 | -20/+52 |
| * | Adding a lot of structure to puppet.rb to make it easier to manage multiple o... | luke | 2006-05-18 | 1 | -0/+75 |
| * | Bug fixes from OS X for 0.16.3 | luke | 2006-05-01 | 1 | -0/+1 |
| * | Hopefully final bug fixes in preparation for 0.16.3 | luke | 2006-04-30 | 1 | -1/+10 |
| * | Adding in all of the patches necessary to make a prototype rails interface to... | luke | 2006-04-28 | 1 | -2/+2 |