| Commit message (Expand) | Author | Age | Files | Lines |
* | Moving the ast node tests to rspec (which I could have | Luke Kanies | 2008-02-12 | 3 | -34/+15 |
* | Changing the name of the Compile class to Compiler, | Luke Kanies | 2008-02-11 | 6 | -9/+9 |
* | Changing some methods in the Compile class to | Luke Kanies | 2008-02-11 | 3 | -3/+3 |
* | Fixed #1030 - class and definition evaluation has been significantly | Luke Kanies | 2008-02-11 | 2 | -19/+26 |
* | More AST refactoring -- each of the code wrapping classes | Luke Kanies | 2008-02-08 | 3 | -264/+249 |
* | Refactoring the AST classes just a bit. I realized that | Luke Kanies | 2008-02-08 | 20 | -106/+64 |
* | Renaming 'configuration' to 'catalog', fixing #954. | Luke Kanies | 2007-12-11 | 1 | -1/+1 |
* | Theoretically, this patch is to fix #917 (which it does), but | Luke Kanies | 2007-11-28 | 1 | -1/+4 |
* | Fixing the first half of #917 -- the ResourcReference | Luke Kanies | 2007-11-28 | 1 | -2/+2 |
* | Fixing the error message as requested in #893. | Luke Kanies | 2007-11-27 | 1 | -3/+1 |
* | Fixing a parser test -- really, just removing tests | Luke Kanies | 2007-11-13 | 2 | -1/+2 |
* | Removing the completely obsolete passwd2puppet and the obsolete component.rb | Luke Kanies | 2007-09-13 | 1 | -224/+0 |
* | Fixing #802 -- tags are now applied before parent classes are evaluated, so p... | Luke Kanies | 2007-09-06 | 1 | -1/+3 |
* | Renaming some ast resource classes and files so they make a lot more sense. | Luke Kanies | 2007-09-06 | 5 | -6/+6 |
* | Fixing #806. Resources correctly look up their fully qualified definition ty... | Luke Kanies | 2007-09-06 | 2 | -17/+33 |
* | Successfully modified all tests and code so that all language tests pass agai... | Luke Kanies | 2007-09-04 | 2 | -8/+5 |
* | We now have a real configuration object, as a subclass of GRATR::Digraph, tha... | Luke Kanies | 2007-09-04 | 22 | -351/+41 |
* | More refactoring. I have removed a few more extraneous methods from Scope, m... | Luke Kanies | 2007-09-03 | 4 | -13/+25 |
* | Removing the Scope#setresource method, since it was essentially redundant. T... | Luke Kanies | 2007-09-03 | 1 | -3/+3 |
* | Doing a small amount of refactoring, toward being able to use Parser resource... | Luke Kanies | 2007-09-03 | 3 | -78/+63 |
* | Deleting old documentation that somehow made it back into the tree in the swi... | Luke Kanies | 2007-09-01 | 2 | -2/+228 |
* | Renaming the "configuration" object to "compile", because it is only a transi... | Luke Kanies | 2007-08-25 | 1 | -1/+1 |
* | All language tests now pass. I expect there are other failures elsewhere, bu... | Luke Kanies | 2007-08-20 | 1 | -1/+1 |
* | The first pass where at least all of the snippet tests pass. I have unfortun... | Luke Kanies | 2007-08-20 | 3 | -37/+29 |
* | An intermediate commit in the work towards adding multi-environment support. | Luke Kanies | 2007-08-14 | 1 | -2/+5 |
* | Fixing #314 and #729; here's the changelog: | luke | 2007-08-03 | 2 | -3/+3 |
* | Adding the ability to specify relationships to classes, using Class[name] res... | luke | 2007-07-19 | 1 | -3/+9 |
* | The first round of bug-fixes in preparation for beaker | luke | 2007-07-19 | 1 | -2/+4 |
* | Fixing #703, mostly. You still cannot do multi-condition queries, but you ca... | luke | 2007-07-18 | 1 | -9/+7 |
* | Adding patch by Valentin Vidic to add the "+>" syntax for adding values to pa... | luke | 2007-07-10 | 1 | -2/+3 |
* | The parser now throws an error when a resource reference is created for an un... | luke | 2007-07-08 | 1 | -0/+8 |
* | Fixing #620 - class names and node names now throw an error when they conflict | luke | 2007-07-04 | 1 | -1/+1 |
* | Fixing #637 -- defined resources can now correctly be virtual or exported | luke | 2007-06-11 | 1 | -1/+6 |
* | Adding #629 -- an undef keyword now exists | luke | 2007-05-17 | 1 | -0/+3 |
* | Fixing a weird bug that occurred because I was changing @parentclass in the A... | luke | 2007-05-14 | 3 | -25/+19 |
* | Fixing #615 (subclasses with similar names) by getting rid of the class "type... | luke | 2007-05-03 | 1 | -11/+9 |
* | Adding the functionality requested in http://mail.madstop.com/pipermail/puppe... | luke | 2007-04-19 | 1 | -2/+0 |
* | Adding #539. Definitions can now have titles, and both $title and $name are ... | luke | 2007-03-19 | 1 | -6/+16 |
* | Merging the webserver_portability branch from version 2182 to version 2258. | luke | 2007-03-06 | 2 | -32/+10 |
* | Applying a modified form of the patch by cstorey from #523. The modification... | luke | 2007-02-28 | 1 | -4/+2 |
* | Fixing #477. setvar() can now accept the file and line info from callers. | luke | 2007-02-28 | 1 | -1/+1 |
* | Applying patch by DavidS from #522, along with test code and a small bit of c... | luke | 2007-02-27 | 2 | -18/+13 |
* | Fixing #517 and more. Classes now support more than one namespace in their s... | luke | 2007-02-27 | 1 | -0/+8 |
* | Fixing #472. Apparently this has been broken since I did the parser redesign... | luke | 2007-02-22 | 2 | -5/+15 |
* | Fixing executable tests to take new rundir into account | luke | 2007-02-01 | 1 | -1/+2 |
* | Fixing selector tests to get rid of a lame hash ordering bug in the tests. | luke | 2007-02-01 | 1 | -0/+1 |
* | changing selector error message | luke | 2007-01-26 | 1 | -1/+1 |
* | Hopefully fixing tagging problem | luke | 2006-12-29 | 1 | -2/+2 |
* | Not downcasing facts any longer, closing #210 (although not using the patch f... | luke | 2006-12-23 | 2 | -2/+19 |
* | Fixing painfully difficult to find bug in defining exported resources | luke | 2006-12-14 | 1 | -2/+9 |