summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/ast
Commit message (Expand)AuthorAgeFilesLines
* (#5392) Give a better error when realizing a non-existant resourceMatt Robinson2011-03-091-4/+5
* Fix #6280 - puppetdoc crashing on string interpolationBrice Figureau2011-02-111-1/+1
* Fix for #5298 -- Collections need to do type lookupMarkus Roberts2010-11-161-1/+2
* Step towards [5298] -- cleanup indentation, etc. in AST::CollectionMarkus Roberts2010-11-161-51/+33
* Fix #5127 - error when accessing array elementsBrice Figureau2010-11-101-2/+10
* (#4534/#4778) -- Normalize parameterized classesPaul Berry2010-10-271-3/+4
* (#4860) Add regression tests that would have caught bad params methodMatt Robinson2010-09-281-5/+1
* [#4692] undefined variables cause :undef to be passed to functionsPaul Berry2010-09-221-1/+1
* [#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