summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
* Put function in ticket #311 in correct locationJames Turnbull2008-05-241-0/+16
* Correcting whitespace in the templatewrapper code.Luke Kanies2008-05-131-6/+6
* Adding has_variable? support, fixing ticket #1177Adam Jacob2008-05-131-0/+9
* Clarifying the exception when there's a syntax error but a valid parser.Luke Kanies2008-05-121-1/+1
* Fixing an error message to be more clearLuke Kanies2008-05-011-1/+1
* Fix for ticket #1209James Turnbull2008-04-301-1/+1
* Modified the 'master' handler to use the Catalog class toLuke Kanies2008-04-111-0/+6
* Fixed #1184 -- definitions now autoload correctly all of the time.Luke Kanies2008-04-101-2/+6
* Found an array that leaked pretty quickly between reparsingLuke Kanies2008-03-211-9/+12
* Always duplicating resource defaults in the parser, so thatLuke Kanies2008-03-062-21/+17
* Fixing the fact that resources that model defined resourcesLuke Kanies2008-02-291-0/+7
* Fixed #1047 -- Puppet's parser no longer changes the orderLuke Kanies2008-02-281-21/+3
* Fixed #1063 -- the master correctly logs syntax errors whenLuke Kanies2008-02-281-1/+5
* Fixing #1092 by no longer using the resource reference toLuke Kanies2008-02-281-3/+2
* Fixing #1085, I think -- I was not returning a resourceLuke Kanies2008-02-252-4/+8
* Fixing #1084 -- the node catalog asks the individualLuke Kanies2008-02-251-0/+9
* Corrected #1040 fix - this should now be right - trace was after raiseJames Turnbull2008-02-251-3/+1
* Second attempt fix address ticket #1040James Turnbull2008-02-191-3/+6
* Attempt to fix #1040 - catching errors in compilationJames Turnbull2008-02-191-1/+5
* Fixed #1003 -- Applying DavidS's patch to fix searching forLuke Kanies2008-02-131-1/+1
* Fixed #968 again, this time with tests -- parseonly works,Luke Kanies2008-02-134-27/+32
* Merge commit 'bartv/pending/fix-997' into 0.24.xLuke Kanies2008-02-121-2/+6
|\
| * Fix bug #997, only evaluate non-virtual definitionsBart Vanbrabant2008-01-221-2/+6
* | Moving the ast node tests to rspec (which I could haveLuke Kanies2008-02-125-38/+24
* | Removing the last remaining vestiges of GRATR --Luke Kanies2008-02-111-3/+3
* | Changing the name of the Compile class to Compiler,Luke Kanies2008-02-1112-32/+32
* | Refactoring the interface between the Compile classLuke Kanies2008-02-111-3/+1
* | Changing some methods in the Compile class toLuke Kanies2008-02-115-27/+27
* | Fixed #1030 - class and definition evaluation has been significantlyLuke Kanies2008-02-113-28/+27
* | Converting the Compile class to use a Node::Catalog instanceLuke Kanies2008-02-112-57/+11
* | Moving all of the tests for Puppet::Parser::Compile toLuke Kanies2008-02-113-20/+17
* | More AST refactoring -- each of the code wrapping classesLuke Kanies2008-02-086-266/+256
* | Refactoring the AST classes just a bit. I realized thatLuke Kanies2008-02-0822-110/+68
* | Removing some obsolete code from the AST base classLuke Kanies2008-02-081-39/+3
* | Ceasing autoloading ast files; loading them manually insteadLuke Kanies2008-02-081-7/+21
* | Merge commit 'bartv/pending/fix-933' into 0.24.xLuke Kanies2008-02-051-0/+2
|\ \
| * | Store a resource before adding relations to it otherwise activerecord willBart Vanbrabant2008-02-031-0/+2
| |/
* | Fixing #1017 -- environment-specific modulepath is noLuke Kanies2008-02-041-1/+1
* | Significantly refactoring the lexer, including adding Token and TokenListLuke Kanies2008-01-302-275/+393
* | Removing tons of unnecessary calls to "nil?" from the lexer.Luke Kanies2008-01-281-22/+6
|/
* Fixing #976 -- both the full name of qualified classes andLuke Kanies2008-01-191-25/+10
* Applying a fix for #998 -- I used a patch equivalent toLuke Kanies2008-01-191-0/+3
* Fixing #982 -- I have completely removed the GRATR graph libraryLuke Kanies2008-01-071-5/+1
* Fixing #971 -- classes can once again be included multipleLuke Kanies2008-01-071-0/+3
* Fixing #967 -- relationships now work when running 0.23.x clientsLuke Kanies2007-12-181-1/+7
* This should be the last fix for exported resources.Luke Kanies2007-12-111-0/+2
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-114-23/+23
* Fixing #923. Resources that are collected on the localLuke Kanies2007-12-061-1/+0
* Theoretically, this patch is to fix #917 (which it does), butLuke Kanies2007-11-284-27/+22
* Fixing the first half of #917 -- the ResourcReferenceLuke Kanies2007-11-281-2/+2