| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixing a few testing bugs that have crept in, and fixing a self-reference pro... | luke | 2007-01-05 | 1 | -6/+11 |
* | Fixing #401. Transactions were trying to trigger every resource, even those ... | luke | 2007-01-03 | 1 | -1/+2 |
* | Not setting the graphdir to the puppet user, since it is only used by puppetd | luke | 2007-01-03 | 1 | -5/+1 |
* | Fixing #390. You can now add --graph to produce dot files, and you can then ... | luke | 2006-12-31 | 1 | -3/+29 |
* | Adding a bit more testing to mounts, and pulling a bit of the transaction int... | luke | 2006-12-29 | 1 | -13/+18 |
* | Finally writing unit tests for Transaction#trigger, and drastically simplifyi... | luke | 2006-12-29 | 1 | -52/+46 |
* | A couple of small bug fixes | luke | 2006-12-29 | 1 | -7/+8 |
* | Fixing #387, hopefully. | luke | 2006-12-28 | 1 | -0/+4 |
* | Fixing #386. | luke | 2006-12-27 | 1 | -0/+2 |
* | Not downcasing facts any longer, closing #210 (although not using the patch f... | luke | 2006-12-23 | 1 | -23/+22 |
* | *whew* Fixing the vast majority of the graph-related performance problems. I... | luke | 2006-12-21 | 1 | -6/+7 |
* | Fixing #372 and #374. All is not perfect, since OS X still cannot set UID, b... | luke | 2006-12-19 | 1 | -0/+1 |
* | Adding :replace aliases, as requested in #366. | luke | 2006-12-19 | 1 | -2/+0 |
* | Some more graph optimizations; I think I am now close enough that I am basica... | luke | 2006-12-17 | 1 | -31/+66 |
* | Fixing the next round of bugs, mostly little things but I had to modify trans... | luke | 2006-12-13 | 1 | -1/+11 |
* | Almost all tests now pass. I have basically reached the point where I was be... | luke | 2006-12-11 | 1 | -5/+6 |
* | Most tests now pass in the whole system, but there are still about 8 cases th... | luke | 2006-12-11 | 1 | -0/+5 |
* | Most of the graph handling is now done, and all of the recursive types (basic... | luke | 2006-12-10 | 1 | -42/+67 |
* | Another intermediate commit. Most of the graphing work itself is now done, b... | luke | 2006-12-09 | 1 | -71/+153 |
* | Most of the graphing work is now done. I have also added the generator work ... | luke | 2006-12-01 | 1 | -66/+113 |
* | Intermediate commit -- I am ready to start pushing the graph stuff into the t... | luke | 2006-11-26 | 1 | -2/+6 |
* | An intermediate commit. All of the classes that use parsedfile are assuredly... | luke | 2006-11-11 | 1 | -0/+1 |
* | Adding prefetch of providers to transactions. Nothing is using it yet. I wr... | luke | 2006-10-18 | 1 | -0/+18 |
* | Fixing the rrdgraph report so that it creates a separate rrd directory for ea... | luke | 2006-10-05 | 1 | -9/+9 |
* | Adding flush functionality as requested by Scott Seago | luke | 2006-09-27 | 1 | -0/+5 |
* | As requested by Christian Warden, triggering an object now results in | luke | 2006-09-22 | 1 | -7/+25 |
* | Using the "trace" configuration parameter to determine whether a stack trace ... | luke | 2006-09-15 | 1 | -1/+1 |
* | Adding an "ignoretags" attribute to transaction, and setting it for downloadi... | luke | 2006-09-05 | 1 | -2/+2 |
* | Removing all of the changes I made towards refactoring in the last couple of ... | luke | 2006-09-05 | 1 | -16/+1 |
* | Committing functional mount support. All that's left in this chunk of work i... | luke | 2006-09-05 | 1 | -1/+1 |
* | Beginning the process of moving parsedtypes to a provider. Each parsed | luke | 2006-09-03 | 1 | -0/+9 |
* | This is the initial commit of the changes to sync and retrieve. The | luke | 2006-09-03 | 1 | -1/+7 |
* | Upgrading Triggering line from info to notice | luke | 2006-08-28 | 1 | -1/+1 |
* | A first pass of changing one of the types of names to titles. I still have t... | luke | 2006-08-16 | 1 | -3/+8 |
* | Merging r1468 from the implementations branch with r1438 from when the branch... | luke | 2006-08-14 | 1 | -1/+4 |
* | More report and metrics manipulations. This should be the last of it. | luke | 2006-07-01 | 1 | -7/+40 |
* | Trying to merge metrics and reports. There is now a separate transaction rep... | luke | 2006-06-30 | 1 | -48/+76 |
* | Adding report collection to both statechange and transaction. | luke | 2006-06-29 | 1 | -0/+6 |
* | Cleaning up plugin handling a bit -- they can now be colon-separated paths, a... | luke | 2006-06-28 | 1 | -0/+5 |
* | Catching errors thrown during object evaluation and marking the objects as fa... | luke | 2006-06-27 | 1 | -1/+16 |
* | Adding plugins and plugin management. The Master Client will now automatical... | luke | 2006-06-20 | 1 | -1/+7 |
* | A round of bug-fixing in preparation for the next release. | luke | 2006-06-13 | 1 | -3/+20 |
* | Added the last of the tests for the runner, along with the necessary work in ... | luke | 2006-05-18 | 1 | -2/+5 |
* | Adding a lot of structure to puppet.rb to make it easier to manage multiple o... | luke | 2006-05-18 | 1 | -4/+5 |
* | Making trigger logs much clearer -- you now get info logs indicating how many... | luke | 2006-05-05 | 1 | -7/+33 |
* | Changing how events work. Events are now responded to inline, while an objec... | luke | 2006-05-05 | 1 | -115/+147 |
* | Fixing #82. You can now specify comma-separated tags to get run in puppet or... | luke | 2006-03-11 | 1 | -0/+19 |
* | Fixing #95. I had to redesign how events were triggered; the transaction now... | luke | 2006-03-09 | 1 | -91/+29 |
* | Okay, Puppet is now almost entirely capable of configuring itself. I have no... | luke | 2006-03-02 | 1 | -1/+1 |
* | Changing transactions to be one-stage instead of two, and changing most of th... | luke | 2006-02-16 | 1 | -24/+78 |