| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing #326 -- parseonly now just creates a simple Master without opening a port | luke | 2006-11-09 | 1 | -2/+2 |
* | Merging the code over from the oscar branch. I will now be doing all develop... | luke | 2006-11-08 | 1 | -10/+3 |
* | Adding a "realize" function that can be used to make one or more resource non... | luke | 2006-10-18 | 1 | -2/+16 |
* | Merging the changes from the override-refactor branch. This is a significant... | luke | 2006-10-04 | 1 | -220/+265 |
* | Trying to fix a bug where files other than site.pp do not get noticed for rep... | luke | 2006-09-19 | 1 | -20/+17 |
* | Using the "trace" configuration parameter to determine whether a stack trace ... | luke | 2006-09-15 | 1 | -2/+2 |
* | Reverting the work done in [1605] and [1606]. I have added it as a patch in ... | luke | 2006-09-15 | 1 | -140/+65 |
* | This commit adds two important features (but which probably were not | luke | 2006-09-15 | 1 | -65/+140 |
* | Renaming parsedfile to loadedfile, which makes much more sense and reduces so... | luke | 2006-09-03 | 1 | -2/+2 |
* | Tracking down some weird bugs that managed to creep into the parser. I expec... | luke | 2006-08-28 | 1 | -13/+14 |
* | Committing definition inheritance. I have not yet written tests yet, but my ... | luke | 2006-08-22 | 1 | -6/+23 |
* | Adding "if/else" constructs. No operators, no elsif, but it is a good start,... | luke | 2006-08-22 | 1 | -324/+111 |
* | Committing changes that require dollar signs in prototypes | luke | 2006-08-14 | 1 | -0/+29 |
* | Apparently objects were legal rvalues, which does not make any sense. Fixed ... | luke | 2006-07-21 | 1 | -1/+0 |
* | Adding support for default nodes as requested in #136. | luke | 2006-06-13 | 1 | -0/+6 |
* | Fixing #166. Function names are no longer reserved words. | luke | 2006-06-08 | 1 | -4/+5 |
* | Fixing #155. It is now valid to have arrays with no values, although you wil... | luke | 2006-06-08 | 1 | -0/+6 |
* | Fixing #162. Node names must now be comma-separated. | luke | 2006-05-31 | 1 | -3/+4 |
* | Allowing empty files | luke | 2006-05-18 | 1 | -3/+5 |
* | Fixing #146. I think I mostly just fixed the error message; I do not think t... | luke | 2006-05-18 | 1 | -6/+5 |
* | I appear to have object collection working, incredibly. This commit does the... | luke | 2006-05-13 | 1 | -1/+19 |
* | The "collectable" syntax now works end-to-end -- the parser correctly recogni... | luke | 2006-05-13 | 1 | -1/+21 |
* | Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving imp... | luke | 2006-05-03 | 1 | -10/+23 |
* | Creating a simplistic, generic function framework in the parser, so it is now... | luke | 2006-04-26 | 1 | -62/+46 |
* | Changing "set" to "tag" | luke | 2006-04-11 | 1 | -4/+4 |
* | Fixing the language side of #109. Added a "set" keyword. | luke | 2006-04-11 | 1 | -1/+12 |
* | Change how names for nodes are specified: the 'node' keyword can be followed ... | lutter | 2006-04-04 | 1 | -14/+7 |
* | Manifests can now specify node names with fully qualified domain names, too. | lutter | 2006-03-31 | 1 | -5/+35 |
* | Supporting variables as the test value in both case statements and selectors. | luke | 2006-03-03 | 1 | -1/+2 |
* | Fixing bug #75, providing support for unnecessary end commas. | luke | 2006-02-27 | 1 | -3/+1 |
* | Mostly, this is a refactoring commit. There is one significant new feature, | luke | 2006-02-27 | 1 | -4/+4 |
* | Generate an error if the pattern for an import statement matches no file. | lutter | 2006-02-23 | 1 | -1/+6 |
* | Fix failure of test_importglobbing in test/parser/parser.rb | lutter | 2006-02-22 | 1 | -1/+11 |
* | Adding single-quote syntactical element | luke | 2006-02-16 | 1 | -10/+10 |
* | replacing all occurences of "is_a?" in the parser with "instance_of?" | luke | 2006-02-08 | 1 | -22/+22 |
* | Fixing bug that occurs with only one argument | luke | 2006-02-08 | 1 | -2/+2 |
* | Committing both the finalization of the config code, plus all of the code nec... | luke | 2006-02-07 | 1 | -0/+6 |
* | Made lots of small changes, mostly to help usability but also fixed a couple ... | luke | 2006-01-18 | 1 | -10/+8 |
* | Fixing most types to allow no statements | luke | 2006-01-18 | 1 | -1/+63 |
* | Fixed a couple of warnings, fixed a critical bug having to do with case state... | luke | 2006-01-12 | 1 | -1/+1 |
* | Further small bug fixes towards running puppet on my network | luke | 2005-10-25 | 1 | -4/+5 |
* | Adding some semantic tagging. It is not exactly full-featured yet, and it is... | luke | 2005-10-10 | 1 | -1/+1 |
* | Many, many changes toward a completely functional system. The only current p... | luke | 2005-09-23 | 1 | -18/+19 |
* | Nodes now support inheritance, for better or for worse. | luke | 2005-09-23 | 1 | -4/+4 |
* | The new "include" syntax works now. | luke | 2005-09-22 | 1 | -10/+57 |
* | I am still somewhat in mid-change, but I have made the biggest changes to mak... | luke | 2005-09-21 | 1 | -20/+13 |
* | Okay, significant change -- classes no longer accept arguments (which makes t... | luke | 2005-09-21 | 1 | -10/+10 |
* | adding stinkloads of comments to ast.rb (I am trying to go through and better... | luke | 2005-09-20 | 1 | -8/+35 |
* | My cfengine2puppet config now entirely parses. The biggest problem I ran int... | luke | 2005-09-18 | 1 | -4/+14 |
* | Successfully parsed my entire converted cfengine configuration; these are all... | luke | 2005-09-17 | 1 | -17/+18 |