summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util
Commit message (Expand)AuthorAgeFilesLines
...
| * | Kludge for #5206 -- port of fix for #3536 to yamlMarkus Roberts2010-11-101-1/+4
* | | Merge branch 'ticket/next/4590' into nextMarkus Roberts2010-11-171-0/+15
|\ \ \ | |_|/ |/| |
| * | [#4590] SimpleGraph is slowPaul Berry2010-10-071-0/+13
* | | Merge commit '2.6.3rc2' into nextPaul Berry2010-11-091-2/+0
|\ \ \ | | |/ | |/|
| * | Fixed #5137 - Removed no longer required TOC referencesJames Turnbull2010-10-291-2/+0
* | | maint: prevent fork bombs by disabling ActiveSupport's Kernel.daemonizeJesse Wolfe2010-11-091-0/+8
* | | Merge commit '2.6.2' into nextJesse Wolfe2010-10-121-1/+1
|\| |
| * | Fixed #4919 - added parenths to fix error message:James Turnbull2010-10-021-1/+1
* | | Merge commit '2.6.2rc1' into nextJesse Wolfe2010-10-041-1/+0
|\| |
| * | Fix for #4896 -- stray newline left over from removed diagnosticMarkus Roberts2010-09-301-1/+0
* | | Partial merge to 2.6.2rc1 : Merge commit '574812e' into nextJesse Wolfe2010-10-041-10/+12
|\| |
| * | (#4860) Fix wrong method name.. params seems to be renamed to parametersSimon Effenberg2010-09-281-1/+1
* | | Partial merge to 2.6.2rc1 : Merge commits 'd057b90' and '6dd1930' into nextJesse Wolfe2010-10-041-9/+38
|\| |
| * | Fix #4726 Update puppet rrdtool metric code to support modern rrd ruby bindingsJesse Wolfe2010-09-281-9/+38
* | | Partial merge to 2.6.2rc1 : Merge commit '99c1019' into nextJesse Wolfe2010-10-041-9/+11
|\| |
| * | [#4798] Puppet doc manifests documentation mode brokenPaul Berry2010-09-221-6/+9
* | | Partial merge to 2.6.2rc1 : Merge commit '7b8cb74' into nextJesse Wolfe2010-10-021-4/+4
|\| |
| * | Fixed Puppet Doc TOC generationJames Turnbull2010-09-161-2/+2
| * | Documentation updates for Markdown conversionJames Turnbull2010-09-141-2/+2
* | | Merge remote branch 'paul/ticket/next/4570' into nextJesse Wolfe2010-09-081-12/+11
|\ \ \ | |_|/ |/| |
| * | Fixed issue #4570 (Race conditions when serializing objects to YAML).Paul Berry2010-08-231-12/+11
| |/
* | Merge remote branch 'paul/4472-4483-4496-4521-4522'Jesse Wolfe2010-08-171-5/+9
|\ \ | |/ |/|
| * [#4496]+[#4521]+[#4522] Add structures to the AST to represent type definitio...Paul Berry2010-08-131-5/+9
* | 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