summaryrefslogtreecommitdiffstats
path: root/lib/puppet/transaction.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | Refactoring and clarifying the resource generation methods.Luke Kanies2008-11-071-45/+21
* | Removing the PGraph class and subsuming it into SimpleGraph.Luke Kanies2008-11-061-2/+2
* | Merge branch '0.24.x'Luke Kanies2008-07-041-14/+7
|\|
| * Removing the Transaction::Change#transaction accessor.Luke Kanies2008-07-041-1/+0
| * Refactoring the Transaction::Event class.Luke Kanies2008-07-041-12/+4
| * Renaming Puppet::Event to Puppet::Transaction::EventLuke Kanies2008-07-031-2/+4
| * Renaming the Puppet::PropertyChange class to Puppet::Transaction::Change.Luke Kanies2008-07-031-1/+1
* | Merge branch '0.24.x'Luke Kanies2008-05-251-2/+4
|\|
| * Fixing transaction support for prefetching generated resources.Luke Kanies2008-05-211-2/+4
* | Merge branch 'master' into master_no_global_resourcesLuke Kanies2008-03-311-4/+7
|\|
| * Fixing #1110 -- transactions now always make sureLuke Kanies2008-02-291-2/+5
| * Removing the last remaining vestiges of GRATR --Luke Kanies2008-02-111-1/+1
| * Fixing #976 -- both the full name of qualified classes andLuke Kanies2008-01-191-1/+1
* | Fixing automatic relationships. I was previously looking themLuke Kanies2008-01-141-1/+1
* | Another round of fixes toward making global resources work.Luke Kanies2008-01-091-1/+1
|/
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-111-13/+13
* Fixing #800 by refactoring how configurations are retrievedLuke Kanies2007-11-121-1/+1
* Switching the graph base class from GRATR::DigraphLuke Kanies2007-11-071-2/+2
* The configurations should now be functional again --Luke Kanies2007-10-311-6/+1
* Fixing #817, mostly using the patch by DavidS. I couldLuke Kanies2007-10-031-0/+10
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* All tests now pass in this configuration branch, which meansLuke Kanies2007-09-221-3/+6
* The structure for handling resource generation is nowLuke Kanies2007-09-221-1/+2
* This is basically another intermediate commit. I feel likeLuke Kanies2007-09-171-71/+18
* The whole system now uses Configuration objects instead ofLuke Kanies2007-09-151-28/+70
* Fixing transactions so that they do not flush resources that are in noopluke2007-07-111-1/+1
* Cleaning up a log message in the transactionluke2007-07-101-1/+1
* Changing "element" to "resource" in the documentation, which just aligns with...luke2007-07-091-1/+1
* Adding tracing to prefetch failures, and Fixing the environment support in th...luke2007-06-181-0/+3
* Finishing off the type/provider interface work, including adding package pref...luke2007-06-081-0/+1
* Significantly reworked the type => provider interface with respect toluke2007-06-041-9/+13
* Fixing #507 (behaviour in cycles) by changing the topsort algorithm.luke2007-05-171-3/+1
* Fixing #607 -- parameters and properties now refer to a @resource rather than...luke2007-05-091-2/+2
* Merging of refactor-transacton to the trunk. This work removes the :is attri...ballman2007-05-091-1/+1
* Consolidating all of the configuration parameter declarations into configurat...luke2007-05-041-18/+2
* Adding a --summarize option, to get a transaction summaryluke2007-05-041-11/+4
* Renaming some methods so that we can generate a report on a transaction and t...luke2007-03-301-38/+40
* More work on #542 -- services in noop now produce noop events so that they ca...luke2007-03-181-1/+7
* Trying to clean up the error message from #490. It looks like the problem is...luke2007-03-181-1/+1
* Fixing #542. Transactions now cause services to warn when they would have go...luke2007-03-171-8/+24
* Adding some more testing on the @should values for :groups on users, and fixi...luke2007-03-081-4/+1
* Fixing at least part of #514. This does not get rid of all errors, but at le...luke2007-02-281-11/+18
* Redoing some aspects of the graphing in hopes of helping hte performance a bit.luke2007-02-271-2/+3
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-2/+2
* Merging the state-rename branch. This includes the diff from version 2156 to...luke2007-02-071-9/+11
* Providing a partial fix for #428. Resources can now be deleted as long as al...luke2007-01-301-2/+3
* Fixing #433. I basically just added checks to all the places where I add edg...luke2007-01-301-6/+30
* Doing more work on #113. Mostly, just making sure remounts do not happen spu...luke2007-01-291-4/+6
* Fixing #113. I added support in the transaction for self-refreshing, which j...luke2007-01-281-3/+17
* Changing how transactions check whether a resource is being deleted. This is...luke2007-01-281-3/+3