| Commit message (Expand) | Author | Age | Files | Lines |
* | Removing Resource::Reference classes | Luke Kanies | 2010-02-17 | 1 | -172/+0 |
* | Adding parameter validation to Puppet::Resource | Luke Kanies | 2010-02-17 | 1 | -4/+4 |
* | Fixing a small test by stubbing instead of mocking | Luke Kanies | 2009-08-02 | 1 | -2/+1 |
* | Switching to LoadedCode from ASTSet | Luke Kanies | 2009-07-05 | 1 | -1/+1 |
* | Changed tabs to spaces without interfering with indentation or alignment | Ian Taylor | 2009-06-06 | 1 | -1/+1 |
* | 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 |
|/ |
|
* | Always duplicating resource defaults in the parser, so that | Luke Kanies | 2008-03-06 | 1 | -159/+0 |
* | Changing the name of the Compile class to Compiler, | Luke Kanies | 2008-02-11 | 1 | -2/+2 |
* | Converting the Compile class to use a Node::Catalog instance | Luke Kanies | 2008-02-11 | 1 | -3/+0 |
* | 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 | 1 | -1/+1 |
* | Refactoring the AST classes just a bit. I realized that | Luke Kanies | 2008-02-08 | 1 | -2/+1 |
* | Fixing a couple of tests, one related to recent tagging changes | Luke Kanies | 2008-01-28 | 1 | -2/+2 |
* | Fixing #967 -- relationships now work when running 0.23.x clients | Luke Kanies | 2007-12-18 | 1 | -5/+5 |
* | 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 | 1 | -9/+9 |
* | Fixing a failing test from my fix for #446 -- I had changed | Luke Kanies | 2007-11-19 | 1 | -14/+0 |
* | Changing the test/ classes so that they work from the main | Luke Kanies | 2007-10-26 | 1 | -1/+1 |
* | *Finally* fixing the tests that were failing around users and groups. The pr... | Luke Kanies | 2007-09-07 | 1 | -2/+2 |
* | Successfully modified all tests and code so that all language tests pass agai... | Luke Kanies | 2007-09-04 | 1 | -16/+48 |
* | We now have a real configuration object, as a subclass of GRATR::Digraph, tha... | Luke Kanies | 2007-09-04 | 1 | -1/+16 |
* | Doing a small amount of refactoring, toward being able to use Parser resource... | Luke Kanies | 2007-09-03 | 1 | -6/+2 |
* | Deleting old documentation that somehow made it back into the tree in the swi... | Luke Kanies | 2007-09-01 | 1 | -1/+1 |
* | And we have multiple environment support in the parser. The only remaining p... | Luke Kanies | 2007-08-25 | 1 | -4/+4 |
* | All language tests now pass. I expect there are other failures elsewhere, bu... | Luke Kanies | 2007-08-20 | 1 | -81/+42 |
* | The first pass where at least all of the snippet tests pass. I have unfortun... | Luke Kanies | 2007-08-20 | 1 | -224/+201 |
* | Adding patch by Valentin Vidic to add the "+>" syntax for adding values to pa... | luke | 2007-07-10 | 1 | -0/+25 |
* | All rails and language tests now pass again. All of the rails tests should n... | luke | 2007-06-17 | 1 | -6/+13 |
* | Fixing #673, but I have not written a test case for it. I moved all rails-re... | luke | 2007-06-17 | 1 | -96/+1 |
* | Fixing #637 -- defined resources can now correctly be virtual or exported | luke | 2007-06-11 | 1 | -94/+134 |
* | Adding #629 -- an undef keyword now exists | luke | 2007-05-17 | 1 | -0/+14 |
* | Working a little bit on rails failures, with no real progress | luke | 2007-04-30 | 1 | -16/+20 |
* | Adding #539. Definitions can now have titles, and both $title and $name are ... | luke | 2007-03-19 | 1 | -0/+39 |
* | Fixing #472. Apparently this has been broken since I did the parser redesign... | luke | 2007-02-22 | 1 | -0/+38 |
* | Undo the param_names param_values changes | shadoi | 2007-02-17 | 1 | -4/+6 |
* | Merge fact_names & fact_values, and param_names & param_values. | shadoi | 2007-02-15 | 1 | -5/+4 |
* | Fixing #391. Keeping track of times of compile and freshness checks. | luke | 2007-01-04 | 1 | -11/+14 |
* | Fixing #343. Collections and definition evaluation both now happen on every ... | luke | 2006-12-23 | 1 | -2/+2 |
* | Fixing most of the rails stuff. I think everything basically works now, and ... | luke | 2006-12-19 | 1 | -15/+62 |
* | New rails stuff redux. | shadoi | 2006-12-14 | 1 | -5/+5 |
* | Fixing #339, and the bigger problem it concealed. Metaparams are now only ad... | luke | 2006-11-13 | 1 | -1/+6 |
* | Fixing the test scripts so that the library path | luke | 2006-10-16 | 1 | -1/+3 |
* | Adding a ruby header to all of the tests so that they can now be executed as ... | luke | 2006-10-16 | 1 | -1/+1 |
* | Many, many, many performance improvements in the compiler (I hope). I did no... | luke | 2006-10-06 | 1 | -1/+6 |
* | Merging the changes from the override-refactor branch. This is a significant... | luke | 2006-10-04 | 1 | -0/+391 |