| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Consolidating all of the configuration parameter declarations into configurat... | luke | 2007-05-04 | 1 | -1/+1 |
* | Renaming some methods so that we can generate a report on a transaction and t... | luke | 2007-03-30 | 1 | -1/+1 |
* | More work on #542 -- services in noop now produce noop events so that they ca... | luke | 2007-03-18 | 1 | -8/+22 |
* | Fixing #542. Transactions now cause services to warn when they would have go... | luke | 2007-03-17 | 1 | -28/+52 |
* | Fixing #467. It is a hackish solution, because I just reordered the definiti... | luke | 2007-02-28 | 1 | -0/+31 |
* | Redoing some aspects of the graphing in hopes of helping hte performance a bit. | luke | 2007-02-27 | 1 | -1/+1 |
* | Moving some of the stand-alone classes into the util/ subdirectory, to clean ... | luke | 2007-02-07 | 1 | -15/+25 |
* | Merging the state-rename branch. This includes the diff from version 2156 to... | luke | 2007-02-07 | 1 | -15/+15 |
* | Providing a partial fix for #428. Resources can now be deleted as long as al... | luke | 2007-01-30 | 1 | -2/+10 |
* | Fixing #433. I basically just added checks to all the places where I add edg... | luke | 2007-01-30 | 1 | -0/+33 |
* | Fixing #113. I added support in the transaction for self-refreshing, which j... | luke | 2007-01-28 | 1 | -0/+25 |
* | Wrapping the resource generation methods in begin/rescue blocks so that failu... | luke | 2007-01-23 | 1 | -0/+17 |
* | Fixing #437. Transactions now check whether graphs are cyclic, with a somewh... | luke | 2007-01-23 | 1 | -0/+13 |
* | Fixing #401. Transactions were trying to trigger every resource, even those ... | luke | 2007-01-03 | 1 | -0/+44 |
* | Fixing #390. You can now add --graph to produce dot files, and you can then ... | luke | 2006-12-31 | 1 | -0/+40 |
* | Finally writing unit tests for Transaction#trigger, and drastically simplifyi... | luke | 2006-12-29 | 1 | -0/+76 |
* | I have not yet finished testing, but most of the providers now successfully p... | luke | 2006-12-28 | 1 | -13/+2 |
* | Fixing #386. | luke | 2006-12-27 | 1 | -0/+9 |
* | Not downcasing facts any longer, closing #210 (although not using the patch f... | luke | 2006-12-23 | 1 | -41/+76 |
* | Fixing test to work with new style of graphing. | luke | 2006-12-21 | 1 | -10/+4 |
* | Fixing #372 and #374. All is not perfect, since OS X still cannot set UID, b... | luke | 2006-12-19 | 1 | -1/+3 |
* | Some more graph optimizations; I think I am now close enough that I am basica... | luke | 2006-12-17 | 1 | -4/+6 |
* | Another round of bug fixing. Now everything passes except mounts, at least o... | luke | 2006-12-13 | 1 | -3/+3 |
* | Fixing the next round of bugs, mostly little things but I had to modify trans... | luke | 2006-12-13 | 1 | -3/+18 |
* | Adding a metatype to manage resources of a specified type. For now, this met... | luke | 2006-12-12 | 1 | -2/+1 |
* | Most tests now pass in the whole system, but there are still about 8 cases th... | luke | 2006-12-11 | 1 | -0/+6 |
* | Most of the graph handling is now done, and all of the recursive types (basic... | luke | 2006-12-10 | 1 | -11/+10 |
* | Another intermediate commit. Most of the graphing work itself is now done, b... | luke | 2006-12-09 | 1 | -7/+197 |
* | Most of the graphing work is now done. I have also added the generator work ... | luke | 2006-12-01 | 1 | -12/+124 |
* | Intermediate commit -- I am ready to start pushing the graph stuff into the t... | luke | 2006-11-26 | 1 | -0/+2 |
* | Another round of bugfixing, including finding out that the tagmail report was... | luke | 2006-10-18 | 1 | -1/+3 |
* | A round of bug-fixing on OS X | luke | 2006-10-18 | 1 | -1/+4 |
* | Adding prefetch of providers to transactions. Nothing is using it yet. I wr... | luke | 2006-10-18 | 1 | -0/+38 |
* | Fixing the test scripts so that the library path | luke | 2006-10-16 | 1 | -1/+3 |
* | Adding a ruby header to all of the tests so that they can now be executed as ... | luke | 2006-10-16 | 1 | -0/+2 |
* | Making all test suites executable, adding some tests for handling changing fi... | luke | 2006-10-16 | 1 | -0/+0 |
* | Many, many, many performance improvements in the compiler (I hope). I did no... | luke | 2006-10-06 | 1 | -1/+1 |
* | As requested by Christian Warden, triggering an object now results in | luke | 2006-09-22 | 1 | -5/+26 |
* | Converting to using the Rakefile for testing. The old 'test' script is | luke | 2006-09-19 | 1 | -9/+2 |
* | Adding an "ignoretags" attribute to transaction, and setting it for downloadi... | luke | 2006-09-05 | 1 | -4/+0 |
* | Finishing changes to support titles instead of two types of names. This is b... | luke | 2006-08-17 | 1 | -1/+1 |
* | fixing some smallish bugs in preparation for 0.18.2 | luke | 2006-07-04 | 1 | -2/+2 |
* | committing tests for previous changes | luke | 2006-06-30 | 1 | -3/+16 |
* | Adding report collection to both statechange and transaction. | luke | 2006-06-29 | 1 | -0/+29 |
* | fixing transaction tests to just warn when the user is not in more than one g... | luke | 2006-06-14 | 1 | -0/+9 |
* | A round of bug-fixing in preparation for the next release. | luke | 2006-06-13 | 1 | -0/+22 |
* | Changing how events work. Events are now responded to inline, while an objec... | luke | 2006-05-05 | 1 | -1/+54 |
* | Fixing a bunch of small bugs, mostly found by testing on solaris, and added a... | luke | 2006-04-17 | 1 | -10/+4 |
* | Fixing #95. I had to redesign how events were triggered; the transaction now... | luke | 2006-03-09 | 1 | -0/+51 |
* | Okay, Puppet is now almost entirely capable of configuring itself. I have no... | luke | 2006-03-02 | 1 | -1/+1 |