summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* removing extraneous commentLuke Kanies2010-02-171-1/+0
* Adding Transaction events to Transaction reportsLuke Kanies2010-02-172-1/+12
* Removing a redundant method in ReportLuke Kanies2010-02-172-6/+1
* Removing unused code and adding a couple of testsLuke Kanies2010-02-171-9/+0
* Adding tests for the 'report' log destinationLuke Kanies2010-02-172-0/+4
* Extracting event management into a separate classLuke Kanies2010-02-172-84/+106
* Changing SimpleGraph.matching_edges to expect one eventLuke Kanies2010-02-171-14/+12
* Moving event creation to the resourceLuke Kanies2010-02-173-6/+12
* Reorganizing Property class to match current styleLuke Kanies2010-02-171-66/+34
* Cleaning up Event creationLuke Kanies2010-02-173-57/+65
* Adding "type" instance method to enhance DemeternessLuke Kanies2010-02-171-0/+4
* Random code cleanupLuke Kanies2010-02-173-65/+50
* Moving Ensure property into separate fileLuke Kanies2010-02-172-92/+96
* Moving Parameter utility classes into separate filesLuke Kanies2010-02-173-210/+216
* Switching transactions to callback-based eventsLuke Kanies2010-02-172-216/+122
* removing never-used codeLuke Kanies2010-02-171-61/+0
* Moving log destination code into separate filesLuke Kanies2010-02-173-276/+281
* fixed a couple of typosMarc Fournier2010-02-172-2/+2
* Handle path elements with ticks and spacesBryan Kearney2010-02-171-2/+8
* Renaming the old puppet executableRein Henrichs2010-02-171-1/+1
* Find both bin and sbin usage docs, fail gracefullyRein Henrichs2010-02-171-3/+6
* Initial puppet single executableRein Henrichs2010-02-171-2/+12
* Renaming applications, mostly removing 'puppet'Luke Kanies2010-02-177-7/+7
* Allow adding single key to hashesBrice Figureau2010-02-174-853/+925
* Raise an error when appending not a hash to a hashBrice Figureau2010-02-171-0/+1
* Fix #2389 - Enhance Puppet DSL with HashesBrice Figureau2010-02-176-918/+1192
* Fix #2929 - Allow checksum to be "none"Brice Figureau2010-02-175-4/+18
* Fix #3186 - require function set relationship only on the last classBrice Figureau2010-02-171-1/+1
* Fix #3150 - require function doesn't like ::class syntaxBrice Figureau2010-02-171-0/+7
* Added time module to tagmail reportJames Turnbull2010-02-171-0/+1
* Fixed the return types were valid, and removed the copy paste error with the ...Bryan Kearney2010-02-171-4/+4
* Resolving conflicts with ???Markus Roberts2010-02-171-1/+1
* Add AIX package management support (installp&nim)Andrew Forgue2010-02-172-0/+173
* Fixing #3148 Settings#without_noop when run with no noop settingLuke Kanies2010-02-171-3/+2
* Move scope parenting & class_scope from Compiler to ScopeMarkus Roberts2010-02-173-57/+37