summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util
Commit message (Expand)AuthorAgeFilesLines
...
* {#3866] Rename the method metaclass to singleton_class to avoid the deprecati...Matt Robinson2010-02-171-4/+4
* For #3822 - Reducing checksum code duplicationLuke Kanies2010-02-171-0/+9
* Feature #2935 remove misleading commentJesse Wolfe2010-02-171-4/+1
* Feature #2935 Unify the codepaths for setting settingsJesse Wolfe2010-02-171-6/+14
* Feature #2935 Puppet[:mode] and Puppet[:name] are read-onlyJesse Wolfe2010-02-171-6/+18
* Bug: Broken codepath in util/settingsJesse Wolfe2010-02-171-1/+1
* Feature #2935 settings are in Mode sections instead of executable namesJesse Wolfe2010-02-171-28/+8
* Feature #2935: method extract require_applicationJesse Wolfe2010-02-171-1/+5
* Feature #2935 Modes: root? predicateJesse Wolfe2010-02-172-2/+6
* Feature #2935: lazify require graph for applicationsJesse Wolfe2010-02-171-2/+0
* Feature #2935: Puppet::ModeJesse Wolfe2010-02-171-0/+69
* feature #2276 Single Executable: move CommandLine methodsJesse Wolfe2010-02-171-44/+32
* Fixed #3721 - Removed -u option from crontab on HP-UXJames Turnbull2010-02-171-1/+1
* Fix for conflict between fileserving streams and none-checksumsMarkus Roberts2010-02-171-0/+4
* Fix #3373 - Client side file streamingBrice Figureau2010-02-171-0/+25
* Feature #2276 Single Executable: Pass a commandline object to the applicationJesse Wolfe2010-02-171-1/+1
* feature #2276 Single Executable: CommandLine can be instantiatedJesse Wolfe2010-02-171-1/+43
* feature #2276 Single Executable: subcommand methodJesse Wolfe2010-02-171-6/+39
* feature #2276 Single Executable: help for applyJesse Wolfe2010-02-171-0/+1
* Fix #3552 single executable should display usageJesse Wolfe2010-02-171-6/+4
* Fix for #3690 failing to calculate error codesJesse Wolfe2010-02-171-1/+1
* Fix #3552 single executable should display usageJesse Wolfe2010-02-171-0/+15
* Fix for #3101 (bug in MRI 1.8.7)Markus Roberts2010-02-171-1/+12
* Fixes #3419. OS X 10.6 Ruby doesn't set supplementary groupsNigel Kersten2010-02-171-2/+26
* Adding "checksum?" helper method to Checksums moduleLuke Kanies2010-02-171-0/+5
* Resolving conflicts with jesse:feature/master/3394Markus Roberts2010-02-171-1/+0
* Fixing most of the broken tests in test/Luke Kanies2010-02-171-1/+1
* Removing Resource::Reference classesLuke Kanies2010-02-171-1/+0
* Tuning file load orderLuke Kanies2010-02-171-0/+2
* Removing obsolete Settings comments and requireLuke Kanies2010-02-171-3/+0
* Changing the interface of Puppet::ResourceLuke Kanies2010-02-171-2/+2
* Feature #3383 RAL over RESTJesse Wolfe2010-02-171-1/+0
* Fixing callers to Parser to only pass environmentLuke Kanies2010-02-171-1/+1
* Always warning if autoloading a file failsLuke Kanies2010-02-171-12/+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
* Cleaning up the Log initialization code.Luke Kanies2010-02-171-20/+24
* Refactoring the RAL interface to loggingLuke Kanies2010-02-173-10/+33
* Removing a redundant method in ReportLuke Kanies2010-02-171-1/+1
* Adding tests for the 'report' log destinationLuke Kanies2010-02-172-0/+4
* removing never-used codeLuke Kanies2010-02-171-61/+0
* Moving log destination code into separate filesLuke Kanies2010-02-173-276/+281
* Fix #2929 - Allow checksum to be "none"Brice Figureau2010-02-171-0/+5
* Fixing #3148 Settings#without_noop when run with no noop settingLuke Kanies2010-02-171-3/+2
* Merge branch '0.25.x'Markus Roberts2010-02-093-2/+9
|\
| * Fix for #3094 (libdir should take ":" delimited path)Markus Roberts2010-01-301-2/+2
| * Fix for #3114 (ruby's arbitrary limit on process groups too low)Markus Roberts2010-01-301-0/+1
| * Partial reversion of patch for #3088 to fix #3104 (Exception misreported)Markus Roberts2010-01-242-3/+3
| * Fix for #3088 (catching Exception also traps SystemExit)Markus Roberts2010-01-242-0/+6