summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/ast
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adding #629 -- an undef keyword now existsluke2007-05-171-0/+3
* Fixing a weird bug that occurred because I was changing @parentclass in the A...luke2007-05-143-25/+19
* Fixing #615 (subclasses with similar names) by getting rid of the class "type...luke2007-05-031-11/+9
* Adding the functionality requested in http://mail.madstop.com/pipermail/puppe...luke2007-04-191-2/+0
* Adding #539. Definitions can now have titles, and both $title and $name are ...luke2007-03-191-6/+16
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-062-32/+10
* Applying a modified form of the patch by cstorey from #523. The modification...luke2007-02-281-4/+2
* Fixing #477. setvar() can now accept the file and line info from callers.luke2007-02-281-1/+1
* Applying patch by DavidS from #522, along with test code and a small bit of c...luke2007-02-272-18/+13
* Fixing #517 and more. Classes now support more than one namespace in their s...luke2007-02-271-0/+8
* Fixing #472. Apparently this has been broken since I did the parser redesign...luke2007-02-222-5/+15
* Fixing executable tests to take new rundir into accountluke2007-02-011-1/+2
* Fixing selector tests to get rid of a lame hash ordering bug in the tests.luke2007-02-011-0/+1
* changing selector error messageluke2007-01-261-1/+1
* Hopefully fixing tagging problemluke2006-12-291-2/+2
* Not downcasing facts any longer, closing #210 (although not using the patch f...luke2006-12-232-2/+19
* Fixing painfully difficult to find bug in defining exported resourcesluke2006-12-141-2/+9