| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Found all instances of methods where split() is used without | Luke Kanies | 2008-03-21 | 1 | -1/+2 |
| * | Fix for 1094 | Luke Kanies | 2008-03-06 | 1 | -0/+10 |
| * | Fixing #1084 -- the node catalog asks the individual | Luke Kanies | 2008-02-25 | 1 | -1/+1 |
| * | Somewhat refactored fileserving so that it no longer caches | Luke Kanies | 2008-02-23 | 1 | -2/+7 |
| * | Fixed #1018 -- resources now have their namevars added as | Luke Kanies | 2008-02-18 | 1 | -1/+8 |
| * | Removing the last remaining vestiges of GRATR -- | Luke Kanies | 2008-02-11 | 1 | -5/+5 |
| * | Switching the Node catalog to use the Tagging module | Luke Kanies | 2008-02-11 | 1 | -25/+4 |
| * | Switching the Node Catalog to using a separate method | Luke Kanies | 2008-02-11 | 1 | -29/+27 |
| * | Fixed #1030 - class and definition evaluation has been significantly | Luke Kanies | 2008-02-11 | 1 | -0/+5 |
| * | Converting the Compile class to use a Node::Catalog instance | Luke Kanies | 2008-02-11 | 1 | -1/+25 |
* | | Fixing automatic relationships. I was previously looking them | Luke Kanies | 2008-01-14 | 1 | -1/+1 |
* | | Another round of fixes toward making global resources work. | Luke Kanies | 2008-01-09 | 1 | -2/+9 |
* | | Lots o' bug-fixes toward getting rid of global resources. | Luke Kanies | 2008-01-08 | 1 | -1/+1 |
|/ |
|
* | Fixing #982 -- I have completely removed the GRATR graph library | Luke Kanies | 2008-01-07 | 1 | -8/+1 |
* | Further fixes toward #965. Turned out that the previous fix | Luke Kanies | 2007-12-21 | 1 | -0/+21 |
* | Renaming 'configuration' to 'catalog', fixing #954. | Luke Kanies | 2007-12-11 | 1 | -34/+34 |
* | Fixing #951 -- external nodes work again, but you have to | Luke Kanies | 2007-12-10 | 1 | -106/+0 |
* | Theoretically, this patch is to fix #917 (which it does), but | Luke Kanies | 2007-11-28 | 1 | -15/+12 |
* | Fixing #931 by keeping track in configurations of | Luke Kanies | 2007-11-27 | 1 | -5/+15 |
* | Using the Environment class to determine the default environment, | Luke Kanies | 2007-11-20 | 1 | -0/+1 |
* | Fixing #911 and #912 -- there's a default environment (development) | Luke Kanies | 2007-11-19 | 1 | -0/+45 |
* | Reverting the changes I'd made toward removing the global | Luke Kanies | 2007-11-19 | 1 | -21/+0 |
* | Fixed most failing tests, but there are still over thirty failing. | Luke Kanies | 2007-11-18 | 1 | -0/+16 |
* | This commit is the first run at removing all global | Luke Kanies | 2007-11-13 | 1 | -0/+5 |
* | Fixing #800 by refactoring how configurations are retrieved | Luke Kanies | 2007-11-12 | 1 | -1/+19 |
* | Switching the graph base class from GRATR::Digraph | Luke Kanies | 2007-11-07 | 1 | -1/+2 |
* | The configurations should now be functional again -- | Luke Kanies | 2007-10-31 | 1 | -1/+12 |
* | Reorganizing the file structure for indirection terminus types. | Luke Kanies | 2007-10-15 | 2 | -2/+2 |
* | Adding version handling through most of the indirection work. | Luke Kanies | 2007-10-12 | 1 | -1/+5 |
* | All tests should now pass again. | Luke Kanies | 2007-10-08 | 1 | -0/+57 |
* | This commit is focused on getting the 'puppet' executable | Luke Kanies | 2007-10-05 | 2 | -2/+2 |
* | Fixing #813 -- empty configurations again work. | Luke Kanies | 2007-10-03 | 1 | -2/+3 |
* | Taking a first stab at moving configuration compiling | Luke Kanies | 2007-09-23 | 1 | -0/+4 |
* | Renaming the 'Puppet::Util::Config' class to | Luke Kanies | 2007-09-22 | 1 | -1/+1 |
* | Merge branch 'configurations' into indirection | Luke Kanies | 2007-09-22 | 1 | -16/+245 |
|\ |
|
| * | All tests now pass in this configuration branch, which means | Luke Kanies | 2007-09-22 | 1 | -14/+26 |
| * | The structure for handling resource generation is now | Luke Kanies | 2007-09-22 | 1 | -1/+11 |
| * | An intermediate commit so I can start working on a different | Luke Kanies | 2007-09-20 | 1 | -4/+9 |
| * | This is basically another intermediate commit. I feel like | Luke Kanies | 2007-09-17 | 1 | -17/+147 |
| * | Configurations now set a "configuration" instance variable in resources that ... | Luke Kanies | 2007-09-15 | 1 | -0/+1 |
| * | The whole system now uses Configuration objects instead of | Luke Kanies | 2007-09-15 | 1 | -5/+76 |
* | | The indirector specs now all pass. I think I need | Luke Kanies | 2007-09-21 | 1 | -1/+1 |
* | | Fixing all existing spec tests so that they now | Luke Kanies | 2007-09-20 | 1 | -3/+3 |
|/ |
|
* | Moving the resource container behaviour to the Configuration object, rather t... | Luke Kanies | 2007-09-12 | 1 | -1/+26 |
* | Another intermediate commit. The node and fact classes are now functional an... | Luke Kanies | 2007-09-12 | 1 | -11/+11 |
* | The Node handler is now obsolete. Node searching is handled through the indi... | Luke Kanies | 2007-09-11 | 1 | -0/+106 |
* | Doing an intermediate commit so rick can look at the work I have done so far. | Luke Kanies | 2007-09-11 | 1 | -0/+36 |
* | Flipped the switch so that compiles now return a Configuration instance inste... | Luke Kanies | 2007-09-04 | 1 | -1/+1 |
* | We now have a real configuration object, as a subclass of GRATR::Digraph, tha... | Luke Kanies | 2007-09-04 | 1 | -0/+123 |