summaryrefslogtreecommitdiffstats
path: root/test/other/transactions.rb
Commit message (Expand)AuthorAgeFilesLines
* Removed extra whitespace from end of linesIan Taylor2009-06-061-37/+37
* Fixing a transaction test that had some broken plumbingLuke Kanies2009-05-261-2/+11
* Fixing all of the test/ tests I broke in previous dev.Luke Kanies2008-12-181-6/+10
* Deprecating the Puppet::Type.create.Luke Kanies2008-12-181-44/+44
* Deprecating 'Puppet.type'; replacing all instances with Puppet::Type.typeLuke Kanies2008-12-181-10/+10
* Renaming Puppet::Node::Catalog to Puppet::Resource::CatalogLuke Kanies2008-12-181-4/+4
* Fixing tests broken by fileserving and other refactoring.Luke Kanies2008-11-081-204/+7
* Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear,Luke Kanies2008-10-171-1/+1
|\
| * Fixing a test that was broken in ee579641Luke Kanies2008-10-081-1/+1
* | Merge branch '0.24.x'Luke Kanies2008-07-041-6/+5
|\|
| * Refactoring the Transaction::Event class.Luke Kanies2008-07-041-3/+2
| * Renaming Puppet::Event to Puppet::Transaction::EventLuke Kanies2008-07-031-3/+3
* | Merge branch '0.24.x'Luke Kanies2008-05-251-9/+48
|\|
| * Fixing transaction support for prefetching generated resources.Luke Kanies2008-05-211-9/+48
* | Merge branch 'master' into master_no_global_resourcesLuke Kanies2008-03-311-4/+4
|\|
| * Somewhat refactored fileserving so that it no longer cachesLuke Kanies2008-02-231-0/+2
| * Removing the last remaining vestiges of GRATR --Luke Kanies2008-02-111-4/+4
* | Another round of fixes toward making global resources work.Luke Kanies2008-01-091-17/+15
|/
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-111-27/+27
* Reverting the changes I'd made toward removing the globalLuke Kanies2007-11-191-17/+19
* Fixed most failing tests, but there are still over thirty failing.Luke Kanies2007-11-181-19/+17
* Switching the graph base class from GRATR::DigraphLuke Kanies2007-11-071-31/+0
* Changing the test/ classes so that they work from the mainLuke Kanies2007-10-261-1/+1
* All tests now pass in this configuration branch, which meansLuke Kanies2007-09-221-17/+8
* This is basically another intermediate commit. I feel likeLuke Kanies2007-09-171-42/+19
* The whole system now uses Configuration objects instead ofLuke Kanies2007-09-151-118/+98
* Fixing transactions so that they do not flush resources that are in noopluke2007-07-111-2/+41
* Removing the long-obsolete Element base class. The Parameter and Type classe...luke2007-07-041-1/+1
* Significantly reworked the type => provider interface with respect toluke2007-06-041-4/+4
* A round of fixes so unit tests pass; most of the failures were from the mergi...luke2007-05-151-6/+7
* Merging of refactor-transacton to the trunk. This work removes the :is attri...ballman2007-05-091-4/+4
* 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