| Commit message (Expand) | Author | Age | Files | Lines |
| * | Enclose values in single, not double quotes; otherwise if values have $ in th... | lutter | 2007-01-10 | 1 | -3/+3 |
| * | Merging the changes from the override-refactor branch. This is a significant... | luke | 2006-10-04 | 1 | -6/+8 |
| * | Raising element creation errors up outside the "create" method, so that tests... | luke | 2006-09-15 | 1 | -3/+5 |
| * | Fixing array printing in to_manifest | luke | 2006-08-30 | 1 | -1/+5 |
| * | A round of bug-fixing in preparation for the next release. | luke | 2006-06-13 | 1 | -6/+0 |
| * | Fixing #157. Objects are no longer allowed to be their own parents, and ther... | luke | 2006-06-08 | 1 | -9/+3 |
| * | I believe I have finalized export/collection support. I still want to go thr... | luke | 2006-05-15 | 1 | -2/+2 |
| * | The "collectable" syntax now works end-to-end -- the parser correctly recogni... | luke | 2006-05-13 | 1 | -2/+28 |
| * | Adding initial rails support. One can now store host configurations using Ac... | luke | 2006-05-13 | 1 | -0/+11 |
| * | Fixing TransObject#to_type so that it does not modify the object being converted | luke | 2006-04-30 | 1 | -15/+7 |
| * | Adding in all of the patches necessary to make a prototype rails interface to... | luke | 2006-04-28 | 1 | -4/+11 |
| * | 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 | -7/+8 |
| * | Fixing nodes so that their paths are printed correctly | luke | 2006-02-25 | 1 | -2/+3 |
| * | Fixing bug when creating containers with parents | luke | 2006-02-23 | 1 | -2/+4 |
| * | Making the language name a real alias. Now all objects in Puppet support spe... | luke | 2006-02-10 | 1 | -18/+45 |
| * | There is now full support for configuration files, and the entire system has ... | luke | 2006-02-07 | 1 | -3/+3 |
| * | Configuration parameters now require (and have) descriptions, and a set of co... | luke | 2006-02-07 | 1 | -1/+0 |
| * | Committing both the finalization of the config code, plus all of the code nec... | luke | 2006-02-07 | 1 | -1/+34 |
| * | Made lots of small changes, mostly to help usability but also fixed a couple ... | luke | 2006-01-18 | 1 | -8/+4 |
| * | Converting transport format to YAML instead of Marshal, and caching the file ... | luke | 2006-01-12 | 1 | -15/+67 |
| * | 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 |
| * | Further progress towards the next release. Lots of small bugs fixed, the pat... | luke | 2005-11-01 | 1 | -50/+33 |
| * | The language now verifies some resemblance to closurehood. I now only need t... | luke | 2005-10-30 | 1 | -6/+5 |
| * | Central logging now works, although there appear to be a few kinks to work out. | luke | 2005-10-28 | 1 | -1/+1 |
| * | Adding logging methods to all Puppet::Element instances, and converting all i... | luke | 2005-10-26 | 1 | -0/+1 |
| * | Made tweaks here and there to get it running better on my local network. I a... | luke | 2005-10-21 | 1 | -1/+1 |
| * | Adding some semantic tagging. It is not exactly full-featured yet, and it is... | luke | 2005-10-10 | 1 | -1/+5 |
| * | adding tag support to scopes and the transportable class | luke | 2005-10-04 | 1 | -0/+6 |
| * | I am still somewhat in mid-change, but I have made the biggest changes to mak... | luke | 2005-09-21 | 1 | -26/+1 |
| * | Successfully parsed my entire converted cfengine configuration; these are all... | luke | 2005-09-17 | 1 | -2/+13 |
| * | Cron is now fully functional and tested on 3 platforms. In order to make it ... | luke | 2005-09-16 | 1 | -17/+1 |
| * | making "Type.new" private, and switching to "Type.create", so that i can merg... | luke | 2005-09-16 | 1 | -2/+2 |
| * | fixing error handling so that failed objects are completely destroyed; they w... | luke | 2005-09-13 | 1 | -3/+1 |
| * | intermediate commit so cron is not loaded | luke | 2005-09-12 | 1 | -25/+29 |
| * | Execution order is now based on dependency relationships, and those relations... | Luke Kanies | 2005-08-18 | 1 | -1/+1 |
| * | just fixed an incredibly ugly bug where @parent meant both parent array and p... | Luke Kanies | 2005-08-17 | 1 | -2/+4 |
| * | done a lot of work on certificates; all tests except one puppetca test pass | Luke Kanies | 2005-08-09 | 1 | -1/+3 |
| * | removing silly message | Luke Kanies | 2005-07-22 | 1 | -1/+0 |
| * | okay, sources seem to be much more understandable here -- only the recursion ... | Luke Kanies | 2005-07-22 | 1 | -45/+2 |
| * | recursive file copying now works even with some limited number of errors | Luke Kanies | 2005-07-20 | 1 | -7/+18 |
| * | removed type.method() syntax, and replaced it with Type { default => value} s... | Luke Kanies | 2005-07-16 | 1 | -9/+19 |
| * | converting debug() back to Puppet.debug() | Luke Kanies | 2005-07-14 | 1 | -5/+12 |
| * | converting to "include Puppet" and not qualifing output methods | Luke Kanies | 2005-07-12 | 1 | -6/+6 |
| * | further output cleanup, and fixed the problem with tc_server.rb leaving sleep... | Luke Kanies | 2005-06-29 | 1 | -7/+5 |
| * | fixing debugging to severely reduce output but allow it when debugging a spec... | Luke Kanies | 2005-06-29 | 1 | -3/+3 |
| * | logging now exactly supports the list of levels that syslog supports, and mul... | Luke Kanies | 2005-06-28 | 1 | -3/+3 |
| * | renaming blink to puppet | Luke Kanies | 2005-06-27 | 1 | -16/+16 |