| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add comparison operators (< > == != <= >=) to AST | Brice Figureau | 2008-09-30 | 1 | -0/+52 |
* | Add boolean operators to AST | Brice Figureau | 2008-09-30 | 1 | -0/+53 |
* | Fixed #1472 -- defined, exported resources in the current compile now get exp... | Luke Kanies | 2008-09-25 | 1 | -5/+5 |
* | Fixed #1045 - Multiple metaparams all get added to resources. | Luke Kanies | 2008-09-24 | 1 | -0/+10 |
* | Add rspec unit test for the append operator | Brice Figureau | 2008-09-21 | 4 | -1/+120 |
* | Fixes #1274 - allow class names to start with numbers | James Turnbull | 2008-08-17 | 1 | -0/+9 |
* | Added tests for TemplateWrapper's use of Scope#to_hash. | Luke Kanies | 2008-08-09 | 1 | -1/+12 |
* | Issue 1215 | Andrew Shafer | 2008-06-13 | 1 | -24/+3 |
* | Fixing #1242 -- lack of storeconfigs only produces warning, not exception. | Luke Kanies | 2008-05-26 | 1 | -0/+9 |
* | Correcting whitespace in the templatewrapper code. | Luke Kanies | 2008-05-13 | 1 | -52/+52 |
* | Adding has_variable? support, fixing ticket #1177 | Adam Jacob | 2008-05-13 | 1 | -0/+57 |
* | Modified the 'master' handler to use the Catalog class to | Luke Kanies | 2008-04-11 | 1 | -0/+7 |
* | Fixes #1148 - replaces #!/usr/bin/ruby with #!/usr/bin/env ruby. | Paul Lathrop | 2008-03-28 | 1 | -1/+1 |
* | Fixing some tests that only failed under certain | Luke Kanies | 2008-03-18 | 1 | -3/+1 |
* | Always duplicating resource defaults in the parser, so that | Luke Kanies | 2008-03-06 | 1 | -5/+156 |
* | Fixing the fact that resources that model defined resources | Luke Kanies | 2008-02-29 | 1 | -0/+6 |
* | Fixed #1063 -- the master correctly logs syntax errors when | Luke Kanies | 2008-02-28 | 1 | -138/+148 |
* | Fixing #1092 by no longer using the resource reference to | Luke Kanies | 2008-02-28 | 1 | -2/+2 |
* | Fixing #1085, I think -- I was not returning a resource | Luke Kanies | 2008-02-25 | 1 | -1/+7 |
* | Fixing #1084 -- the node catalog asks the individual | Luke Kanies | 2008-02-25 | 1 | -98/+113 |
* | Fixed test for #1040 | James Turnbull | 2008-02-20 | 1 | -0/+1 |
* | converting parser ast node specs from setup/teardown to before/after | Rick Bradley | 2008-02-18 | 1 | -83/+81 |
* | converting parser ast host class specs from setup/teardown to before/after | Rick Bradley | 2008-02-18 | 1 | -86/+84 |
* | converting parser compilerspecs from setup/teardown to before/after | Rick Bradley | 2008-02-18 | 1 | -391/+379 |
* | 'rake' within the spec dir works now, anyway, which is | Luke Kanies | 2008-02-12 | 2 | -6/+6 |
* | Fixed #997 -- virtual defined types are no longer evaluated. | Luke Kanies | 2008-02-12 | 1 | -4/+13 |
* | Moving the ast node tests to rspec (which I could have | Luke Kanies | 2008-02-12 | 2 | -0/+275 |
* | Changing the name of the Compile class to Compiler, | Luke Kanies | 2008-02-11 | 7 | -188/+188 |
* | Refactoring the interface between the Compile class | Luke Kanies | 2008-02-11 | 1 | -26/+15 |
* | Changing some methods in the Compile class to | Luke Kanies | 2008-02-11 | 2 | -25/+25 |
* | Fixed #1030 - class and definition evaluation has been significantly | Luke Kanies | 2008-02-11 | 2 | -113/+224 |
* | Converting the Compile class to use a Node::Catalog instance | Luke Kanies | 2008-02-11 | 1 | -30/+13 |
* | Moving all of the tests for Puppet::Parser::Compile to | Luke Kanies | 2008-02-11 | 1 | -31/+333 |
* | More AST refactoring -- each of the code wrapping classes | Luke Kanies | 2008-02-08 | 2 | -4/+4 |
* | Refactoring the AST classes just a bit. I realized that | Luke Kanies | 2008-02-08 | 2 | -6/+6 |
* | Significantly refactoring the lexer, including adding Token and TokenList | Luke Kanies | 2008-01-30 | 1 | -0/+465 |
* | Fixing #976 -- both the full name of qualified classes and | Luke Kanies | 2008-01-19 | 1 | -0/+60 |
* | Fixing #971 -- classes can once again be included multiple | Luke Kanies | 2008-01-07 | 1 | -1/+14 |
* | Fixing #967 -- relationships now work when running 0.23.x clients | Luke Kanies | 2007-12-18 | 1 | -2/+7 |
* | This should be the last fix for exported resources. | Luke Kanies | 2007-12-11 | 1 | -0/+21 |
* | Renaming 'configuration' to 'catalog', fixing #954. | Luke Kanies | 2007-12-11 | 2 | -14/+14 |
* | Fixing #923. Resources that are collected on the local | Luke Kanies | 2007-12-06 | 1 | -13/+0 |
* | Theoretically, this patch is to fix #917 (which it does), but | Luke Kanies | 2007-11-28 | 2 | -33/+42 |
* | Fixing #921, mostly by just deleting the existing test. I had | Luke Kanies | 2007-11-26 | 1 | -4/+22 |
* | Incorporating patch 20071030034736-6856b-6004090b3968cdbf7d366a03ee1c44e2160a... | Luke Kanies | 2007-11-24 | 1 | -0/+386 |
* | Fixing the first part of #787. Not all collections were | Luke Kanies | 2007-11-20 | 1 | -0/+25 |
* | Fixing #446. I ended up largely not using porridge's patch, | Luke Kanies | 2007-11-19 | 1 | -0/+50 |
* | Moving some compile tests to the spec/ directory, and | Luke Kanies | 2007-11-12 | 1 | -0/+100 |
* | Switching the class resource evaluation to only happen | Luke Kanies | 2007-11-08 | 1 | -6/+12 |
* | Classes once again get evaluated immediately when the | Luke Kanies | 2007-11-08 | 1 | -12/+87 |