summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/ast
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix #2246 - Array tagged resources can't be collected or exportedBrice Figureau2009-06-061-1/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-069-12/+12
* Merge branch '0.24.x'Luke Kanies2009-04-022-3/+3
|\
| * Using the FileCollection where appropriate.Luke Kanies2009-02-282-3/+3
* | Fix #1088 - Collections overridesBrice Figureau2009-03-141-0/+31
* | Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-262-8/+8
* | Merge branch '0.24.x'Luke Kanies2009-02-112-21/+22
|\|
| * Fixed #1884 - exported defines are collected by the exporting hostLuke Kanies2009-02-111-2/+1
| * Cleaning up the AST::Resource code a bitLuke Kanies2009-02-101-20/+21
| * Fix #1682 - Resource titles are not flattened as they shouldBrice Figureau2009-02-111-1/+1
| * Fix #1922 - Functions squash all arguments into a single hashBrice Figureau2009-02-111-1/+2
* | Renaming Puppet::ResourceReference to Puppet::Resource::ReferenceLuke Kanies2008-12-091-1/+1
|/
* Fix #1759 - Comparison operator was using string comparison for numbersBrice Figureau2008-11-201-0/+4
* Move function existance test to parser evaluationBrice Figureau2008-11-171-12/+16
* Add a doc attribute to AST nodes and fill it with the last seen commentsBrice Figureau2008-11-1712-0/+32
* Fix #1682 - ASTArray should flatten product of evaluation of its childrenBrice Figureau2008-10-291-2/+1
* Fixed #1104 - Classes and nodes should set $name variablesBrice Figureau2008-10-281-1/+6
* Fix #1202 - Collection attribute matching doesn't parse arraysBrice Figureau2008-10-081-1/+6
* Fix #1109 - allow empty if or else branchesBrice Figureau2008-10-071-0/+11
* Fix #381 - Allow multiple resource overrides or referencesBrice Figureau2008-10-052-22/+33
* Add arithmetic operators to ASTBrice Figureau2008-09-302-0/+64
* Add not operator to ASTBrice Figureau2008-09-301-0/+19
* Add comparison operators (< > == != <= >=) to ASTBrice Figureau2008-09-301-0/+37
* Add boolean operators to ASTBrice Figureau2008-09-301-0/+48
* Add an append (+=) variable operator:Brice Figureau2008-09-211-2/+2
* Fixed #1396 - Added sha1 function from DavidS to coreJames Turnbull2008-07-081-1/+1
* Fixed #1047 -- Puppet's parser no longer changes the orderLuke Kanies2008-02-281-21/+3
* Fixing #1085, I think -- I was not returning a resourceLuke Kanies2008-02-252-4/+8
* Moving the ast node tests to rspec (which I could haveLuke Kanies2008-02-123-34/+15
* Changing the name of the Compile class to Compiler,Luke Kanies2008-02-116-9/+9