summaryrefslogtreecommitdiffstats
path: root/lib/puppet/resource.rb
Commit message (Expand)AuthorAgeFilesLines
* Resource type defaults cleanupLuke Kanies2011-07-151-0/+33
* (#7297) Fix Puppet::Resource#to_manifest in Ruby 1.9Nick Lewis2011-05-161-1/+1
* Revert "Merge branch 'ticket/2.6.x/5605' of git://github.com/stschulte/puppet...Jesse Wolfe2011-03-151-7/+2
* Merge branch 'ticket/2.6.x/5605' of git://github.com/stschulte/puppet into 2....Jesse Wolfe2011-03-151-2/+7
|\
| * (#5605) Prefetch doesnt work with composite keysStefan Schulte2010-12-231-2/+7
* | Merge branch 'ticket/2.6.next/5428-handle-0.25.x-storedconfig-data' into 2.6....Jacob Helwig2011-03-151-18/+21
|\ \
| * | Remove extra trailing whitespace from lib/puppet/resource.rbJacob Helwig2011-03-151-1/+1
| * | (#5428) More fully "stub" Puppet::Resource::Reference for use with storedconfigsJacob Helwig2011-03-151-16/+19
* | | (#5466) Fixed puppet resource bug with trailing ,Nan Liu2011-02-281-9/+20
|/ /
* | Merge remote branch 'bodepd/feature/2.6.4/5910' into 2.6.nextPaul Berry2011-02-011-2/+7
|\ \
| * | (#5910) Improved logging when declared classes cannot be found:Dan Bode2011-01-121-2/+7
| |/
* / maint: Prune #inspect methods on various objectsJesse Wolfe2011-01-031-0/+4
|/
* Kludge for #5206 -- port of fix for #3536 to yamlMarkus Roberts2010-11-101-0/+12
* Kludge for #5048 -- serialization compatibility with 0.25.xMarkus Roberts2010-10-271-0/+10
* Fix for #4506 -- too much data being serializedMarkus Roberts2010-08-311-1/+1
* [#4397]+[#4344] Move type-name resolution out of Puppet::Resource into the AS...Jesse Wolfe2010-08-031-114/+14
* [#4270] Force inherited classes to load into the correct environmentJesse Wolfe2010-07-191-1/+2
* Bandaid for #4285 -- :name vs <namevar>Markus Roberts2010-07-191-1/+5
* [#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