summaryrefslogtreecommitdiffstats
path: root/lib/puppet/transaction
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.6.x' into 2.7.xJacob Helwig2011-06-281-2/+2
|\
| * (#7127) Stop puppet if a prerun command failsJosh Cooper2011-06-101-2/+2
* | Merge branch '2.6.x' into 2.7.xNick Lewis2011-06-081-1/+1
|\|
| * (#2128) Add the ability to specify a node nameNick Lewis2011-06-061-1/+1
| * Fix #4339 - Save a last run report summary to $statedir/last_run_summary.yamlBrice Figureau2011-04-051-10/+28
* | Fix #7084 Make the log messages produced by whits less confusingJesse Wolfe2011-04-211-2/+15
* | Merge branch 'ticket/next/7026' into nextNick Lewis2011-04-081-0/+6
|\ \
| * | (#7026) Remove whits from reports when finalizingNick Lewis2011-04-081-0/+6
* | | Maint: fix a load order problem with type(:component)Jesse Wolfe2011-04-071-1/+1
|/ /
* | (5200) -- replace containers with sentinalsMarkus Roberts2011-04-061-1/+4
* | (#6830) Fix instance_variables now comes back as symbolsMatt Robinson2011-03-291-1/+1
* | Merge branch '2.6.x' into nextMatt Robinson2011-02-021-20/+2
|\|
| * (#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
* | Merge branch '2.6.x' into nextMatt Robinson2011-01-191-2/+5
|\|
| * (#5710) Removed unnecessary calls to insync?Paul Berry2011-01-071-2/+5
* | Merge branch '2.6.x' into nextNick Lewis2011-01-064-151/+142
|\|
| * Prep work for #5758: set audited=true on all audit eventsPaul Berry2011-01-031-4/+6
| * Prep work for #5758: clean up initializer for Puppet::Transaction::EventPaul Berry2011-01-031-3/+2
| * (#5715) Removed unnecessary attributes from YAML of Puppet::Transaction::Event.Paul Berry2010-12-301-0/+5
| * (#5715) Make certain report attributes always present.Nick Lewis2010-12-301-0/+1
| * (#5715) Changed the type of metric names to always be strings.Paul Berry2010-12-301-8/+8
| * (#5715) Add status attribute to reports.Paul Berry2010-12-301-3/+16
| * (#5715) Made the report "calculate" methods strictly functional.Paul Berry2010-12-301-9/+8
| * (#5715) Made the changes/total and events/total metrics always presentPaul Berry2010-12-301-8/+5
| * (#5715) Refactor in preparation for adding a status attribute to reports.Paul Berry2010-12-301-1/+1
| * (#5715) Removed Puppet::Transaction::Report#external_times from YAML output.Paul Berry2010-12-301-0/+4
| * (#5715) Added total time metric to apply reports.Paul Berry2010-12-301-0/+2
| * (#5715) Removed redundant attribute Transaction::Event#versionPaul Berry2010-12-301-1/+1
| * (#5715) Removed the unused attribute Puppet::Transaction::Event#nodePaul Berry2010-12-301-1/+1
| * (#5408) Reworked ResourceHarness so that code is clearer and all behaviors ar...Paul Berry2010-12-172-127/+91
| * (#5493) Add report_format, puppet_version, and configuration_version to ReportsNick Lewis2010-12-161-1/+5
* | Merge branch '2.6.x' into nextNick Lewis2010-12-164-60/+51
|\|
| * (#5408) Attributes can be both audited and managedJesse Wolfe2010-12-103-58/+48
| * (#4943) Add puppet inspect applicationNick Lewis2010-12-021-2/+3
* | Fix #4339 - Save a last run report summary to $statedir/last_run_summary.yamlBrice Figureau2010-11-131-11/+28
|/
* Fixed #4364 - Reduced audit msg from info to debugJames Turnbull2010-08-031-1/+1
* Code smell: Two space indentationMarkus Roberts2010-07-095-436/+436
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-2/+2
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-093-9/+9
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-093-9/+3
* Code smell: Use string interpolationMarkus Roberts2010-07-092-2/+2
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-092-3/+3
* 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-173-4/+45
* Working #3139 - ResourceHarness does cachingLuke Kanies2010-02-171-4/+14
* Working #3139 - scheduling moved to resource harnessLuke Kanies2010-02-171-0/+22
* Resolving conflicts with luke:tickets/master/2759Markus Roberts2010-02-171-1/+1
* Actually invoke the allow_changes? method in ResourceHarnessJesse Wolfe2010-02-171-0/+2