| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reverting the changes I'd made toward removing the global | Luke Kanies | 2007-11-19 | 1 | -4/+11 |
| * | This commit is the first run at removing all global | Luke Kanies | 2007-11-13 | 1 | -11/+4 |
| * | Fixing #800 by refactoring how configurations are retrieved | Luke Kanies | 2007-11-12 | 1 | -72/+21 |
| * | Fixing failing tests, including making the debian service | Luke Kanies | 2007-10-13 | 1 | -1/+1 |
| * | All tests should now pass again. | Luke Kanies | 2007-10-08 | 1 | -22/+46 |
| * | This is basically another intermediate commit. I feel like | Luke Kanies | 2007-09-17 | 1 | -6/+1 |
| * | The whole system now uses Configuration objects instead of | Luke Kanies | 2007-09-15 | 1 | -52/+19 |
| * | Moving the resource container behaviour to the Configuration object, rather t... | Luke Kanies | 2007-09-12 | 1 | -1/+1 |
| * | Adding a to_graph method to TransBuckets, so that the buckets can directly ge... | Luke Kanies | 2007-09-12 | 1 | -2/+48 |
| * | We now have a real configuration object, as a subclass of GRATR::Digraph, tha... | Luke Kanies | 2007-09-04 | 1 | -13/+0 |
| * | Everything up to the parser (and the Modules) is ready to support multiple en... | Luke Kanies | 2007-08-23 | 1 | -0/+13 |
| * | 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 |