summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/ast
Commit message (Expand)AuthorAgeFilesLines
* [#4370] Fixes extlookup precedence getting overwritten between runsMatt Robinson2010-08-032-2/+1
* [#4423] repair parameterized class instantiationJesse Wolfe2010-08-032-17/+4
* [#4397]+[#4344] Move type-name resolution out of Puppet::Resource into the AS...Jesse Wolfe2010-08-032-5/+26
* [#4269] Undef variables interpolate to empty stringNick Lewis2010-07-191-1/+1
* [#4287] Fix the undefined evaluate_match error when comparing functionsMatt Robinson2010-07-191-14/+0
* Fix #4238 - if should match undef as ''Brice Figureau2010-07-182-8/+10
* Code smell: Two space indentationMarkus Roberts2010-07-0928-940/+940
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-092-2/+2
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-099-18/+18
* Code smell: Booleans are first class values.Markus Roberts2010-07-094-11/+4
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-0912-45/+15
* Code smell: Use string interpolationMarkus Roberts2010-07-0911-21/+20
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-098-14/+30
* Fix #3907 - Hash couldn't be initialized with an empty hashBrice Figureau2010-02-171-0/+5
* Fix #3871 - Add the 'in' operatorBrice Figureau2010-02-171-0/+26
* Improving fix for #1175; tightening thread safetyMarkus Roberts2010-02-171-3/+1
* Part 2 of fix for #1175 (functions in environments)Markus Roberts2010-02-171-2/+1
* [#3921] Remove unnecessary require 'puppet/resource'Rein Henrichs2010-02-171-1/+0
* Fixing #448 - relationships have their own syntaxLuke Kanies2010-02-171-0/+60
* Fix #3155 - prevent error when using two matching regex in cascadeBrice Figureau2010-02-173-3/+7
* Fixing Hash functionality with non-constant keysLuke Kanies2010-04-121-1/+2
* Removing vistigial method in ASTHashLuke Kanies2010-04-121-3/+0
* Removing any mentions of :casesensitive settingLuke Kanies2010-04-093-9/+7
* Moving the string interpolation parsing to the parser/lexerMarkus Roberts2010-02-171-3/+11
* Finishing renaming :params to :parameters internallyLuke Kanies2010-02-174-12/+12
* Converging the Resource classes furtherLuke Kanies2010-02-171-1/+1
* Adding strictness checking to resourcesLuke Kanies2010-02-171-1/+2
* Removing Resource::Reference classesLuke Kanies2010-02-174-79/+20
* Fix #3229 - use original value in case/selector regex matchingBrice Figureau2010-02-173-9/+5
* Allow adding single key to hashesBrice Figureau2010-02-172-8/+31
* Fix #2389 - Enhance Puppet DSL with HashesBrice Figureau2010-02-172-0/+55
* Fix #2818 - scope variable assigned with undef are not "undef"Brice Figureau2009-12-291-1/+6
* Merge branch '0.25.x'Luke Kanies2009-12-211-2/+2
|\
| * Possible workaround for #2824 (MRI GC bug)Markus Roberts2009-11-191-1/+1
| * Fix #2796 - Fix puppetdoc rdoc selector parsingBrice Figureau2009-11-123-0/+12
| * Al Hoang's patch for #2781, removing obsolete when/: syntaxMarkus Roberts2009-11-051-2/+2
* | Fixing #2596 - Node, Class, Definition are not ASTLuke Kanies2009-12-095-369/+3
* | Fix #2796 - Fix puppetdoc rdoc selector parsingBrice Figureau2009-11-123-0/+12
|/
* Fix #2672 - Make sure nodenames keep their underscores when used as classnameBrice Figureau2009-09-231-1/+1
* Fix #2627 - regex node name could lead to invalid tagBrice Figureau2009-09-161-3/+1
* Fixing #2563 - multiple regex nodes now work togetherLuke Kanies2009-09-011-2/+12
* Implement node matching with regexesBrice Figureau2009-08-013-4/+40
* Make sure node are referenced by their namesBrice Figureau2009-08-012-6/+17
* Enhance selector and case statements to match with regexpBrice Figureau2009-08-013-56/+33
* Fix #2033 - Allow regexp in if expressionBrice Figureau2009-08-012-6/+42
* Add AST::Regex, an AST leaf node representing a regexBrice Figureau2009-08-011-0/+42
* Implement ephemeral scope variablesBrice Figureau2009-08-011-1/+1
* Fix #2422 & #2433 - make sure puppetdoc transform AST::Leaf boolean correctlyBrice Figureau2009-07-254-1/+30
* Switching to LoadedCode from ASTSetLuke Kanies2009-07-053-4/+4
* Make sure virtual and rails query use tags when tag are searchedBrice Figureau2009-06-061-4/+11