| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Adding this test stub that's been sitting | Luke Kanies | 2007-10-18 | 1 | -0/+47 |
* | Adding a :code setting for specifying code to run | Luke Kanies | 2007-10-05 | 1 | -37/+7 |
* | This commit is focused on getting the 'puppet' executable | Luke Kanies | 2007-10-05 | 2 | -21/+12 |
* | Fixing #814 -- when files are missing, the exceptions should | Luke Kanies | 2007-10-03 | 1 | -24/+27 |
* | Renaming the 'Puppet::Util::Config' class to | Luke Kanies | 2007-09-22 | 1 | -2/+2 |
* | Fixing #807. The exception handling should more closely resemble how it used... | Luke Kanies | 2007-09-06 | 1 | -2/+4 |
* | Flipped the switch so that compiles now return a Configuration instance inste... | Luke Kanies | 2007-09-04 | 1 | -8/+12 |
* | Doing a small amount of refactoring, toward being able to use Parser resource... | Luke Kanies | 2007-09-03 | 2 | -0/+105 |
* | Deleting old documentation that somehow made it back into the tree in the swi... | Luke Kanies | 2007-09-01 | 1 | -0/+48 |
* | Multiple environment support now works, and I have even tested it in real lif... | Luke Kanies | 2007-08-26 | 1 | -25/+47 |
* | Removing this test for now; I do not have time to port it from test/unit to r... | Luke Kanies | 2007-08-25 | 1 | -755/+0 |
* | Renaming the "configuration" object to "compile", because it is only a transi... | Luke Kanies | 2007-08-25 | 1 | -0/+755 |
* | Everything up to the parser (and the Modules) is ready to support multiple en... | Luke Kanies | 2007-08-23 | 1 | -0/+76 |
* | Building a stand-alone spec directory for creating the new spec-based tests. | Luke Kanies | 2007-08-23 | 1 | -0/+94 |