summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Removing old test for service/debian providerRein Henrichs2010-03-261-58/+0
| * Replace test/unit file write test with specRein Henrichs2010-03-262-32/+36
| * Fix for #3424 and tests to prove it.Markus Roberts2010-03-252-4/+44
| * Fixed changelog Rake taskJames Turnbull2010-03-251-1/+1
| * Fix #3155 - prevent error when using two matching regex in cascadeBrice Figureau2010-03-258-20/+172
| * Fixing #3148 Settings#without_noop when run with no noop settingLuke Kanies2010-03-252-2/+32
| * Another trivial follow-up fix for #2604: invalid path to zaml.rbMarc Fournier2010-03-251-1/+1
| * Fix inefficient SimpleGraph#matching_edgeBrice Figureau2010-03-253-20/+61
| * Fix #3229 - use original value in case/selector regex matchingBrice Figureau2010-03-256-25/+15
| * Fix #2929 - Allow checksum to be "none"Brice Figureau2010-03-2510-5/+76
| * Fixed puppetlast typoJames Turnbull2010-03-241-1/+1
| * Follow up for #2604, debug msg left behind.Marc Fournier2010-03-241-1/+0
| * Fix for #2604 Pure Ruby yaml generationMarkus Roberts2010-03-242-0/+343
| * Fixes #3113 - When importing a manifest puppet needs to chillJames Turnbull2010-03-241-1/+4
| * Fixes #3387 - Handle path elements with ticks and spacesBryan Kearney2010-03-243-4/+24
| * Fix for #3412 install.rb should not put "." first in the tmp_dirsMartin Englund2010-03-241-1/+1
| * Fix #3186 - require function set relationship only on the last classBrice Figureau2010-03-243-4/+31
| * Fixed the return types were valid, and removed the copy paste error with the ...Bryan Kearney2010-03-172-7/+7
| * Fixing #3185 Rakefile is loading puppet.rb twiceJesse Wolfe2010-02-171-1/+1
| * Fix #3150 - require function doesn't like ::class syntaxBrice Figureau2010-02-142-0/+18
| * Added time module to tagmail reportJames Turnbull2010-02-091-0/+1
* | Updated CHANGELOG for 2.6.0rc2James Turnbull2010-07-121-0/+10
* | [#4209] catalog.resources should return resourcesJesse Wolfe2010-07-111-0/+4
* | Fix for #4210 -- missing require in CAMarkus Roberts2010-07-111-1/+1
* | Minimal fix for #4205 -- incorrect Import loop messagesMarkus Roberts2010-07-111-2/+4
* | Fix #4206 - import "path/*" tries to import files twiceBrice Figureau2010-07-112-1/+7
* | Alt fix for #4207 -- serialize environments as their namesMarkus Roberts2010-07-111-0/+7
* | [#4208] Missing parameter breaks multithread compilationJesse Wolfe2010-07-101-3/+3
* | Updated CHANGELOG for 2.6.0rc1James Turnbull2010-07-101-0/+622
* | Code smell: Two space indentationMarkus Roberts2010-07-091014-111266/+111266
* | Code smell: Avoid needless decorationsMarkus Roberts2010-07-09229-713/+713
* | Code smell: Don't restate results directly after assignmentMarkus Roberts2010-07-0929-33/+0
* | Code smell: Use &&= for dependent initializationMarkus Roberts2010-07-094-6/+6
* | Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-0943-55/+55
* | Code smell: Omit needless checks on definedMarkus Roberts2010-07-0935-55/+55
* | Code smell: Avoid unneeded blocksMarkus Roberts2010-07-0935-135/+45
* | Code smell: Avoid explicit returnsMarkus Roberts2010-07-09256-583/+583
* | Code smell: Booleans are first class values.Markus Roberts2010-07-0965-388/+92
* | Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-09279-2298/+782
* | Code smell: Use string interpolationMarkus Roberts2010-07-09373-1586/+1575
* | Code smell: English names for special globals rather than line-noiseMarkus Roberts2010-07-0939-78/+78
* | Code smell: Use {} for % notation delimiters wherever practicalMarkus Roberts2010-07-0913-47/+47
* | Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-09385-5642/+6801
* | Code smell: Miscellaneous oddity removalMarkus Roberts2010-07-092-2/+2
* | Code smell: Win32 --> MS_windowsMarkus Roberts2010-07-0913-32/+32
* | Updated GPG rake signing task for new Puppet Labs keyJames Turnbull2010-07-091-3/+3
* | [#4182] show_diff was broken for streamed file contentsJesse Wolfe2010-07-092-3/+20
* | Fix for #4117 "Storing newly-audited value" messagesMarkus Roberts2010-07-092-2/+2
* | 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