summaryrefslogtreecommitdiffstats
path: root/lib/puppet/resource/status.rb
Commit message (Expand)AuthorAgeFilesLines
* (#5900) Include ResourceStatus#failed in serialized reportsNick Lewis2011-01-141-1/+2
* Maint: Added "skipped" to the YAML output for Puppet::Resource::StatusPaul Berry2011-01-061-1/+2
* (#5715) Added attributes resource_type and title to Puppet::Resource::Status.Paul Berry2010-12-301-2/+4
* (#5715) Removed attribute source_description from the YAML representation ofPaul Berry2010-12-301-0/+6
* (#5715) Make certain report attributes always present.Nick Lewis2010-12-301-0/+2
* (#5715) Removed redundant attribute Resource::Status#versionPaul Berry2010-12-301-2/+2
* (#5715) Removed Resource::Status#skipped_reason. It was never used.Paul Berry2010-12-301-1/+1
* Modified the behavior of Puppet::Resource::Status as follows:Paul Berry2010-12-171-4/+9
* (#5408) Reworked ResourceHarness so that code is clearer and all behaviors ar...Paul Berry2010-12-171-2/+6
* Code smell: Two space indentationMarkus Roberts2010-07-091-54/+54
* [#3921] Remove unnecessary require 'puppet/resource'Rein Henrichs2010-02-171-51/+55
* Mark resource/status as failed if they are associated with a failingJesse Wolfe2010-02-171-0/+3
* Moving Metric management to the reportsLuke Kanies2010-02-171-2/+2
* Adding first version of Resource::Status classLuke Kanies2010-02-171-0/+51