summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Fixes #3460 - Makes Puppet FHS compliant by moving /var/puppet to /var/lib/pu...James Turnbull2010-04-0110-22/+14
| * Fix for #3101 (bug in MRI 1.8.7)Markus Roberts2010-03-311-1/+12
| * Fixes #3419. OS X 10.6 Ruby doesn't set supplementary groupsNigel Kersten2010-03-311-2/+26
| * Revert the guts of #2890Markus Roberts2010-03-316-77/+112
| * Fail gracefully on packages that don't have the HOMEPAGE variable set (e.g. d...Gábor Vészi2010-03-311-1/+1
| * Fixed #3443 - Typo in mount typeJames Turnbull2010-03-281-2/+3
| * Fixes #3135 - darwin doesn't support 'mount -o remount'James Turnbull2010-03-271-1/+2
| * Adding :catalog_terminus settingLuke Kanies2010-03-277-18/+50
| * fixing obsolete comment in puppetdLuke Kanies2010-03-271-3/+1
| * Adding support for only using cached catalogsLuke Kanies2010-03-273-2/+26
| * Refactoring Configurer to enable the next featureLuke Kanies2010-03-271-27/+30
| * Fix for #3366 - --tags '' treated as boolean 'true'Markus Roberts2010-03-262-4/+21
| * Supressing warnings (not really failures) in test/unitJesse Wolfe2010-03-262-9/+19
| * Fix test using wrong Puppet util filesetting groupRein Henrichs2010-03-261-1/+1
| * Mock user in SUIDManager testsRein Henrichs2010-03-261-2/+7
| * Removing resources generate testsRein Henrichs2010-03-261-78/+0
| * 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