summaryrefslogtreecommitdiffstats
path: root/lib/puppet/transportable.rb
Commit message (Expand)AuthorAgeFilesLines
* Code smell: Two space indentationMarkus Roberts2010-07-091-215/+215
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-091-2/+2
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-4/+4
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-12/+4
* Code smell: Use string interpolationMarkus Roberts2010-07-091-4/+4
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-15/+13
* [#3921] Remove unnecessary require 'puppet/resource'Rein Henrichs2010-02-171-1/+0
* Removing Resource::Reference classesLuke Kanies2010-02-171-6/+6
* Adding parameter validation to Puppet::ResourceLuke Kanies2010-02-171-1/+1
* Changing the interface of Puppet::ResourceLuke Kanies2010-02-171-1/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-061-3/+3
* TransObject is nearly deprecated now.Luke Kanies2008-12-181-16/+16
* Renaming the "Catalog#to_type" method to "Catalog#to_ral"Luke Kanies2008-12-181-4/+4
* Renaming Puppet::Node::Catalog to Puppet::Resource::CatalogLuke Kanies2008-12-181-1/+1
* Renaming Puppet::ResourceReference to Puppet::Resource::ReferenceLuke Kanies2008-12-091-5/+5
* Fixing #1743 - defined types get catalogs too.Luke Kanies2008-11-261-0/+1
* Ensure that we consistently use either string #{} interpolation or String.%Daniel Pittman2008-08-011-7/+10
* Refactoring how the catalog creation handles errors.Luke Kanies2008-03-181-20/+28
* Removing the last remaining vestiges of GRATR --Luke Kanies2008-02-111-1/+1
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-111-7/+7
* Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppetLuke Kanies2007-11-281-3/+10
|\
| * Making a few changes to the transportable class to enhance backward compatibi...Luke Kanies2007-11-281-3/+10
* | Another backward compatibility patch, this time helping with a new server and...Luke Kanies2007-11-281-1/+1
|/
* Theoretically, this patch is to fix #917 (which it does), butLuke Kanies2007-11-281-46/+12
* Reverting the changes I'd made toward removing the globalLuke Kanies2007-11-191-4/+11
* This commit is the first run at removing all globalLuke Kanies2007-11-131-11/+4
* Fixing #800 by refactoring how configurations are retrievedLuke Kanies2007-11-121-72/+21
* Fixing failing tests, including making the debian serviceLuke Kanies2007-10-131-1/+1
* All tests should now pass again.Luke Kanies2007-10-081-22/+46
* This is basically another intermediate commit. I feel likeLuke Kanies2007-09-171-6/+1
* The whole system now uses Configuration objects instead ofLuke Kanies2007-09-151-52/+19
* Moving the resource container behaviour to the Configuration object, rather t...Luke Kanies2007-09-121-1/+1
* Adding a to_graph method to TransBuckets, so that the buckets can directly ge...Luke Kanies2007-09-121-2/+48
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-041-13/+0
* Everything up to the parser (and the Modules) is ready to support multiple en...Luke Kanies2007-08-231-0/+13
* Enclose values in single, not double quotes; otherwise if values have $ in th...lutter2007-01-101-3/+3
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-6/+8
* Raising element creation errors up outside the "create" method, so that tests...luke2006-09-151-3/+5
* Fixing array printing in to_manifestluke2006-08-301-1/+5
* A round of bug-fixing in preparation for the next release.luke2006-06-131-6/+0
* Fixing #157. Objects are no longer allowed to be their own parents, and ther...luke2006-06-081-9/+3
* I believe I have finalized export/collection support. I still want to go thr...luke2006-05-151-2/+2
* The "collectable" syntax now works end-to-end -- the parser correctly recogni...luke2006-05-131-2/+28
* Adding initial rails support. One can now store host configurations using Ac...luke2006-05-131-0/+11
* Fixing TransObject#to_type so that it does not modify the object being convertedluke2006-04-301-15/+7
* Adding in all of the patches necessary to make a prototype rails interface to...luke2006-04-281-4/+11
* Removing all of the autoname codeluke2006-02-271-2/+1
* Mostly, this is a refactoring commit. There is one significant new feature,luke2006-02-271-7/+8
* Fixing nodes so that their paths are printed correctlyluke2006-02-251-2/+3