summaryrefslogtreecommitdiffstats
path: root/lib/puppet/resource
Commit message (Expand)AuthorAgeFilesLines
...
* Code smell: Avoid unneeded blocksMarkus Roberts2010-07-091-3/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-093-6/+6
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-4/+2
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-092-24/+8
* Code smell: Use string interpolationMarkus Roberts2010-07-091-14/+14
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-092-9/+8
* Removing obsolete nodescope conceptLuke Kanies2010-06-281-3/+1
* Fix #3665 - part 2, node inheritance fixesBrice Figureau2010-06-281-5/+6
* Fix #3665 - main class shouldn't be a subscope of itselfBrice Figureau2010-06-281-1/+1
* Fix #3667 - Fix class namespaceBrice Figureau2010-02-171-1/+5
* Fixing #2337 - Adding 'freeze_main' settingLuke Kanies2010-02-171-0/+1
* Fixing #1545 - Adding 'caller_module_name' variableLuke Kanies2010-02-171-0/+4
* Fixing #1545 - module_name is now a variableLuke Kanies2010-02-171-1/+2
* 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-172-52/+55
* Fixing #2658 - adding backward compatibility for 0.24Luke Kanies2010-02-171-24/+9
* Fixing #2655 - Adding default parameter values to resourcesLuke Kanies2010-02-171-1/+5
* Fixing Catalog conversionLuke Kanies2010-02-171-1/+1
* Fix for #3690 failing to calculate error codesJesse Wolfe2010-02-171-0/+1
* Fixing #3668 - fixed autoloading classes from modulesLuke Kanies2010-02-171-4/+23
* Adding indirector support to Resource TypesLuke Kanies2010-02-171-0/+34
* Fixing #3533 - Removing all transaction cleanupLuke Kanies2010-02-171-7/+0
* Adding :catalog_terminus settingLuke Kanies2010-02-171-1/+1
* Fixing various broken Resource::Type testsLuke Kanies2010-04-091-2/+7
* Adding virtual and exported resource support to the DSLLuke Kanies2010-02-171-5/+1
* s/DSL::ResourceHelper/DSL::ResourceAPI/gLuke Kanies2010-02-171-1/+1
* Adding simplistic pure ruby interfaceLuke Kanies2010-02-172-5/+15
* Resolving conflicts with ???Markus Roberts2010-02-171-1/+1
* Forcing parent evaluation in resource typesLuke Kanies2010-02-171-2/+17
* Removing Resource::Reference classesLuke Kanies2010-02-174-103/+26
* TypeCollection now supports namespace arraysLuke Kanies2010-02-171-10/+17
* Adding parameter validation to Puppet::ResourceLuke Kanies2010-02-171-2/+2
* Feature #3383 RAL over RESTJesse Wolfe2010-02-171-1/+2
* Resolving conflicts with ???Markus Roberts2010-02-171-1/+0
* Renaming Parser::ResourceType to Resource::TypeLuke Kanies2010-02-173-0/+426
* Mark resource/status as failed if they are associated with a failingJesse Wolfe2010-02-171-0/+3
* Moving Metric management to the reportsLuke Kanies2010-02-172-4/+3
* Adding first version of Resource::Status classLuke Kanies2010-02-171-0/+51
* Fixing #1054 - transaction reports are always sentLuke Kanies2010-01-181-3/+1
* ReFix 2675 ending slash in directory should get stripped offJesse Wolfe2010-01-011-0/+4
* Least kludgy patch for #2675Markus Roberts2009-11-142-26/+10
* Ticket #2770 (deserializing Exec[...]s with "\n"s)Markus Roberts2009-11-122-3/+3
* 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