summaryrefslogtreecommitdiffstats
path: root/lib/puppet/transaction/resource_harness.rb
Commit message (Expand)AuthorAgeFilesLines
* (#5931) Prevent errors when calling insync? on audited propertiesPaul Berry2011-01-251-2/+2
* Maint: Removed dead code from resource harness.Paul Berry2011-01-251-18/+0
* (#5710) Removed unnecessary calls to insync?Paul Berry2011-01-071-2/+5
* Prep work for #5758: set audited=true on all audit eventsPaul Berry2011-01-031-4/+6
* (#5408) Reworked ResourceHarness so that code is clearer and all behaviors ar...Paul Berry2010-12-171-52/+91
* (#5408) Attributes can be both audited and managedJesse Wolfe2010-12-101-14/+16
* Fixed #4364 - Reduced audit msg from info to debugJames Turnbull2010-08-031-1/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-120/+120
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-2/+2
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-1/+1
* Fix for #4117 "Storing newly-audited value" messagesMarkus Roberts2010-07-091-1/+1
* [#4110] Wrap Type#retrieve calls for backwards compatibilityJesse Wolfe2010-07-071-1/+1
* Fixing #3139 - all properties can now be auditedLuke Kanies2010-02-171-2/+29
* Working #3139 - ResourceHarness does cachingLuke Kanies2010-02-171-4/+14
* Working #3139 - scheduling moved to resource harnessLuke Kanies2010-02-171-0/+22
* Actually invoke the allow_changes? method in ResourceHarnessJesse Wolfe2010-02-171-0/+2
* Restore noop non-behavioursJesse Wolfe2010-02-171-2/+4
* Moving Metric management to the reportsLuke Kanies2010-02-171-0/+4
* ResourceHarness now doesn't check params with no 'should'Luke Kanies2010-02-171-4/+6
* Changing Transaction to use the new ResourceHarnessLuke Kanies2010-02-171-4/+25
* Adding Transaction::ResourceHarness classLuke Kanies2010-02-171-0/+62