| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 5 | -12/+38 |
* | Adding the host name as a tag (stripped of the domain name) | luke | 2006-04-11 | 1 | -0/+4 |
* | Modifying "setclass" on scope to check the validity of class names, now that ... | luke | 2006-04-11 | 1 | -0/+4 |
* | Fixing the language side of #109. Added a "set" keyword. | luke | 2006-04-11 | 5 | -399/+435 |
* | Adding a few informative facts on the server side: serverversion, servername,... | luke | 2006-04-11 | 1 | -1/+7 |
* | Adding simple benchmarking, and using it in a few of the more obvious places.... | luke | 2006-04-10 | 2 | -5/+14 |
* | 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 | 3 | -955/+880 |
* | adding -e ability to puppet executable | luke | 2006-04-04 | 1 | -20/+26 |
* | Change how names for nodes are specified: the 'node' keyword can be followed ... | lutter | 2006-04-04 | 4 | -362/+345 |
* | Fixing the class file to actually store class names, not object ids. Also ad... | luke | 2006-04-04 | 3 | -9/+7 |
* | Manifests can now specify node names with fully qualified domain names, too. | lutter | 2006-03-31 | 5 | -294/+381 |
* | Using undefined variables is no longer an exception, it just returns an empty... | luke | 2006-03-11 | 1 | -4/+5 |
* | Fixing #96. Defaults are now set when the object is passed out by the scope,... | luke | 2006-03-09 | 2 | -45/+18 |
* | 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 | 4 | -220/+237 |
* | Definitions now always create their own context, which means that they cannot... | luke | 2006-03-03 | 2 | -15/+5 |
* | Changing the setdefaults input format somewhat. It is always a hash of some ... | luke | 2006-03-01 | 2 | -11/+11 |
* | Fixing bug #60. Converting nodes to use types everywhere instead of names, a... | luke | 2006-02-28 | 4 | -147/+276 |
* | Fixing #64; multiple class definitions in the same scope is now an error, alt... | luke | 2006-02-27 | 1 | -1/+7 |
* | Fixing bug #73; node names now appear only once in the path | luke | 2006-02-27 | 3 | -6/+20 |
* | Fixing bug #75, providing support for unnecessary end commas. | luke | 2006-02-27 | 2 | -118/+128 |
* | Removing all of the autoname code | luke | 2006-02-27 | 3 | -33/+3 |
* | Mostly, this is a refactoring commit. There is one significant new feature, | luke | 2006-02-27 | 21 | -162/+330 |
* | Switching setclass to use object_ids instead of class names, and adding some ... | luke | 2006-02-27 | 2 | -8/+12 |
* | Fixing scopes and AST so that definitions and classes are looked for in the s... | luke | 2006-02-27 | 4 | -90/+75 |
* | Generate an error if the pattern for an import statement matches no file. | lutter | 2006-02-23 | 2 | -22/+32 |
* | Fix failure of test_importglobbing in test/parser/parser.rb | lutter | 2006-02-22 | 2 | -24/+44 |
* | Adding single-quote syntactical element | luke | 2006-02-16 | 4 | -342/+372 |
* | Changing transactions to be one-stage instead of two, and changing most of th... | luke | 2006-02-16 | 2 | -2/+0 |
* | Changed the parsedtype definition of exists(), and fixed a few smaller bugs. ... | luke | 2006-02-15 | 1 | -1/+5 |
* | Committing the initial ldap support -- puppet can now look up node configurat... | luke | 2006-02-14 | 3 | -6/+168 |
* | Fixing some problems with cron tab management, and creating Puppet::Util.{u,g... | luke | 2006-02-13 | 1 | -0/+3 |
* | Making the language name a real alias. Now all objects in Puppet support spe... | luke | 2006-02-10 | 2 | -2/+3 |
* | replacing all occurences of "is_a?" in the parser with "instance_of?" | luke | 2006-02-08 | 2 | -46/+46 |
* | Fixing bug that occurs with only one argument | luke | 2006-02-08 | 3 | -7/+7 |
* | 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 |