| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing #1242 -- lack of storeconfigs only produces warning, not exception. | Luke Kanies | 2008-05-26 | 3 | -6/+12 |
* | Put function in ticket #311 in correct location | James Turnbull | 2008-05-24 | 1 | -0/+16 |
* | Correcting whitespace in the templatewrapper code. | Luke Kanies | 2008-05-13 | 1 | -6/+6 |
* | Adding has_variable? support, fixing ticket #1177 | Adam Jacob | 2008-05-13 | 1 | -0/+9 |
* | Clarifying the exception when there's a syntax error but a valid parser. | Luke Kanies | 2008-05-12 | 1 | -1/+1 |
* | Fixing an error message to be more clear | Luke Kanies | 2008-05-01 | 1 | -1/+1 |
* | Fix for ticket #1209 | James Turnbull | 2008-04-30 | 1 | -1/+1 |
* | Modified the 'master' handler to use the Catalog class to | Luke Kanies | 2008-04-11 | 1 | -0/+6 |
* | Fixed #1184 -- definitions now autoload correctly all of the time. | Luke Kanies | 2008-04-10 | 1 | -2/+6 |
* | Found an array that leaked pretty quickly between reparsing | Luke Kanies | 2008-03-21 | 1 | -9/+12 |
* | Always duplicating resource defaults in the parser, so that | Luke Kanies | 2008-03-06 | 2 | -21/+17 |
* | Fixing the fact that resources that model defined resources | Luke Kanies | 2008-02-29 | 1 | -0/+7 |
* | Fixed #1047 -- Puppet's parser no longer changes the order | Luke Kanies | 2008-02-28 | 1 | -21/+3 |
* | Fixed #1063 -- the master correctly logs syntax errors when | Luke Kanies | 2008-02-28 | 1 | -1/+5 |
* | Fixing #1092 by no longer using the resource reference to | Luke Kanies | 2008-02-28 | 1 | -3/+2 |
* | Fixing #1085, I think -- I was not returning a resource | Luke Kanies | 2008-02-25 | 2 | -4/+8 |
* | Fixing #1084 -- the node catalog asks the individual | Luke Kanies | 2008-02-25 | 1 | -0/+9 |
* | Corrected #1040 fix - this should now be right - trace was after raise | James Turnbull | 2008-02-25 | 1 | -3/+1 |
* | Second attempt fix address ticket #1040 | James Turnbull | 2008-02-19 | 1 | -3/+6 |
* | Attempt to fix #1040 - catching errors in compilation | James Turnbull | 2008-02-19 | 1 | -1/+5 |
* | Fixed #1003 -- Applying DavidS's patch to fix searching for | Luke Kanies | 2008-02-13 | 1 | -1/+1 |
* | Fixed #968 again, this time with tests -- parseonly works, | Luke Kanies | 2008-02-13 | 4 | -27/+32 |
* | Merge commit 'bartv/pending/fix-997' into 0.24.x | Luke Kanies | 2008-02-12 | 1 | -2/+6 |
|\ |
|
| * | Fix bug #997, only evaluate non-virtual definitions | Bart Vanbrabant | 2008-01-22 | 1 | -2/+6 |
* | | Moving the ast node tests to rspec (which I could have | Luke Kanies | 2008-02-12 | 5 | -38/+24 |
* | | Removing the last remaining vestiges of GRATR -- | Luke Kanies | 2008-02-11 | 1 | -3/+3 |
* | | Changing the name of the Compile class to Compiler, | Luke Kanies | 2008-02-11 | 12 | -32/+32 |
* | | Refactoring the interface between the Compile class | Luke Kanies | 2008-02-11 | 1 | -3/+1 |
* | | Changing some methods in the Compile class to | Luke Kanies | 2008-02-11 | 5 | -27/+27 |
* | | Fixed #1030 - class and definition evaluation has been significantly | Luke Kanies | 2008-02-11 | 3 | -28/+27 |
* | | Converting the Compile class to use a Node::Catalog instance | Luke Kanies | 2008-02-11 | 2 | -57/+11 |
* | | Moving all of the tests for Puppet::Parser::Compile to | Luke Kanies | 2008-02-11 | 3 | -20/+17 |
* | | More AST refactoring -- each of the code wrapping classes | Luke Kanies | 2008-02-08 | 6 | -266/+256 |
* | | Refactoring the AST classes just a bit. I realized that | Luke Kanies | 2008-02-08 | 22 | -110/+68 |
* | | Removing some obsolete code from the AST base class | Luke Kanies | 2008-02-08 | 1 | -39/+3 |
* | | Ceasing autoloading ast files; loading them manually instead | Luke Kanies | 2008-02-08 | 1 | -7/+21 |
* | | Merge commit 'bartv/pending/fix-933' into 0.24.x | Luke Kanies | 2008-02-05 | 1 | -0/+2 |
|\ \ |
|
| * | | Store a resource before adding relations to it otherwise activerecord will | Bart Vanbrabant | 2008-02-03 | 1 | -0/+2 |
| |/ |
|
* | | Fixing #1017 -- environment-specific modulepath is no | Luke Kanies | 2008-02-04 | 1 | -1/+1 |
* | | Significantly refactoring the lexer, including adding Token and TokenList | Luke Kanies | 2008-01-30 | 2 | -275/+393 |
* | | Removing tons of unnecessary calls to "nil?" from the lexer. | Luke Kanies | 2008-01-28 | 1 | -22/+6 |
|/ |
|
* | Fixing #976 -- both the full name of qualified classes and | Luke Kanies | 2008-01-19 | 1 | -25/+10 |
* | Applying a fix for #998 -- I used a patch equivalent to | Luke Kanies | 2008-01-19 | 1 | -0/+3 |
* | Fixing #982 -- I have completely removed the GRATR graph library | Luke Kanies | 2008-01-07 | 1 | -5/+1 |
* | Fixing #971 -- classes can once again be included multiple | Luke Kanies | 2008-01-07 | 1 | -0/+3 |
* | Fixing #967 -- relationships now work when running 0.23.x clients | Luke Kanies | 2007-12-18 | 1 | -1/+7 |
* | This should be the last fix for exported resources. | Luke Kanies | 2007-12-11 | 1 | -0/+2 |
* | Renaming 'configuration' to 'catalog', fixing #954. | Luke Kanies | 2007-12-11 | 4 | -23/+23 |
* | Fixing #923. Resources that are collected on the local | Luke Kanies | 2007-12-06 | 1 | -1/+0 |
* | Theoretically, this patch is to fix #917 (which it does), but | Luke Kanies | 2007-11-28 | 4 | -27/+22 |