| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | 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 |
| * | Incorporating patch 20071030034736-6856b-6004090b3968cdbf7d366a03ee1c44e2160a... | Luke Kanies | 2007-11-24 | 1 | -178/+0 |
| * | Fixing a couple of tests that were failing because of the environment changes. | Luke Kanies | 2007-11-23 | 1 | -0/+1 |
| * | Fixing a failing test from my fix for #446 -- I had changed | Luke Kanies | 2007-11-19 | 1 | -14/+0 |
| * | Reverting the changes I'd made toward removing the global | Luke Kanies | 2007-11-19 | 1 | -11/+12 |
| * | Fixed most failing tests, but there are still over thirty failing. | Luke Kanies | 2007-11-18 | 1 | -12/+11 |
| * | Fixing a parser test -- really, just removing tests | Luke Kanies | 2007-11-13 | 1 | -17/+3 |
| * | Fixing #800 by refactoring how configurations are retrieved | Luke Kanies | 2007-11-12 | 1 | -0/+1 |
| * | Moving some compile tests to the spec/ directory, and | Luke Kanies | 2007-11-12 | 1 | -73/+0 |
| * | Changing the 'main' class to no longer be lazy-evaluated. | Luke Kanies | 2007-11-12 | 1 | -5/+8 |
| * | Switching the class resource evaluation to only happen | Luke Kanies | 2007-11-08 | 1 | -1/+1 |
| * | Classes once again get evaluated immediately when the | Luke Kanies | 2007-11-08 | 2 | -52/+2 |
| * | Changing the test/ classes so that they work from the main | Luke Kanies | 2007-10-26 | 17 | -17/+17 |
| * | All tests should now pass again. | Luke Kanies | 2007-10-08 | 2 | -29/+9 |
| * | Adding a :code setting for specifying code to run | Luke Kanies | 2007-10-05 | 3 | -18/+6 |
| * | This commit is focused on getting the 'puppet' executable | Luke Kanies | 2007-10-05 | 2 | -41/+18 |
| * | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 8 | -8/+0 |
| * | Merge branch 'indirection' of git://reductivelabs.com/puppet-luke | Luke Kanies | 2007-09-25 | 1 | -12/+6 |
| |\ |
|
| | * | Merge branch 'configurations' into indirection | Luke Kanies | 2007-09-22 | 1 | -11/+4 |
| | |\ |
|
| | | * | All tests now pass in this configuration branch, which means | Luke Kanies | 2007-09-22 | 1 | -9/+2 |
| | |/ |
|
| | * | Another intermediate commit. The node and fact classes are now functional an... | Luke Kanies | 2007-09-12 | 1 | -3/+4 |
| * | | Removed TYPE token, replacing it with CLASSREF token, in the grammar and lexe... | Michael V. O'Brien | 2007-09-10 | 1 | -1/+19 |
| * | | Fixed #774, which fixed fully qualified collection statements | Michael V. O'Brien | 2007-09-10 | 1 | -0/+8 |
| |/ |
|
| * | *Finally* fixing the tests that were failing around users and groups. The pr... | Luke Kanies | 2007-09-07 | 4 | -9/+9 |
| * | Fixing some failed tests. Mostly cleanup. Next is to make all of the user t... | Luke Kanies | 2007-09-07 | 1 | -18/+19 |
| * | Fixing #802 -- tags are now applied before parent classes are evaluated, so p... | Luke Kanies | 2007-09-06 | 2 | -4/+25 |
| * | Renaming some ast resource classes and files so they make a lot more sense. | Luke Kanies | 2007-09-06 | 3 | -6/+6 |
| * | Fixing #806. Resources correctly look up their fully qualified definition ty... | Luke Kanies | 2007-09-06 | 1 | -0/+59 |
| * | Flipped the switch so that compiles now return a Configuration instance inste... | Luke Kanies | 2007-09-04 | 5 | -24/+19 |
| * | Successfully modified all tests and code so that all language tests pass agai... | Luke Kanies | 2007-09-04 | 9 | -290/+275 |
| * | We now have a real configuration object, as a subclass of GRATR::Digraph, tha... | Luke Kanies | 2007-09-04 | 5 | -123/+16 |
| * | More refactoring. I have removed a few more extraneous methods from Scope, m... | Luke Kanies | 2007-09-03 | 5 | -58/+17 |