summaryrefslogtreecommitdiffstats
path: root/lib/puppet/resource.rb
Commit message (Expand)AuthorAgeFilesLines
* 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