summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/resource.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixes #4792 (Duplicate definition since 2.6.1 upgrade)Paul Berry2010-09-301-0/+1
* Minimal fix for #4631 -- set implicit classes as in 0.25.xMarkus Roberts2010-09-231-0/+7
* [#4397]+[#4344] Move type-name resolution out of Puppet::Resource into the AS...Jesse Wolfe2010-08-031-5/+1
* [#4242] Fixed recursion due to parents including their childrenNick Lewis2010-07-251-2/+1
* Partial fix for #4278 -- the performance aspectsMarkus Roberts2010-07-181-6/+3
* Code smell: Two space indentationMarkus Roberts2010-07-091-276/+276
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-4/+4
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-091-1/+1
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-2/+2
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-21/+7
* Code smell: Use string interpolationMarkus Roberts2010-07-091-5/+5
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-11/+10
* Fix for #4148 (2.6 is greater than 0.25.x)Markus Roberts2010-07-061-1/+1
* [#1621] Composite keys for resourcesJesse Wolfe2010-06-211-6/+1
* [#3921] Remove unnecessary require 'puppet/resource'Rein Henrichs2010-02-171-1/+0
* Adding #2658 - Adding support for run stagesLuke Kanies2010-02-171-2/+2
* Fixing #1903 - metaparam inheritance is much fasterLuke Kanies2010-02-171-18/+2
* Fixing Parser::Resource param validationLuke Kanies2010-02-171-1/+1
* Fix for #3556 Plussignment value meldingMarkus Roberts2010-02-171-4/+10
* Adding environment support to parser resourcesLuke Kanies2010-02-171-0/+2
* Converging the Resource classes furtherLuke Kanies2010-02-171-46/+18
* Adding strictness checking to resourcesLuke Kanies2010-02-171-3/+7
* Fixing most of the broken tests in test/Luke Kanies2010-02-171-1/+3
* Removing Resource::Reference classesLuke Kanies2010-02-171-96/+57
* Adding parameter validation to Puppet::ResourceLuke Kanies2010-02-171-1/+1
* Adding []/[]= support to Parser::ResourceLuke Kanies2010-02-171-0/+4
* Bug #2534 Raise error if property appears twiceJesse Wolfe2009-10-271-0/+6
* Fixing #2632 - 'require' works for 0.25 clientsLuke Kanies2009-09-221-5/+5
* Fixing relationship metaparam backward compatibilityLuke Kanies2009-09-221-6/+25
* Fix #2507 - Exported resources were not correctly collected.Brice Figureau2009-08-131-0/+1
* Make sure overriding a tag also produces a tagBrice Figureau2009-06-111-3/+6
* Make sure resources are tagged with the user tag on the serverBrice Figureau2009-06-061-0/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-061-2/+2
* Fixing #2230 - exported resources work againLuke Kanies2009-06-031-0/+1
* Removing unnecessary parser variables when yaml-dumpingLuke Kanies2009-04-221-0/+2
* Refactoring the Rails integrationLuke Kanies2009-04-221-74/+6
* Fixing #1885 - Relationships metaparams do not cascadeLuke Kanies2009-04-221-6/+2
* Merge branch '0.24.x'Luke Kanies2009-04-021-1/+5
|\
| * Using the FileCollection where appropriate.Luke Kanies2009-02-281-1/+5
| * Change the way the tags and params are handled in railsBrice Figureau2009-02-061-5/+5
* | Fix #2107 - flatten resource references arrays properlyBrice Figureau2009-03-271-0/+4
* | Change the way the tags and params are handled in railsBrice Figureau2009-02-061-5/+5
* | Fixing #1913 - 'undef' resource values do not get copied to the dbLuke Kanies2009-02-061-1/+2
* | Fixing #1914 - 'undef' relationship metaparameters do not stackLuke Kanies2009-02-061-0/+1
* | Renaming the "Catalog#to_type" method to "Catalog#to_ral"Luke Kanies2008-12-181-2/+2
* | Using Puppet::Resource to convert parser resources to RAL resourcesLuke Kanies2008-12-181-1/+1
* | Adding resource convertion to the parser resourcesLuke Kanies2008-12-181-44/+32
|/
* Fixed #1045 - Multiple metaparams all get added to resources.Luke Kanies2008-09-241-1/+1
* Modified the 'master' handler to use the Catalog class toLuke Kanies2008-04-111-0/+6