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