| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixing #161. Basically, AST::ObjectDef now catches when users specify a name... | luke | 2006-06-01 | 1 | -8/+25 |
* | I believe I have finalized export/collection support. I still want to go thr... | luke | 2006-05-15 | 1 | -10/+37 |
* | I had to redo how the scopes handled collectable objects (which I will soon c... | luke | 2006-05-14 | 4 | -9/+27 |
* | I appear to have object collection working, incredibly. This commit does the... | luke | 2006-05-13 | 2 | -4/+52 |
* | The "collectable" syntax now works end-to-end -- the parser correctly recogni... | luke | 2006-05-13 | 1 | -1/+6 |
* | Adding some small changes towards fixing #140 and #83, but this work needs to... | luke | 2006-05-13 | 5 | -13/+35 |
* | Fixing #141. It was a problem related to the recent parser changes I made. | luke | 2006-05-12 | 1 | -10/+22 |
* | Preliminary commit of the first phase of the parser redesign. The biggest di... | luke | 2006-05-09 | 2 | -17/+45 |
* | Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving imp... | luke | 2006-05-03 | 1 | -0/+17 |
* | This should have been in 0.16.1. Moving the "setclass" statements around so ... | luke | 2006-04-26 | 2 | -8/+9 |
* | Creating a simplistic, generic function framework in the parser, so it is now... | luke | 2006-04-26 | 2 | -6/+66 |
* | Fixing a bunch of small bugs, mostly found by testing on solaris, and added a... | luke | 2006-04-17 | 1 | -1/+1 |
* | Changing "set" to "tag" | luke | 2006-04-11 | 1 | -0/+26 |
* | Adding the host name as a tag (stripped of the domain name) | luke | 2006-04-11 | 1 | -0/+4 |
* | Fixing #117. If only one value was provided, then it was not placed in an arr... | luke | 2006-04-10 | 1 | -0/+2 |
* | Fixing #103. There are now no such things as node scopes; the entire tree is... | luke | 2006-04-05 | 1 | -4/+0 |
* | Change how names for nodes are specified: the 'node' keyword can be followed ... | lutter | 2006-04-04 | 1 | -1/+10 |
* | Fixing the class file to actually store class names, not object ids. Also ad... | luke | 2006-04-04 | 1 | -1/+1 |
* | Manifests can now specify node names with fully qualified domain names, too. | lutter | 2006-03-31 | 1 | -0/+3 |
* | Fixing #96. Defaults are now set when the object is passed out by the scope,... | luke | 2006-03-09 | 1 | -45/+1 |
* | Fixing #97. I was wrong about the object type I had, so I was calling "type"... | luke | 2006-03-09 | 1 | -1/+1 |
* | making case statements not create a new scope | luke | 2006-03-06 | 1 | -1/+1 |
* | fixing some more logging issues | luke | 2006-03-06 | 1 | -4/+2 |
* | Supporting variables as the test value in both case statements and selectors. | luke | 2006-03-03 | 2 | -5/+14 |
* | Definitions now always create their own context, which means that they cannot... | luke | 2006-03-03 | 2 | -15/+5 |
* | Fixing bug #60. Converting nodes to use types everywhere instead of names, a... | luke | 2006-02-28 | 2 | -48/+38 |
* | Fixing bug #73; node names now appear only once in the path | luke | 2006-02-27 | 2 | -4/+8 |
* | Removing all of the autoname code | luke | 2006-02-27 | 2 | -31/+2 |
* | Mostly, this is a refactoring commit. There is one significant new feature, | luke | 2006-02-27 | 16 | -119/+201 |
* | Switching setclass to use object_ids instead of class names, and adding some ... | luke | 2006-02-27 | 1 | -2/+5 |
* | Fixing scopes and AST so that definitions and classes are looked for in the s... | luke | 2006-02-27 | 3 | -89/+74 |
* | Adding single-quote syntactical element | luke | 2006-02-16 | 1 | -1/+9 |
* | Changing transactions to be one-stage instead of two, and changing most of th... | luke | 2006-02-16 | 1 | -1/+0 |
* | Committing the initial ldap support -- puppet can now look up node configurat... | luke | 2006-02-14 | 1 | -0/+1 |
* | Making the language name a real alias. Now all objects in Puppet support spe... | luke | 2006-02-10 | 1 | -2/+2 |
* | Fixing bug that occurs with only one argument | luke | 2006-02-08 | 1 | -1/+1 |
* | Configuration parameters now require (and have) descriptions, and a set of co... | luke | 2006-02-07 | 1 | -1/+1 |
* | Committing both the finalization of the config code, plus all of the code nec... | luke | 2006-02-07 | 6 | -18/+40 |
* | Fix snippet_componentmetaparams test | lutter | 2006-02-07 | 1 | -1/+1 |
* | Made lots of small changes, mostly to help usability but also fixed a couple ... | luke | 2006-01-18 | 10 | -49/+55 |
* | Moving ast classes into separate files | luke | 2006-01-13 | 17 | -0/+1475 |