summaryrefslogtreecommitdiffstats
path: root/lib/puppet/resource.rb
Commit message (Expand)AuthorAgeFilesLines
* [#4247] storeconfigs was calling Puppet::Parser::Resource.new with the wrong ...Jesse Wolfe2010-07-181-0/+3
* Partial fix for #4278 -- the performance aspectsMarkus Roberts2010-07-181-1/+1
* [#3656] Serializing arrays of referencesJesse Wolfe2010-07-131-5/+12
* Code smell: Two space indentationMarkus Roberts2010-07-091-430/+430
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-2/+2
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-4/+4
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-4/+2
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-6/+2
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-16/+16
* Fix for #4178 - generalize autoloading to include .rbLuke Kanies2010-07-091-10/+5
* Fix for pre 1.8.7 compatibility in namvar patchMarkus Roberts2010-06-281-5/+1
* [#1621] Composite keys for resourcesJesse Wolfe2010-06-211-38/+32
* Fixing #2658 - adding backward compatibility for 0.24Luke Kanies2010-02-171-1/+1
* Fix #3656 JSON serialization of dependenciesJesse Wolfe2010-02-171-1/+5
* Fixing type/title resource resolutionLuke Kanies2010-02-171-35/+121
* Converging the Resource classes furtherLuke Kanies2010-02-171-3/+9
* Adding strictness checking to resourcesLuke Kanies2010-02-171-6/+12
* Fixing most of the broken tests in test/Luke Kanies2010-02-171-13/+39
* Removing Resource::Reference classesLuke Kanies2010-02-171-34/+81
* Adding parameter validation to Puppet::ResourceLuke Kanies2010-02-171-8/+48
* Changing the interface of Puppet::ResourceLuke Kanies2010-02-171-3/+9
* Feature #3383 RAL over RESTJesse Wolfe2010-02-171-1/+16
* Since the types stored in resource's @parameters have changed,Jesse Wolfe2010-02-171-0/+4
* Bundling of pure ruby json lib as "pson"Markus Roberts2009-10-171-19/+15
* Fix for #2621 (JSON serialization of exec)Markus Roberts2009-09-161-1/+0
* Fix #2507 - Exported resources were not correctly collected.Brice Figureau2009-08-131-3/+5
* Changing the preferred serialization format to jsonLuke Kanies2009-06-061-8/+0
* Providing JSON support to the Resource classLuke Kanies2009-06-061-3/+69
* Fixing a bunch of warningsLuke Kanies2009-06-031-1/+2
* Adding an 'Exported' attribute to Puppet::ResourceLuke Kanies2009-04-241-1/+5
* Fixing #2112 - Transactions handle conflicting generated resourcesLuke Kanies2009-04-171-1/+1
* Fixing tests broken during the #1405 fix.Luke Kanies2009-02-061-0/+10
* Deprecating the Puppet::Type.create.Luke Kanies2008-12-181-2/+2
* Adding name/namevar abstraction to Puppet::Resource.Luke Kanies2008-12-181-7/+33
* Replacing TransObject usage with Puppet::ResourceLuke Kanies2008-12-181-14/+14
* Renaming Puppet::ResourceReference to Puppet::Resource::ReferenceLuke Kanies2008-12-091-4/+4
* Adding Trans{Object,Bucket} backward compatibility to Puppet::ResourceLuke Kanies2008-12-091-0/+57
* Starting on #1808 - Added a base resource class.Luke Kanies2008-12-091-0/+107