summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* (#6830) Fix MD5 handling to work with Ruby 1.9Matt Robinson2011-03-291-2/+2
* (#6830) Fix File class scopingMatt Robinson2011-03-292-4/+4
* (#6830) Handle case where array is actually a stringMatt Robinson2011-03-291-0/+1
* (#6830) Fix case where instance_variables returns symbols in Ruby 1.9Matt Robinson2011-03-291-1/+4
* Merge branch 'ticket/next/5477' into nextJesse Wolfe2011-03-259-32/+44
|\
| * (#5477) Allow watch_file to watch non-existent files, especially site.ppJesse Wolfe2011-03-259-32/+44
* | Merge branch 'ticket/2.6.next/5477' into nextJesse Wolfe2011-03-250-0/+0
|\ \
| * | (#5477) Allow watch_file to watch non-existent files, especially site.ppJesse Wolfe2011-03-259-28/+40
* | | Merge commit '2.6.next^1' into nextJesse Wolfe2011-03-255-12/+32
|\ \ \
| * \ \ Merge branch 'ticket/2.6.next/5221' into 2.6.nextNick Lewis2011-03-242-0/+9
| |\ \ \ | | |/ / | |/| |
| | * | (#5221) Add test for fix to fileset with trailing separatorNick Lewis2011-03-241-0/+8
| | * | (#5221) Fix fileset path absoluteness checking with trailing slashJames Turnbull2011-03-241-0/+1
| * | | Merge branch 'feature/2.6.next/4576' of https://github.com/bodepd/puppet into...Jesse Wolfe2011-03-242-3/+2
| |\ \ \
| | * | | (4576) - if ENC declares invalid class, it is logged at warning.Dan Bode2011-03-162-3/+2
| * | | | Merge branch '2.6.x' into 2.6.nextJacob Helwig2011-03-241-2/+3
| |\ \ \ \
| | * | | | Update CHANGELOG for 2.6.7Jacob Helwig2011-03-241-2/+3
| | |/ / /
| * | | | Merge branch 'ticket/2.6.next/4769' into 2.6.nextNick Lewis2011-03-242-10/+20
| |\ \ \ \
| | * | | | (#4769) Fix negative timeout support for newer rubiesNick Lewis2011-03-242-10/+20
| |/ / / /
* | | | | Merge branch 'tickets/next/6855-searching_in_resource_type' into nextLuke Kanies2011-03-252-3/+41
|\ \ \ \ \
| * | | | | (#6855) ResourceType#search now accepts a regexLuke Kanies2011-03-252-3/+41
|/ / / / /
* | | | | Merge branch 'tickets/master/6850-resource_type_listing_and_converting' into ...Luke Kanies2011-03-258-26/+241
|\ \ \ \ \
| * | | | | Fixing #6851 - ResourceType#find/search loads typesLuke Kanies2011-03-254-17/+188
| * | | | | Fixing Module#path detectionLuke Kanies2011-03-252-8/+33
| * | | | | Fixed #6850 - Clean up ResourceType#to_psonLuke Kanies2011-03-253-8/+27
* | | | | | Merge branch 'ticket/next/6830_stat_calls' into nextMatt Robinson2011-03-259-9/+9
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | (#6830) Fix stat method calls to not use an unneeded argumentMatt Robinson2011-03-259-9/+9
|/ / / / /
* | | | | Merge branch 'ticket/next/4576' into nextJesse Wolfe2011-03-243-30/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | (#4576) Raise an error when a node is classified into a non-existent classJesse Wolfe2011-03-243-30/+12
|/ / / /
* | | | Merge branch 'next'Max Martin2011-03-2395-621/+2197
|\ \ \ \
| * | | | Merge branch '2.6.next' into nextMax Martin2011-03-2317-471/+1742
| |\| | |
| | * | | Merge branch 'tickets/2.6.x/6562' into 2.6.nextJames Turnbull2011-03-221-1/+0
| | |\ \ \
| | | * | | Fixed #6562 - Minor kick documentation fixJames Turnbull2011-03-221-1/+0
| | * | | | Merge branch 'ticket/2.6.next/6658' into 2.6.nextMatt Robinson2011-03-182-5/+3
| | |\ \ \ \
| | | * | | | (#6658) Propagate ENC connection errors to the agentMatt Robinson2011-03-182-5/+3
| | | | |/ / | | | |/| |
| | * | | | Merge branch 'ticket/2.6.x/5814' into 2.6.nextMax Martin2011-03-181-18/+466
| | |\ \ \ \
| | | * | | | (#5814) Improved cron type specsStefan Schulte2011-01-091-17/+454
| | | * | | | (#5814) cron_spec shouldn't depend on cron providerStefan Schulte2011-01-091-1/+12
| | | | |_|/ | | | |/| |
| | * | | | Merge branch 'ticket/2.6.next/maint-more-exec-testing' into 2.6.nextMax Martin2011-03-181-1/+1
| | |\ \ \ \
| | | * | | | (#4884) Remove typo from spec testMax Martin2011-03-181-1/+1
| | |/ / / /
| | * | | | Merge branch 'ticket/2.6.next/maint-fix-exec-tests' into 2.6.nextMax Martin2011-03-182-75/+82
| | |\ \ \ \
| | | * | | | (#4884) Modify tests to pass on non-OS X systemsMax Martin2011-03-182-75/+82
| | |/ / / /
| | * | | | Merge branch 'feature/2.6.next/4884-an-exec-provider-that-executes-unfiltered...Max Martin2011-03-1715-434/+1279
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | (#4884) Revise new exec tests, add a few moreMax Martin2011-03-173-11/+22
| | | * | | (#4884) Add an shell provider for execsMatt Robinson2011-03-152-0/+61
| | | * | | (#4884) Fix Test::Unit exec testsMatt Robinson2011-03-151-176/+87
| | | * | | (#4884) Break the exec type out to have a posix providerDaniel Pittman2011-03-154-239/+841
| | | * | | (#4884) Add consistent path validation and behaviorDaniel Pittman2011-03-154-0/+253
| | | * | | (#4884) Add expand_path to requiring the spec_helperMatt Robinson2011-03-151-1/+1
| | | * | | (#4884) Autorequire shared behaviors and method to silence warningsDaniel Pittman2011-03-152-0/+15
| | | * | | (#4884) Fix whitespaceMatt Robinson2011-03-151-15/+9