summaryrefslogtreecommitdiffstats
path: root/lib/puppet/transaction.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.6.x' into 2.7.xJacob Helwig2011-06-281-17/+9
|\
| * (#7127) Stop puppet if a prerun command failsJosh Cooper2011-06-101-20/+12
| * Do not needlessly create multiple reports when creating a transactionJosh Cooper2011-06-101-6/+3
* | (#7728) Suppress notifications from container whits.Daniel Pittman2011-06-071-2/+20
* | Merge remote-tracking branch 'community/feature/puppet-device' into 2.7.xPieter van de Bruggen2011-04-181-1/+3
* | (#6830) Fix sha1 to digest/sha1 require issue for Ruby 1.9Matt Robinson2011-04-131-4/+4
* | Merge branch '2.6.x' into nextMax Martin2011-04-071-1/+1
|\|
| * (#5670) Don't trigger refresh from a failed resourceNick Lewis2011-03-301-1/+1
* | (5200) -- replace containers with sentinalsMarkus Roberts2011-04-061-28/+29
* | (6911) Cleanup and renaming of transaction internalsMarkus Roberts2011-04-011-19/+12
* | (6911) Core change -- replace topsort with frontier ordered by salted SHA1Markus Roberts2011-04-011-18/+28
* | (6911) Add bookkeeping facade around Transaction#relationship_graphMarkus Roberts2011-04-011-1/+32
* | (6911) Cleanup of generate_additional_resourcesMarkus Roberts2011-03-311-6/+6
* | (6911) Refactor to localize eval_generate dependency assumptionsMarkus Roberts2011-03-311-52/+55
* | Merge branch '2.6.x' into nextNick Lewis2011-01-061-28/+1
|\|
| * (#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
* | Maint: Modified uses of indirector.save to call the indirection directly.Paul Berry2010-11-301-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