summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/ast
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changing some methods in the Compile class toLuke Kanies2008-02-113-3/+3
* Fixed #1030 - class and definition evaluation has been significantlyLuke Kanies2008-02-112-19/+26
* More AST refactoring -- each of the code wrapping classesLuke Kanies2008-02-083-264/+249
* Refactoring the AST classes just a bit. I realized thatLuke Kanies2008-02-0820-106/+64
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-111-1/+1
* Theoretically, this patch is to fix #917 (which it does), butLuke Kanies2007-11-281-1/+4
* Fixing the first half of #917 -- the ResourcReferenceLuke Kanies2007-11-281-2/+2
* Fixing the error message as requested in #893.Luke Kanies2007-11-271-3/+1
* Fixing a parser test -- really, just removing testsLuke Kanies2007-11-132-1/+2
* Removing the completely obsolete passwd2puppet and the obsolete component.rbLuke Kanies2007-09-131-224/+0
* Fixing #802 -- tags are now applied before parent classes are evaluated, so p...Luke Kanies2007-09-061-1/+3
* Renaming some ast resource classes and files so they make a lot more sense.Luke Kanies2007-09-065-6/+6
* Fixing #806. Resources correctly look up their fully qualified definition ty...Luke Kanies2007-09-062-17/+33
* Successfully modified all tests and code so that all language tests pass agai...Luke Kanies2007-09-042-8/+5
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-0422-351/+41
* More refactoring. I have removed a few more extraneous methods from Scope, m...Luke Kanies2007-09-034-13/+25
* Removing the Scope#setresource method, since it was essentially redundant. T...Luke Kanies2007-09-031-3/+3
* Doing a small amount of refactoring, toward being able to use Parser resource...Luke Kanies2007-09-033-78/+63