| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Moving the template handling into a simple wrapper object so templates don't ... | luke | 2006-06-30 | 1 | -8/+33 |
* | Adding initial template support. It is just a function, and a method_missing... | luke | 2006-06-29 | 1 | -1/+13 |
* | Adding test and fix for empty execs being ignored | luke | 2006-06-15 | 1 | -3/+5 |
* | Adding support for default nodes as requested in #136. | luke | 2006-06-13 | 1 | -0/+8 |
* | Fixing #163. Strings can now correctly escape dollar signs. | luke | 2006-06-05 | 1 | -12/+8 |
* | Fixing #160. Fixing the error in Puppet::Type#[]= and scope.newobject | luke | 2006-06-01 | 1 | -5/+11 |
* | I believe I have finalized export/collection support. I still want to go thr... | luke | 2006-05-15 | 1 | -17/+46 |
* | I had to redo how the scopes handled collectable objects (which I will soon c... | luke | 2006-05-14 | 1 | -17/+70 |
* | The "collectable" syntax now works end-to-end -- the parser correctly recogni... | luke | 2006-05-13 | 1 | -101/+19 |
* | Adding some small changes towards fixing #140 and #83, but this work needs to... | luke | 2006-05-13 | 1 | -10/+38 |
* | Fixing #141. It was a problem related to the recent parser changes I made. | luke | 2006-05-12 | 1 | -1/+0 |
* | removing some extraneous logging | luke | 2006-05-12 | 1 | -1/+0 |
* | Preliminary commit of the first phase of the parser redesign. The biggest di... | luke | 2006-05-09 | 1 | -119/+168 |
* | Allowing dashes in class names, although grammar rules restrict it from worki... | luke | 2006-05-02 | 1 | -1/+1 |
* | Modifying "setclass" on scope to check the validity of class names, now that ... | luke | 2006-04-11 | 1 | -0/+4 |
* | Adding simple benchmarking, and using it in a few of the more obvious places.... | luke | 2006-04-10 | 1 | -1/+6 |
* | Fixing #103. There are now no such things as node scopes; the entire tree is... | luke | 2006-04-05 | 1 | -903/+833 |
* | Fixing the class file to actually store class names, not object ids. Also ad... | luke | 2006-04-04 | 1 | -6/+6 |
* | 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 | 1 | -0/+17 |
* | Fixing bug #60. Converting nodes to use types everywhere instead of names, a... | luke | 2006-02-28 | 1 | -97/+238 |
* | 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 | 1 | -2/+12 |
* | Removing all of the autoname code | luke | 2006-02-27 | 1 | -2/+1 |
* | Mostly, this is a refactoring commit. There is one significant new feature, | luke | 2006-02-27 | 1 | -25/+101 |
* | Switching setclass to use object_ids instead of class names, and adding some ... | luke | 2006-02-27 | 1 | -6/+7 |
* | 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 | -5/+43 |
* | 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 | 1 | -0/+1 |
* | Committing both the finalization of the config code, plus all of the code nec... | luke | 2006-02-07 | 1 | -1/+11 |
* | Fixing class storage -- it was not working for nodescopes | luke | 2006-01-30 | 1 | -5/+17 |
* | Made lots of small changes, mostly to help usability but also fixed a couple ... | luke | 2006-01-18 | 1 | -29/+16 |
* | Converting transport format to YAML instead of Marshal, and caching the file ... | luke | 2006-01-12 | 1 | -1/+9 |
* | Adding "content" state to files, and string interpolation handles escaped whi... | luke | 2006-01-12 | 1 | -1/+1 |
* | adding cfengine module, which required passing the cfengine classes all the w... | luke | 2005-11-17 | 1 | -1/+9 |
* | 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 | 1 | -29/+95 |
* | central logging is fully functional now, but it is painfully slow, so it is d... | luke | 2005-10-28 | 1 | -1/+1 |
* | The Puppet::Util.asuser function now works; had to slightly modify user.rb to... | luke | 2005-10-23 | 1 | -1/+1 |
* | Adding some semantic tagging. It is not exactly full-featured yet, and it is... | luke | 2005-10-10 | 1 | -20/+84 |
* | adding tag support to scopes and the transportable class | luke | 2005-10-04 | 1 | -1/+32 |
* | Many, many changes toward a completely functional system. The only current p... | luke | 2005-09-23 | 1 | -7/+10 |
* | Nodes now support inheritance, for better or for worse. | luke | 2005-09-23 | 1 | -69/+44 |
* | The new "include" syntax works now. | luke | 2005-09-22 | 1 | -1/+3 |
* | Okay, all tests pass again. The work done on nodes will take a little while ... | luke | 2005-09-22 | 1 | -16/+50 |
* | I am still somewhat in mid-change, but I have made the biggest changes to mak... | luke | 2005-09-21 | 1 | -23/+121 |
* | Okay, significant change -- classes no longer accept arguments (which makes t... | luke | 2005-09-21 | 1 | -106/+146 |
* | My cfengine2puppet config now entirely parses. The biggest problem I ran int... | luke | 2005-09-18 | 1 | -1/+4 |