| Commit message (Expand) | Author | Age | Files | Lines |
* | Code smell: Two space indentation | Markus Roberts | 2010-07-09 | 1 | -215/+215 |
* | Code smell: Use ||= for conditional initialization | Markus Roberts | 2010-07-09 | 1 | -2/+2 |
* | Code smell: Omit needless checks on defined | Markus Roberts | 2010-07-09 | 1 | -1/+1 |
* | Code smell: Avoid explicit returns | Markus Roberts | 2010-07-09 | 1 | -4/+4 |
* | Code smell: Line modifiers are preferred to one-line blocks. | Markus Roberts | 2010-07-09 | 1 | -12/+4 |
* | Code smell: Use string interpolation | Markus Roberts | 2010-07-09 | 1 | -4/+4 |
* | Code smell: Inconsistent indentation and related formatting issues | Markus Roberts | 2010-07-09 | 1 | -15/+13 |
* | [#3921] Remove unnecessary require 'puppet/resource' | Rein Henrichs | 2010-02-17 | 1 | -1/+0 |
* | Removing Resource::Reference classes | Luke Kanies | 2010-02-17 | 1 | -6/+6 |
* | Adding parameter validation to Puppet::Resource | Luke Kanies | 2010-02-17 | 1 | -1/+1 |
* | Changing the interface of Puppet::Resource | Luke Kanies | 2010-02-17 | 1 | -1/+1 |
* | Removed extra whitespace from end of lines | Ian Taylor | 2009-06-06 | 1 | -3/+3 |
* | TransObject is nearly deprecated now. | Luke Kanies | 2008-12-18 | 1 | -16/+16 |
* | Renaming the "Catalog#to_type" method to "Catalog#to_ral" | Luke Kanies | 2008-12-18 | 1 | -4/+4 |
* | Renaming Puppet::Node::Catalog to Puppet::Resource::Catalog | Luke Kanies | 2008-12-18 | 1 | -1/+1 |
* | Renaming Puppet::ResourceReference to Puppet::Resource::Reference | Luke Kanies | 2008-12-09 | 1 | -5/+5 |
* | Fixing #1743 - defined types get catalogs too. | Luke Kanies | 2008-11-26 | 1 | -0/+1 |
* | Ensure that we consistently use either string #{} interpolation or String.% | Daniel Pittman | 2008-08-01 | 1 | -7/+10 |
* | Refactoring how the catalog creation handles errors. | Luke Kanies | 2008-03-18 | 1 | -20/+28 |
* | Removing the last remaining vestiges of GRATR -- | Luke Kanies | 2008-02-11 | 1 | -1/+1 |
* | Renaming 'configuration' to 'catalog', fixing #954. | Luke Kanies | 2007-12-11 | 1 | -7/+7 |
* | Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet | Luke Kanies | 2007-11-28 | 1 | -3/+10 |
|\ |
|
| * | Making a few changes to the transportable class to enhance backward compatibi... | Luke Kanies | 2007-11-28 | 1 | -3/+10 |
* | | Another backward compatibility patch, this time helping with a new server and... | Luke Kanies | 2007-11-28 | 1 | -1/+1 |
|/ |
|
* | Theoretically, this patch is to fix #917 (which it does), but | Luke Kanies | 2007-11-28 | 1 | -46/+12 |
* | 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 |