summaryrefslogtreecommitdiffstats
path: root/lib/puppet/resource/catalog.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix for 4314 -- Need to allow '-' in class name for refsMarkus Roberts2010-07-251-1/+1
* Tweak to tweak to fix for #4233 -- ":" is valid in type namesMarkus Roberts2010-07-191-1/+1
* Tweak to fix for #4233 -- only accept word chars in typesMarkus Roberts2010-07-191-1/+1
* [#4233] Ruby regexps are not multiline by default, but Resource titles can be...Jesse Wolfe2010-07-181-1/+1
* [#4209] catalog.resources should return resourcesJesse Wolfe2010-07-111-0/+4
* Code smell: Two space indentationMarkus Roberts2010-07-091-491/+491
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-4/+4
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-091-2/+2
* Code smell: Avoid unneeded blocksMarkus Roberts2010-07-091-3/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-2/+2
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-18/+6
* Code smell: Use string interpolationMarkus Roberts2010-07-091-14/+14
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-8/+7
* Working #3139 - Catalogs default to host_configLuke Kanies2010-02-171-1/+3
* [#1621] Composite keys for resourcesJesse Wolfe2010-06-211-20/+30
* [#3921] Remove unnecessary require 'puppet/resource'Rein Henrichs2010-02-171-1/+0
* Fixing #2658 - adding backward compatibility for 0.24Luke Kanies2010-02-171-24/+9
* Fixing Catalog conversionLuke Kanies2010-02-171-1/+1
* Fix for #3690 failing to calculate error codesJesse Wolfe2010-02-171-0/+1
* Fixing #3533 - Removing all transaction cleanupLuke Kanies2010-02-171-7/+0
* Adding :catalog_terminus settingLuke Kanies2010-02-171-1/+1
* Removing Resource::Reference classesLuke Kanies2010-02-171-2/+2
* Feature #3383 RAL over RESTJesse Wolfe2010-02-171-1/+2
* Moving Metric management to the reportsLuke Kanies2010-02-171-2/+1
* Fixing #1054 - transaction reports are always sentLuke Kanies2010-01-181-3/+1
* Least kludgy patch for #2675Markus Roberts2009-11-141-1/+1
* Ticket #2770 (deserializing Exec[...]s with "\n"s)Markus Roberts2009-11-121-2/+2
* Ticket #2734 PSON/JSON not serializing classes of a catalogMarkus Roberts2009-10-191-1/+6
* Bundling of pure ruby json lib as "pson"Markus Roberts2009-10-171-29/+32
* Adding version information to the catalog for compatLuke Kanies2009-09-221-0/+3
* Fix #2507 - Exported resources were not correctly collected.Brice Figureau2009-08-131-2/+5
* Fix #2391 - Exported resources never make to the storeconfigs dbBrice Figureau2009-07-181-1/+13
* Switching Queueing to using JSON instead of YAMLLuke Kanies2009-06-061-1/+6
* Adding JSON support to CatalogsLuke Kanies2009-06-061-0/+65
* Removed extra whitespace from end of linesIan Taylor2009-06-061-10/+10
* Fixing a bunch of warningsLuke Kanies2009-06-031-1/+1
* Changing Puppet::Cacher::Expirer#expired? method nameLuke Kanies2009-05-281-1/+1
* Fix #2218 - Ruby YAML bug prevents reloading catalog in puppetdBrice Figureau2009-05-021-14/+0
* Switching to Indirected ActiveRecordLuke Kanies2009-04-221-0/+1
* Fixing #2180 - Catalogs yaml dump the resource table firstLuke Kanies2009-04-211-0/+14
* Fixing #2112 - Transactions handle conflicting generated resourcesLuke Kanies2009-04-171-14/+3
* Adding another stacktrace for debuggingLuke Kanies2009-04-171-0/+1
* Fixing tests broken during the #1405 fix.Luke Kanies2009-02-061-0/+2
* Removing the Catalog's @aliases hash default valueLuke Kanies2009-02-061-3/+6
* Converting the catalog as neededLuke Kanies2009-02-061-1/+5
* Moving classfile-writing to the CatalogLuke Kanies2009-02-061-0/+11
* Deprecating the Puppet::Type.create.Luke Kanies2008-12-181-1/+1
* TransObject is nearly deprecated now.Luke Kanies2008-12-181-5/+5
* Renaming the "Catalog#to_type" method to "Catalog#to_ral"Luke Kanies2008-12-181-3/+6
* Renaming Puppet::Node::Catalog to Puppet::Resource::CatalogLuke Kanies2008-12-181-0/+508