summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/ast
Commit message (Expand)AuthorAgeFilesLines
* Fix #1922 - Functions squash all arguments into a single hashBrice Figureau2009-02-111-1/+2
* 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
* Deleting old documentation that somehow made it back into the tree in the swi...Luke Kanies2007-09-012-2/+228
* Renaming the "configuration" object to "compile", because it is only a transi...Luke Kanies2007-08-251-1/+1
* All language tests now pass. I expect there are other failures elsewhere, bu...Luke Kanies2007-08-201-1/+1
* The first pass where at least all of the snippet tests pass. I have unfortun...Luke Kanies2007-08-203-37/+29
* An intermediate commit in the work towards adding multi-environment support.Luke Kanies2007-08-141-2/+5
* Fixing #314 and #729; here's the changelog:luke2007-08-032-3/+3
* Adding the ability to specify relationships to classes, using Class[name] res...luke2007-07-191-3/+9
* The first round of bug-fixes in preparation for beakerluke2007-07-191-2/+4
* Fixing #703, mostly. You still cannot do multi-condition queries, but you ca...luke2007-07-181-9/+7
* Adding patch by Valentin Vidic to add the "+>" syntax for adding values to pa...luke2007-07-101-2/+3
* The parser now throws an error when a resource reference is created for an un...luke2007-07-081-0/+8
* Fixing #620 - class names and node names now throw an error when they conflictluke2007-07-041-1/+1
* Fixing #637 -- defined resources can now correctly be virtual or exportedluke2007-06-111-1/+6