summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Since the types stored in resource's @parameters have changed,Jesse Wolfe2010-02-171-0/+4
* Mark resource/status as failed if they are associated with a failingJesse Wolfe2010-02-171-0/+3
* Restore noop non-behavioursJesse Wolfe2010-02-171-2/+4
* Fixing most failing test/ tests.Luke Kanies2010-02-173-7/+10
* Fixing Configurer interface to transaction reportLuke Kanies2010-02-171-1/+1
* Fixing fingerprint tests to work with new log validationLuke Kanies2010-02-171-1/+4
* Fixing "require" function to use new class interfaceLuke Kanies2010-02-171-1/+1
* Removing now-obsolete "retrieve" method on package typeLuke Kanies2010-02-171-10/+0
* Fixing feature validation when passed one itemLuke Kanies2010-02-171-0/+1
* Changing method profile for other event queueingLuke Kanies2010-02-171-6/+4
* Refactoring event queueing for performanceLuke Kanies2010-02-171-2/+14
* Changing the method profile of EventManager#queue_eventLuke Kanies2010-02-172-20/+20
* Moving Metric management to the reportsLuke Kanies2010-02-176-93/+94
* Removing mention of @changes in TransactionLuke Kanies2010-02-171-48/+2
* Fixing #2759 - reports now have complete change infoLuke Kanies2010-02-173-16/+8
* ResourceHarness now doesn't check params with no 'should'Luke Kanies2010-02-171-4/+6
* Changing Transaction to use the new ResourceHarnessLuke Kanies2010-02-174-186/+114
* Fixing log message when changes failLuke Kanies2010-02-171-3/+1
* Fixing some compatibility and old testsLuke Kanies2010-02-171-1/+1
* Renaming some methods in Transaction::ChangeLuke Kanies2010-02-171-16/+1
* Adding Transaction::ResourceHarness classLuke Kanies2010-02-171-0/+62
* Adding first version of Resource::Status classLuke Kanies2010-02-171-0/+51
* Fixing File type indentationLuke Kanies2010-02-171-715/+713
* Removing last event collection transaction codeLuke Kanies2010-02-171-13/+18
* Solidifying the RAL/Event integration.Luke Kanies2010-02-174-8/+18
* Refactoring the Change/Event/Property interfaceLuke Kanies2010-02-173-6/+30
* Cleaning up the Log initialization code.Luke Kanies2010-02-171-20/+24
* Refactoring the RAL interface to loggingLuke Kanies2010-02-174-20/+34
* Correcting comments and making report timestamp internalLuke Kanies2010-02-172-9/+3
* Failing in app/puppet if facts are not foundLuke Kanies2010-02-171-1/+3
* Fixing file content logsLuke Kanies2010-02-171-2/+2