summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Adding parameter validation to Puppet::ResourceLuke Kanies2010-02-178-16/+61
* Tuning file load orderLuke Kanies2010-02-172-0/+4
* Removing obsolete Settings comments and requireLuke Kanies2010-02-171-3/+0
* Adding an environment helperLuke Kanies2010-02-171-0/+14
* Changing the interface of Puppet::ResourceLuke Kanies2010-02-173-6/+12
* Partially fixing #2954 - Adding class parametersLuke Kanies2010-02-172-691/+668
* Indirector/FileBucketFile warningsJesse Wolfe2010-02-171-8/+8
* REST FileBucket: REST barfs on relative pathsJesse Wolfe2010-02-172-2/+8
* REST: hide Request objectJesse Wolfe2010-02-178-28/+28
* Feature #3394 REST runner, executionJesse Wolfe2010-02-173-15/+40
* Feature #3394 REST Runner, preparationJesse Wolfe2010-02-175-12/+9
* Feature #3383 Part 2: Remove RAL XMLRPCJesse Wolfe2010-02-171-190/+0
* Feature #3383 RAL over RESTJesse Wolfe2010-02-179-46/+93
* Feature #3347 REST-ified FileBucketJesse Wolfe2010-02-1716-225/+353
* Fix a failing test in #3115Jesse Wolfe2010-02-171-0/+8
* Feature #3115 REST-ified status()Jesse Wolfe2010-02-177-1/+46
* Fix #3229 - use original value in case/selector regex matchingBrice Figureau2010-02-173-9/+5
* Removing unused Checksum::File terminusLuke Kanies2010-02-171-33/+0
* Converting File terminus to use formats.Luke Kanies2010-02-171-29/+50
* Fixing datadir defaults to match new standardsLuke Kanies2010-02-171-1/+1
* Adding client and server data dirsLuke Kanies2010-02-171-0/+4
* Adding filename extension support to formats.Luke Kanies2010-02-173-2/+10
* Resolving conflicts with ???Markus Roberts2010-02-171-1/+0
* Renaming Parser::ResourceType to Resource::TypeLuke Kanies2010-02-1712-27/+27
* Removing Interpreter classLuke Kanies2010-02-1710-95/+17
* All non-transient parser references are goneLuke Kanies2010-02-178-54/+45
* Fixing callers to Parser to only pass environmentLuke Kanies2010-02-172-4/+2
* Using the RTC helper to find the known resource typesLuke Kanies2010-02-171-14/+13
* Always warning if autoloading a file failsLuke Kanies2010-02-171-12/+4
* Adding helper module for finding known resource typesLuke Kanies2010-02-171-0/+5
* Moving Rails initialization to Compiler terminusLuke Kanies2010-02-172-15/+7
* Parser now uses Environment resource type collectionLuke Kanies2010-02-171-29/+23
* Adding 'known_resource_types' to EnvironmentLuke Kanies2010-02-172-14/+54
* Renaming LoadedCode to ResourceTypeCollectionLuke Kanies2010-02-172-12/+28
* Storing per-environment LoadedCode instancesLuke Kanies2010-02-171-1/+1
* Removing old, never-used DSL codeLuke Kanies2010-02-171-275/+0
* Adding support for parsing ruby filesLuke Kanies2010-02-171-2/+8
* Adding []/[]= support to Parser::ResourceLuke Kanies2010-02-171-0/+4
* Fix for #3366 - --tags '' treated as boolean 'true'Markus Roberts2010-02-171-2/+5
* Fix for #3424 and tests to prove it.Markus Roberts2010-02-171-4/+6
* Fix for #2604 Pure Ruby yaml generationMarkus Roberts2010-02-172-0/+343
* Fixes #3113 - When importing a manifest puppet needs to chillMarkus Roberts2010-02-171-2/+4
* Fix 2239 (step five): introduce new Puppet::Transaction#stop_processing? flag...Ethan Rowe2010-02-171-0/+7
* Fix 2239 (step four): Refactored Puppet::Daemon's stop/restart methods to set...Ethan Rowe2010-02-171-7/+5
* Fix 2239 (step three): Refactored Puppet::Agent to base starting/restarting b...Ethan Rowe2010-02-171-45/+15
* Fix 2239 (step two): introduce Puppet::Application.controlled_run method to p...Ethan Rowe2010-02-171-0/+12
* Fix 2239 (step one): introduce global settings represeting application run st...Ethan Rowe2010-02-171-0/+64
* Allow skipped resources to process eventsJesse Wolfe2010-02-171-3/+2
* Actually invoke the allow_changes? method in ResourceHarnessJesse Wolfe2010-02-171-0/+2
* Generated resources' events are actually bound to the resource thatJesse Wolfe2010-02-171-8/+8