| Commit message (Expand) | Author | Age | Files | Lines |
* | Configuration parameters now require (and have) descriptions, and a set of co... | luke | 2006-02-07 | 2 | -3/+5 |
* | Committing both the finalization of the config code, plus all of the code nec... | luke | 2006-02-07 | 9 | -38/+82 |
* | Fix snippet_componentmetaparams test | lutter | 2006-02-07 | 1 | -1/+1 |
* | Fixing class storage -- it was not working for nodescopes | luke | 2006-01-30 | 2 | -15/+19 |
* | Fixing a small checksumming bug, reorganizing the client stuff a bit, and add... | luke | 2006-01-18 | 1 | -4/+22 |
* | Made lots of small changes, mostly to help usability but also fixed a couple ... | luke | 2006-01-18 | 15 | -119/+111 |
* | Fixing most types to allow no statements | luke | 2006-01-18 | 2 | -210/+358 |
* | Moving ast classes into separate files | luke | 2006-01-13 | 18 | -1442/+1496 |
* | Converting transport format to YAML instead of Marshal, and caching the file ... | luke | 2006-01-12 | 2 | -2/+17 |
* | Fixed a couple of warnings, fixed a critical bug having to do with case state... | luke | 2006-01-12 | 3 | -7/+10 |
* | Adding "content" state to files, and string interpolation handles escaped whi... | luke | 2006-01-12 | 1 | -1/+1 |
* | Supporting puppetmasterd running as a non-root user, and doing some basic mes... | luke | 2006-01-10 | 1 | -1/+3 |
* | Merging changes from the head of the rework1 branch, r 784 | luke | 2006-01-08 | 1 | -1/+1 |
* | Undoing the merge that happened in 785 | luke | 2006-01-07 | 1 | -1/+1 |
* | Merging in refactoring from version 774 into version 784 | luke | 2006-01-07 | 1 | -1/+1 |
* | removing "host" as a keyword; it was an alias for "node" | luke | 2006-01-03 | 1 | -1/+0 |
* | removing ruby shebang at the top of all of the files | luke | 2005-11-23 | 1 | -3/+2 |
* | adding cfengine module, which required passing the cfengine classes all the w... | luke | 2005-11-17 | 2 | -2/+14 |
* | Adding "isomorphic?" method to classes, and testing for isomorphism before th... | luke | 2005-11-02 | 1 | -9/+14 |
* | Further progress towards the next release. Lots of small bugs fixed, the pat... | luke | 2005-11-01 | 1 | -5/+3 |
* | The language now verifies some resemblance to closurehood. I now only need t... | luke | 2005-10-30 | 2 | -42/+142 |
* | central logging is fully functional now, but it is painfully slow, so it is d... | luke | 2005-10-28 | 1 | -1/+1 |
* | Further small bug fixes towards running puppet on my network | luke | 2005-10-25 | 3 | -83/+62 |
* | The Puppet::Util.asuser function now works; had to slightly modify user.rb to... | luke | 2005-10-23 | 1 | -1/+1 |
* | Made tweaks here and there to get it running better on my local network. I a... | luke | 2005-10-21 | 1 | -0/+7 |
* | Adding some semantic tagging. It is not exactly full-featured yet, and it is... | luke | 2005-10-10 | 4 | -27/+111 |
* | adding tag support to scopes and the transportable class | luke | 2005-10-04 | 2 | -10/+61 |
* | Many, many changes toward a completely functional system. The only current p... | luke | 2005-09-23 | 5 | -58/+75 |
* | Nodes now support inheritance, for better or for worse. | luke | 2005-09-23 | 4 | -215/+249 |
* | The new "include" syntax works now. | luke | 2005-09-22 | 6 | -467/+646 |
* | Okay, all tests pass again. The work done on nodes will take a little while ... | luke | 2005-09-22 | 2 | -29/+67 |
* | I am still somewhat in mid-change, but I have made the biggest changes to mak... | luke | 2005-09-21 | 5 | -126/+240 |
* | Okay, significant change -- classes no longer accept arguments (which makes t... | luke | 2005-09-21 | 4 | -319/+354 |
* | adding stinkloads of comments to ast.rb (I am trying to go through and better... | luke | 2005-09-20 | 3 | -516/+590 |
* | switching log.rb to raise Puppet::DevError events | luke | 2005-09-19 | 1 | -0/+3 |
* | My cfengine2puppet config now entirely parses. The biggest problem I ran int... | luke | 2005-09-18 | 4 | -39/+79 |
* | Successfully parsed my entire converted cfengine configuration; these are all... | luke | 2005-09-17 | 4 | -284/+338 |
* | making "Type.new" private, and switching to "Type.create", so that i can merg... | luke | 2005-09-16 | 1 | -2/+2 |
* | adding extra checks to make sure networking is secure, and refactoring a heck... | luke | 2005-09-15 | 1 | -0/+6 |
* | fixing some tests | luke | 2005-09-15 | 2 | -23/+15 |
* | adding globbing to import | luke | 2005-09-14 | 2 | -57/+79 |
* | tracked down some sticky bugs related to having false values and empty string... | luke | 2005-09-13 | 6 | -400/+224 |
* | defining $name in each component scope, and adding test case | luke | 2005-09-02 | 1 | -20/+22 |
* | removing if-related keywords | luke | 2005-09-02 | 1 | -3/+0 |
* | recompiling parser after removing extraneous debugging | Luke Kanies | 2005-08-26 | 2 | -54/+43 |
* | making array-as-name work in the language, and adding some more test snippets | Luke Kanies | 2005-08-25 | 3 | -67/+110 |
* | replacing if statements with case statement, and adding defaults for both sel... | Luke Kanies | 2005-08-24 | 5 | -490/+625 |
* | Moving all files into a consolidated trunk. All tests pass except the known-... | Luke Kanies | 2005-08-23 | 7 | -0/+3966 |