Age | Commit message (Expand) | Author | Files | Lines |
2008-11-17 | Move function existance test to parser evaluation | Brice Figureau | 1 | -1/+11 |
2008-10-29 | Fix #1402 - Allow multiline comments | Brice Figureau | 1 | -0/+11 |
2008-10-29 | Fix #857 - Multiple class of the same name don't append code | Brice Figureau | 1 | -0/+5 |
2008-10-21 | Fix #936 - Allow trailing comma in array definition | Brice Figureau | 2 | -0/+20 |
2008-10-21 | Fix #636 - Allow extraneous comma in function argument list | Brice Figureau | 1 | -0/+7 |
2008-10-05 | Rspec Tests for #381. | Brice Figureau | 1 | -28/+0 |
2008-10-04 | Minor test fix for #1614 | James Turnbull | 1 | -1/+1 |
2008-08-27 | Fixes tests broken by 95aa085 | James Turnbull | 1 | -0/+10 |
2008-08-23 | Fix leaking LoadedFile when adding templates to be watched | Andrew Shafer | 1 | -0/+8 |
2008-08-01 | Add testing for the changes to resolve redmine #1427, where Kernel methods sh... | Daniel Pittman | 2 | -11/+108 |
2008-04-10 | Fixed #1184 -- definitions now autoload correctly all of the time. | Luke Kanies | 1 | -1/+8 |
2008-03-21 | Found an array that leaked pretty quickly between reparsing | Luke Kanies | 1 | -0/+1 |
2008-03-06 | Always duplicating resource defaults in the parser, so that | Luke Kanies | 1 | -159/+0 |
2008-02-12 | Fixed #997 -- virtual defined types are no longer evaluated. | Luke Kanies | 2 | -25/+14 |
2008-02-12 | Moving the ast node tests to rspec (which I could have | Luke Kanies | 2 | -234/+0 |
2008-02-11 | Changing the name of the Compile class to Compiler, | Luke Kanies | 9 | -32/+32 |
2008-02-11 | Changing some methods in the Compile class to | Luke Kanies | 2 | -3/+3 |
2008-02-11 | Fixed #1030 - class and definition evaluation has been significantly | Luke Kanies | 1 | -184/+0 |
2008-02-11 | Converting the Compile class to use a Node::Catalog instance | Luke Kanies | 4 | -574/+1 |
2008-02-11 | Moving all of the tests for Puppet::Parser::Compile to | Luke Kanies | 1 | -33/+0 |
2008-02-08 | More AST refactoring -- each of the code wrapping classes | Luke Kanies | 5 | -63/+81 |
2008-02-08 | Refactoring the AST classes just a bit. I realized that | Luke Kanies | 12 | -63/+62 |
2008-02-08 | Stubbing Facter during the snippet tests, so they are faster and work with no... | Luke Kanies | 1 | -0/+2 |
2008-02-04 | Fixing #1017 -- environment-specific modulepath is no | Luke Kanies | 1 | -0/+12 |
2008-01-30 | Significantly refactoring the lexer, including adding Token and TokenList | Luke Kanies | 1 | -276/+0 |
2008-01-28 | Fixing a couple of tests, one related to recent tagging changes | Luke Kanies | 2 | -4/+4 |
2007-12-18 | Fixing #967 -- relationships now work when running 0.23.x clients | Luke Kanies | 1 | -5/+5 |
2007-12-11 | Renaming 'configuration' to 'catalog', fixing #954. | Luke Kanies | 4 | -18/+18 |
2007-11-28 | Fixing another failing test I somehow missed in my last big commit | Luke Kanies | 1 | -1/+1 |
2007-11-28 | Theoretically, this patch is to fix #917 (which it does), but | Luke Kanies | 6 | -23/+23 |
2007-11-28 | Fixing the first half of #917 -- the ResourcReference | Luke Kanies | 1 | -0/+12 |
2007-11-24 | Incorporating patch 20071030034736-6856b-6004090b3968cdbf7d366a03ee1c44e2160a... | Luke Kanies | 1 | -178/+0 |
2007-11-23 | Fixing a couple of tests that were failing because of the environment changes. | Luke Kanies | 1 | -0/+1 |
2007-11-19 | Fixing a failing test from my fix for #446 -- I had changed | Luke Kanies | 1 | -14/+0 |
2007-11-19 | Reverting the changes I'd made toward removing the global | Luke Kanies | 1 | -11/+12 |
2007-11-18 | Fixed most failing tests, but there are still over thirty failing. | Luke Kanies | 1 | -12/+11 |
2007-11-13 | Fixing a parser test -- really, just removing tests | Luke Kanies | 1 | -17/+3 |
2007-11-12 | Fixing #800 by refactoring how configurations are retrieved | Luke Kanies | 1 | -0/+1 |
2007-11-12 | Moving some compile tests to the spec/ directory, and | Luke Kanies | 1 | -73/+0 |
2007-11-12 | Changing the 'main' class to no longer be lazy-evaluated. | Luke Kanies | 1 | -5/+8 |
2007-11-08 | Switching the class resource evaluation to only happen | Luke Kanies | 1 | -1/+1 |
2007-11-08 | Classes once again get evaluated immediately when the | Luke Kanies | 2 | -52/+2 |
2007-10-26 | Changing the test/ classes so that they work from the main | Luke Kanies | 17 | -17/+17 |
2007-10-08 | All tests should now pass again. | Luke Kanies | 2 | -29/+9 |
2007-10-05 | Adding a :code setting for specifying code to run | Luke Kanies | 3 | -18/+6 |
2007-10-05 | This commit is focused on getting the 'puppet' executable | Luke Kanies | 2 | -41/+18 |
2007-10-03 | Removing the Id tags from all of the files | Luke Kanies | 8 | -8/+0 |
2007-09-25 | Merge branch 'indirection' of git://reductivelabs.com/puppet-luke | Luke Kanies | 1 | -12/+6 |
2007-09-22 | Merge branch 'configurations' into indirection | Luke Kanies | 1 | -11/+4 |
2007-09-22 | All tests now pass in this configuration branch, which means | Luke Kanies | 1 | -9/+2 |