summaryrefslogtreecommitdiffstats
path: root/lib/puppet/transaction.rb
Commit message (Expand)AuthorAgeFilesLines
* (#5715) Refactor in preparation for adding a status attribute to reports.Paul Berry2010-12-301-26/+0
* (#5408) Reworked ResourceHarness so that code is clearer and all behaviors ar...Paul Berry2010-12-171-1/+0
* (#5493) Add report_format, puppet_version, and configuration_version to ReportsNick Lewis2010-12-161-1/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-303/+303
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-5/+5
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-3/+3
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-12/+4
* Code smell: Use string interpolationMarkus Roberts2010-07-091-8/+8
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-1/+1
* Fixing #3072 - Resource generation is recursiveLuke Kanies2010-02-171-0/+3
* Working #3139 - ResourceHarness does cachingLuke Kanies2010-02-171-1/+1
* Working #3139 - scheduling moved to resource harnessLuke Kanies2010-02-171-6/+4
* 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