| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix #1088 - part2 - Add rspec tests | Brice Figureau | 2009-03-14 | 1 | -0/+6 |
| * | Fixing tests broken in previous commits | Luke Kanies | 2009-03-11 | 1 | -2/+2 |
| * | Merge branch '0.24.x' | Luke Kanies | 2009-02-14 | 1 | -40/+0 |
| |\ |
|
| | * | Removing a no-longer-valid test. | Luke Kanies | 2009-02-14 | 1 | -40/+0 |
| * | | Adding resource convertion to the parser resources | Luke Kanies | 2008-12-18 | 1 | -84/+0 |
| * | | Renaming Puppet::Node::Catalog to Puppet::Resource::Catalog | Luke Kanies | 2008-12-18 | 1 | -1/+1 |
| * | | Merge branch '0.24.x' | Luke Kanies | 2008-12-02 | 1 | -1/+11 |
| |\| |
|
| | * | Move function existance test to parser evaluation | Brice Figureau | 2008-11-17 | 1 | -1/+11 |
| * | | Fixing forward-compatibility issues resulting from no global resources | Luke Kanies | 2008-10-31 | 1 | -1/+1 |
| * | | Merge branch '0.24.x' | Luke Kanies | 2008-10-31 | 1 | -0/+16 |
| |\| |
|
| | * | Fix #1402 - Allow multiline comments | Brice Figureau | 2008-10-29 | 1 | -0/+11 |
| | * | Fix #857 - Multiple class of the same name don't append code | Brice Figureau | 2008-10-29 | 1 | -0/+5 |
| * | | Merge branch '0.24.x' | Luke Kanies | 2008-10-22 | 2 | -0/+27 |
| |\| |
|
| | * | Fix #936 - Allow trailing comma in array definition | Brice Figureau | 2008-10-21 | 2 | -0/+20 |
| | * | Fix #636 - Allow extraneous comma in function argument list | Brice Figureau | 2008-10-21 | 1 | -0/+7 |
| * | | Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear, | Luke Kanies | 2008-10-17 | 2 | -29/+1 |
| |\| |
|
| | * | Rspec Tests for #381. | Brice Figureau | 2008-10-05 | 1 | -28/+0 |
| | * | Minor test fix for #1614 | James Turnbull | 2008-10-04 | 1 | -1/+1 |
| * | | Merge branch '0.24.x' | Luke Kanies | 2008-09-23 | 1 | -0/+10 |
| |\| |
|
| | * | Fixes tests broken by 95aa085 | James Turnbull | 2008-08-27 | 1 | -0/+10 |
| * | | Merge commit 'turnbull/0.24.x' | Luke Kanies | 2008-08-26 | 1 | -0/+8 |
| |\| |
|
| | * | Fix leaking LoadedFile when adding templates to be watched | Andrew Shafer | 2008-08-23 | 1 | -0/+8 |
| * | | Merge branch '0.24.x' | Luke Kanies | 2008-08-18 | 2 | -11/+108 |
| |\| |
|
| | * | Add testing for the changes to resolve redmine #1427, where Kernel methods sh... | Daniel Pittman | 2008-08-01 | 2 | -11/+108 |
| * | | Merge branch '0.24.x' | Luke Kanies | 2008-04-11 | 1 | -1/+8 |
| |\| |
|
| | * | Fixed #1184 -- definitions now autoload correctly all of the time. | Luke Kanies | 2008-04-10 | 1 | -1/+8 |
| * | | Merge branch 'master' into master_no_global_resources | Luke Kanies | 2008-03-31 | 15 | -1546/+108 |
| |\| |
|
| | * | Found an array that leaked pretty quickly between reparsing | Luke Kanies | 2008-03-21 | 1 | -0/+1 |
| | * | Always duplicating resource defaults in the parser, so that | Luke Kanies | 2008-03-06 | 1 | -159/+0 |
| | * | Fixed #997 -- virtual defined types are no longer evaluated. | Luke Kanies | 2008-02-12 | 2 | -25/+14 |
| | * | Moving the ast node tests to rspec (which I could have | Luke Kanies | 2008-02-12 | 2 | -234/+0 |
| | * | Changing the name of the Compile class to Compiler, | Luke Kanies | 2008-02-11 | 9 | -32/+32 |
| | * | Changing some methods in the Compile class to | Luke Kanies | 2008-02-11 | 2 | -3/+3 |
| | * | Fixed #1030 - class and definition evaluation has been significantly | Luke Kanies | 2008-02-11 | 1 | -184/+0 |
| | * | Converting the Compile class to use a Node::Catalog instance | Luke Kanies | 2008-02-11 | 4 | -574/+1 |
| | * | Moving all of the tests for Puppet::Parser::Compile to | Luke Kanies | 2008-02-11 | 1 | -33/+0 |
| | * | More AST refactoring -- each of the code wrapping classes | Luke Kanies | 2008-02-08 | 5 | -63/+81 |
| | * | Refactoring the AST classes just a bit. I realized that | Luke Kanies | 2008-02-08 | 12 | -63/+62 |
| | * | Stubbing Facter during the snippet tests, so they are faster and work with no... | Luke Kanies | 2008-02-08 | 1 | -0/+2 |
| | * | Fixing #1017 -- environment-specific modulepath is no | Luke Kanies | 2008-02-04 | 1 | -0/+12 |
| | * | Significantly refactoring the lexer, including adding Token and TokenList | Luke Kanies | 2008-01-30 | 1 | -276/+0 |
| | * | Fixing a couple of tests, one related to recent tagging changes | Luke Kanies | 2008-01-28 | 2 | -4/+4 |
| * | | Another round of test-fixes toward eliminating global resource | Luke Kanies | 2008-01-14 | 2 | -12/+0 |
| * | | Another round of fixes toward making global resources work. | Luke Kanies | 2008-01-09 | 1 | -23/+13 |
| * | | Lots o' bug-fixes toward getting rid of global resources. | Luke Kanies | 2008-01-08 | 1 | -2/+2 |
| |/ |
|
| * | Fixing #967 -- relationships now work when running 0.23.x clients | Luke Kanies | 2007-12-18 | 1 | -5/+5 |
| * | Renaming 'configuration' to 'catalog', fixing #954. | Luke Kanies | 2007-12-11 | 4 | -18/+18 |
| * | Fixing another failing test I somehow missed in my last big commit | Luke Kanies | 2007-11-28 | 1 | -1/+1 |
| * | Theoretically, this patch is to fix #917 (which it does), but | Luke Kanies | 2007-11-28 | 6 | -23/+23 |
| * | Fixing the first half of #917 -- the ResourcReference | Luke Kanies | 2007-11-28 | 1 | -0/+12 |