summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
* Fixing #448 - relationships have their own syntaxLuke Kanies2010-02-177-1760/+1845
* Updated Template documentation linkJames Turnbull2010-02-171-3/+3
* Fixing #3668 - fixed autoloading classes from modulesLuke Kanies2010-02-174-868/+872
* Fix to the fix for #3295Markus Roberts2010-02-171-6/+2
* Fix for #3558 -- source file reading speedupMarkus Roberts2010-02-171-7/+1
* Fix for #3556 Plussignment value meldingMarkus Roberts2010-02-171-4/+10
* Fixes #3295 - generate() now sets the working directory to the directory cont...Paul Lathrop2010-02-171-2/+4
* Fix #3155 - prevent error when using two matching regex in cascadeBrice Figureau2010-02-174-12/+68
* Fixed link typoJames Turnbull2010-04-221-1/+1
* Fixed #3384 - Updated broken linkJames Turnbull2010-04-221-3/+3
* Fixing Hash functionality with non-constant keysLuke Kanies2010-04-121-1/+2
* Removing vistigial method in ASTHashLuke Kanies2010-04-121-3/+0
* Markus's patch concerning string interpolationJesse Wolfe2010-04-123-1674/+1759
* Removing any mentions of :casesensitive settingLuke Kanies2010-04-093-9/+7
* Adding environment support to parser resourcesLuke Kanies2010-02-171-0/+2
* Resolving conflicts with ???Markus Roberts2010-02-171-3/+2
* Moving the string interpolation parsing to the parser/lexerMarkus Roberts2010-02-174-1134/+1232
* Finishing renaming :params to :parameters internallyLuke Kanies2010-02-177-22/+22
* Converging the Resource classes furtherLuke Kanies2010-02-172-47/+19
* Adding strictness checking to resourcesLuke Kanies2010-02-172-4/+9
* Fixing most of the broken tests in test/Luke Kanies2010-02-172-5/+5
* Removing Resource::Reference classesLuke Kanies2010-02-1711-296/+84
* Adding support for class parametersLuke Kanies2010-02-172-10/+4
* TypeCollection now supports namespace arraysLuke Kanies2010-02-171-12/+3
* Adding parameter validation to Puppet::ResourceLuke Kanies2010-02-171-1/+1
* Partially fixing #2954 - Adding class parametersLuke Kanies2010-02-172-691/+668
* Fix #3229 - use original value in case/selector regex matchingBrice Figureau2010-02-173-9/+5
* Renaming Parser::ResourceType to Resource::TypeLuke Kanies2010-02-177-440/+14
* Removing Interpreter classLuke Kanies2010-02-174-73/+9
* All non-transient parser references are goneLuke Kanies2010-02-177-35/+40
* Fixing callers to Parser to only pass environmentLuke Kanies2010-02-171-3/+1
* Using the RTC helper to find the known resource typesLuke Kanies2010-02-171-14/+13
* Adding helper module for finding known resource typesLuke Kanies2010-02-171-0/+5
* Moving Rails initialization to Compiler terminusLuke Kanies2010-02-171-15/+1
* Parser now uses Environment resource type collectionLuke Kanies2010-02-171-29/+23
* Adding 'known_resource_types' to EnvironmentLuke Kanies2010-02-171-14/+46
* Renaming LoadedCode to ResourceTypeCollectionLuke Kanies2010-02-172-12/+28
* Storing per-environment LoadedCode instancesLuke Kanies2010-02-171-1/+1
* Adding support for parsing ruby filesLuke Kanies2010-02-171-2/+8
* Adding []/[]= support to Parser::ResourceLuke Kanies2010-02-171-0/+4
* Fixing "require" function to use new class interfaceLuke Kanies2010-02-171-1/+1
* Allow adding single key to hashesBrice Figureau2010-02-174-853/+925
* Raise an error when appending not a hash to a hashBrice Figureau2010-02-171-0/+1
* Fix #2389 - Enhance Puppet DSL with HashesBrice Figureau2010-02-176-918/+1192
* Fix #3186 - require function set relationship only on the last classBrice Figureau2010-02-171-1/+1
* Fix #3150 - require function doesn't like ::class syntaxBrice Figureau2010-02-171-0/+7
* Move scope parenting & class_scope from Compiler to ScopeMarkus Roberts2010-02-173-57/+37
* Merge branch '0.25.x'James Turnbull2010-01-131-1/+1
|\
| * Fixed spellquote function documentationJames Turnbull2009-12-061-1/+1
* | Fix #2818 - scope variable assigned with undef are not "undef"Brice Figureau2009-12-291-1/+6