summaryrefslogtreecommitdiffstats
path: root/lib/puppet/transportable.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixing bug when creating containers with parentsluke2006-02-231-2/+4
* Making the language name a real alias. Now all objects in Puppet support spe...luke2006-02-101-18/+45
* There is now full support for configuration files, and the entire system has ...luke2006-02-071-3/+3
* Configuration parameters now require (and have) descriptions, and a set of co...luke2006-02-071-1/+0
* Committing both the finalization of the config code, plus all of the code nec...luke2006-02-071-1/+34
* Made lots of small changes, mostly to help usability but also fixed a couple ...luke2006-01-181-8/+4
* Converting transport format to YAML instead of Marshal, and caching the file ...luke2006-01-121-15/+67
* Merging changes from the head of the rework1 branch, r 784luke2006-01-081-1/+1
* Undoing the merge that happened in 785luke2006-01-071-1/+1
* Merging in refactoring from version 774 into version 784luke2006-01-071-1/+1
* Further progress towards the next release. Lots of small bugs fixed, the pat...luke2005-11-011-50/+33
* The language now verifies some resemblance to closurehood. I now only need t...luke2005-10-301-6/+5