summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixing the error message as requested in #893.Luke Kanies2007-11-271-3/+1
* Fixing #921, mostly by just deleting the existing test. I hadLuke Kanies2007-11-261-2/+4
* Incorporating patch 20071030034736-6856b-6004090b3968cdbf7d366a03ee1c44e2160a...Luke Kanies2007-11-241-89/+75
* Adding patch 20070913032650-6856b-b1cca1c249415c6076ffcecb9df1525a728457c7.pa...Luke Kanies2007-11-231-1/+1
* Fixing the first part of #787. Not all collections wereLuke Kanies2007-11-201-4/+5
* Fixing a failing test from my fix for #446 -- I had changedLuke Kanies2007-11-191-6/+5
* Fixing #446. I ended up largely not using porridge's patch,Luke Kanies2007-11-191-21/+34
* Fixing a parser test -- really, just removing testsLuke Kanies2007-11-132-1/+2
* Fixing #800 by refactoring how configurations are retrievedLuke Kanies2007-11-121-6/+3
* Moving some compile tests to the spec/ directory, andLuke Kanies2007-11-121-5/+14
* Changing the 'main' class to no longer be lazy-evaluated.Luke Kanies2007-11-121-0/+2
* Merge commit 'davids-bugfixes/rest/fix-731'Luke Kanies2007-11-081-1/+2
|\