summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util
Commit message (Expand)AuthorAgeFilesLines
* (#4726) Fix RRD legacy supportMatt Robinson2010-11-161-1/+1
* Fix for #4299 -- Don't require whichMarkus Roberts2010-11-122-9/+2
* Fix for #4955 -- Race condition & memory leak in Puppet::UtilMarkus Roberts2010-11-121-2/+2
* Fix #4923 - close process race when truncating existing fileBrice Figureau2010-11-101-1/+4
* capture stderr from exec resourcesNigel Kersten2010-11-101-1/+1
* Fix #3808 - puppetdoc should use --force-update only if RDoc supports itBrice Figureau2010-11-101-4/+5
* Fix #4911 - Do not generate doc for standard RDoc parser generated objectBrice Figureau2010-11-101-0/+6
* Kludge for #5206 -- port of fix for #3536 to yamlMarkus Roberts2010-11-101-1/+4
* Fixed #5137 - Removed no longer required TOC referencesJames Turnbull2010-10-291-2/+0
* Fixed #4919 - added parenths to fix error message:James Turnbull2010-10-021-1/+1
* Fix for #4896 -- stray newline left over from removed diagnosticMarkus Roberts2010-09-301-1/+0
* (#4860) Fix wrong method name.. params seems to be renamed to parametersSimon Effenberg2010-09-281-1/+1
* Fix #4726 Update puppet rrdtool metric code to support modern rrd ruby bindingsJesse Wolfe2010-09-281-9/+38
* [#4798] Puppet doc manifests documentation mode brokenPaul Berry2010-09-221-6/+9
* Fixed Puppet Doc TOC generationJames Turnbull2010-09-161-2/+2
* Documentation updates for Markdown conversionJames Turnbull2010-09-141-2/+2
* Further RST to Markdown fixes for types, values, testsJames Turnbull2010-08-124-46/+19
* Updated all types to Markdown outputJames Turnbull2010-08-111-5/+4
* Updated reference output to generate valid MarkdownJames Turnbull2010-08-113-15/+9
* Removed legacy Trac codeJames Turnbull2010-08-111-24/+1
* Fix for #4476 -- rails calling yaml internalsMarkus Roberts2010-08-061-1/+1
* Fix #4461 - attempt to fix another performance issueBrice Figureau2010-08-031-5/+17
* Removed eventual documentation line ... eventually cameJames Turnbull2010-07-301-2/+0
* Fix #4244 - Cached Attributes is not thread safeBrice Figureau2010-07-251-10/+15
* JRuby doesn't implement Process.maxgroupsBrice Figureau2010-07-251-1/+4
* Fix #4348 - Puppet doc single manifest brokenBrice Figureau2010-07-251-1/+1
* Fix #4286 - rename puppetdoc global module <site> to __site__Brice Figureau2010-07-251-3/+5
* Fixing #4268 - manifests always importedLuke Kanies2010-07-191-15/+6
* Fixes errant Trac references in documentationJames Turnbull2010-07-156-6/+6
* [#4215] Have rundir depend on vardirMatt Robinson2010-07-131-9/+9
* Code smell: Two space indentationMarkus Roberts2010-07-0963-6916/+6916
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-0915-30/+30
* Code smell: Don't restate results directly after assignmentMarkus Roberts2010-07-096-7/+0
* Code smell: Use &&= for dependent initializationMarkus Roberts2010-07-092-4/+4
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-098-9/+9
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-098-12/+12
* Code smell: Avoid unneeded blocksMarkus Roberts2010-07-095-27/+9
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-0930-89/+89
* Code smell: Booleans are first class values.Markus Roberts2010-07-0912-70/+17
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-0931-327/+111
* Code smell: Use string interpolationMarkus Roberts2010-07-0938-172/+172
* Code smell: English names for special globals rather than line-noiseMarkus Roberts2010-07-095-12/+12
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-0931-154/+165
* Code smell: Win32 --> MS_windowsMarkus Roberts2010-07-092-3/+3
* Manifests with variables were broken when read from STDIN to puppet applyJesse Wolfe2010-07-091-0/+5
* Use the name in the search path for looking for metadataBryan Kearney2010-07-091-0/+1
* [#4198] Require 'fileutils' everywhere FileUtils is usedJesse Wolfe2010-07-093-0/+3
* [#4196] Move the docs into the source directory structureJesse Wolfe2010-07-0910-0/+912
* Update RDoc parser to reflect change of custom plugin and fact locationsJames Turnbull2010-07-091-1/+1
* Fix for #4167 -- overriding file permissions in conf fileMarkus Roberts2010-07-072-1/+2