summaryrefslogtreecommitdiffstats
path: root/lib/puppet/transaction.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix for #3690 failing to calculate error codesJesse Wolfe2010-02-171-1/+1
* Fixing #3533 - Removing all transaction cleanupLuke Kanies2010-02-171-8/+0
* Fix 2239 (step five): introduce new Puppet::Transaction#stop_processing? flag...Ethan Rowe2010-02-171-0/+7
* Allow skipped resources to process eventsJesse Wolfe2010-02-171-3/+2
* Generated resources' events are actually bound to the resource thatJesse Wolfe2010-02-171-8/+8
* Changing the method profile of EventManager#queue_eventLuke Kanies2010-02-171-3/+1
* Moving Metric management to the reportsLuke Kanies2010-02-171-76/+11
* Removing mention of @changes in TransactionLuke Kanies2010-02-171-48/+2
* Fixing #2759 - reports now have complete change infoLuke Kanies2010-02-171-4/+2
* Changing Transaction to use the new ResourceHarnessLuke Kanies2010-02-171-69/+53
* Removing last event collection transaction codeLuke Kanies2010-02-171-13/+18
* Correcting comments and making report timestamp internalLuke Kanies2010-02-171-9/+2
* Extracting event management into a separate classLuke Kanies2010-02-171-84/+16
* Moving event creation to the resourceLuke Kanies2010-02-171-3/+4
* Random code cleanupLuke Kanies2010-02-171-33/+17
* Switching transactions to callback-based eventsLuke Kanies2010-02-171-200/+119
* Fixing #1054 - transaction reports are always sentLuke Kanies2010-01-181-59/+20
* Removing some unneeded validation code from Transaction.newLuke Kanies2010-01-181-8/+2
* Fixing #2789 puppetrun fails without --tagJesse Wolfe2009-11-191-10/+9
* Fixing 2806 Specifying multiple tags fails to apply any of themJesse Wolfe2009-11-131-2/+5
* Fix #2797 - tags are not inherited by recursed file sub childBrice Figureau2009-11-121-0/+1
* Fix #2507 - Exported resources were not correctly collected.Brice Figureau2009-08-131-2/+2
* Logging the configuration version we're applyingLuke Kanies2009-08-011-0/+2
* Fixing #2399 - removing client-side rrd graphsLuke Kanies2009-07-231-4/+0
* Fix #2391 - Exported resources never make to the storeconfigs dbBrice Figureau2009-07-181-0/+2
* Removed extra whitespace from end of linesIan Taylor2009-06-061-26/+26
* Fixing #2253 - pluginsync failures propagate correctlyLuke Kanies2009-05-261-8/+8
* Refactoring resource generation slightlyLuke Kanies2009-05-261-5/+4
* Extracting a method from eval_resource in TransactionLuke Kanies2009-05-261-37/+45
* Fixing #2273 - file purging works more intuitivelyLuke Kanies2009-05-201-0/+1
* Fixing #2112 - Transactions handle conflicting generated resourcesLuke Kanies2009-04-171-2/+8
* Merge branch '0.24.x'Luke Kanies2009-04-021-1/+1
|\
| * Fixing #2013 - prefetching had a mismatch between type and titleLuke Kanies2009-03-041-1/+1
* | Fixing #1949 - relationships now use attributes instead of a labelLuke Kanies2009-03-101-4/+2
* | Some small fixes to provide better debugging and load a libraryLuke Kanies2009-02-181-0/+1
* | Renaming Puppet::Node::Catalog to Puppet::Resource::CatalogLuke Kanies2008-12-181-1/+1
* | Fix #1483 - use REST to transmit reports over the wireBrice Figureau2008-12-061-11/+1
* | Finishing the refactoring of the resource generation interface.Luke Kanies2008-11-071-9/+4
* | 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