Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | | (#4884) Modify tests to pass on non-OS X systems | Max Martin | 2011-03-18 | 2 | -75/+82 | |
| | |/ / / / / / / | ||||||
| | * | | | | | | | Merge branch 'feature/2.6.next/4884-an-exec-provider-that-executes-unfiltered... | Max Martin | 2011-03-17 | 15 | -434/+1279 | |
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | ||||||
| | | * | | | | | | (#4884) Revise new exec tests, add a few more | Max Martin | 2011-03-17 | 3 | -11/+22 | |
| | | * | | | | | | (#4884) Add an shell provider for execs | Matt Robinson | 2011-03-15 | 2 | -0/+61 | |
| | | * | | | | | | (#4884) Fix Test::Unit exec tests | Matt Robinson | 2011-03-15 | 1 | -176/+87 | |
| | | * | | | | | | (#4884) Break the exec type out to have a posix provider | Daniel Pittman | 2011-03-15 | 4 | -239/+841 | |
| | | * | | | | | | (#4884) Add consistent path validation and behavior | Daniel Pittman | 2011-03-15 | 4 | -0/+253 | |
| | | * | | | | | | (#4884) Add expand_path to requiring the spec_helper | Matt Robinson | 2011-03-15 | 1 | -1/+1 | |
| | | * | | | | | | (#4884) Autorequire shared behaviors and method to silence warnings | Daniel Pittman | 2011-03-15 | 2 | -0/+15 | |
| | | * | | | | | | (#4884) Fix whitespace | Matt Robinson | 2011-03-15 | 1 | -15/+9 | |
| | | * | | | | | | (#4884) Get rid of open3 require since it wasn't being used | Matt Robinson | 2011-03-15 | 1 | -3/+1 | |
| * | | | | | | | | Merge branch 'ticket/next/6820_ruby19_fixes' into next | Matt Robinson | 2011-03-23 | 6 | -21/+39 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | (#6820) Fix File class lookup in the file type for Ruby 1.9 | Matt Robinson | 2011-03-23 | 1 | -14/+14 | |
| | * | | | | | | | | (#6820) Fix nagios parser to use proper hash syntax for Ruby 1.9 | Matt Robinson | 2011-03-23 | 1 | -1/+1 | |
| | * | | | | | | | | (#6820) Fix Invalid multibyte character | Matt Robinson | 2011-03-23 | 1 | -1/+1 | |
| | * | | | | | | | | (#6820) Fix RDOC parser to work with Ruby 1.9 | Matt Robinson | 2011-03-23 | 1 | -3/+9 | |
| | * | | | | | | | | (#6820) Fix invalid next that should be a return | Matt Robinson | 2011-03-23 | 1 | -1/+1 | |
| | * | | | | | | | | (#2782) Fix constant_defined? | Matt Robinson | 2011-03-23 | 1 | -1/+13 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge branch 'feature/next/6527-pip_package_provider' into next | Matt Robinson | 2011-03-22 | 1 | -4/+5 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | (#6527) Fix pip tests | Matt Robinson | 2011-03-22 | 1 | -4/+5 | |
| * | | | | | | | | | Merge branch 'feature/next/6257-pip_package_provider' into next | Matt Robinson | 2011-03-22 | 2 | -0/+285 | |
| |\| | | | | | | | | ||||||
| | * | | | | | | | | (#6527) Fix uninstall problem and refactor | Matt Robinson | 2011-03-22 | 2 | -68/+48 | |
| | * | | | | | | | | (#6527) Added pip package provider. | Richard Crowley | 2011-03-22 | 2 | -0/+305 | |
| * | | | | | | | | | Merge branch 'ticket/next/maint-fix_require_spec_helper_for_ruby_19' into next | Matt Robinson | 2011-03-22 | 63 | -66/+65 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | maint: Change code for finding spec_helper to work with Ruby 1.9 | Matt Robinson | 2011-03-22 | 62 | -63/+62 | |
| | * | | | | | | | | Fix error "invalid multibyte char (US-ASCII)" under Ruby 1.9 | Matt Robinson | 2011-03-22 | 1 | -3/+3 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge branch 'ticket/next/6566' into next | Matt Robinson | 2011-03-22 | 2 | -54/+55 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | (#6566) Replace tabs with spaces | Matt Robinson | 2011-03-22 | 1 | -50/+50 | |
| | * | | | | | | | | (#6566) Fix ruby 1.9 incompatible case statement | Matt Robinson | 2011-03-22 | 1 | -2/+2 | |
| | * | | | | | | | | Fixed #6566 Replace ftools with filetuils in rake gem task | James Turnbull | 2011-03-22 | 1 | -4/+5 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge branch 'ticket/next/6555' into next | Matt Robinson | 2011-03-22 | 5 | -7/+7 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | (#6555) Fix another ruby 1.9 incompatible case statement | Matt Robinson | 2011-03-22 | 1 | -1/+1 | |
| | * | | | | | | | | Fixed #6555 - Fixed two more when then colon issues | James Turnbull | 2011-03-22 | 2 | -2/+2 | |
| | * | | | | | | | | Fixed #6555 - Ruby 1.9.x returning Invalid next (SyntaxError) | James Turnbull | 2011-03-22 | 1 | -1/+1 | |
| | * | | | | | | | | Fixed #6555 - Ruby 1.9.x warning: class variable access from toplevel | James Turnbull | 2011-03-22 | 1 | -3/+3 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge branch 'ticket/next/maint-silence_false_test_output' into next | Matt Robinson | 2011-03-18 | 1 | -2/+3 | |
|/| | | | | | | | | ||||||
| * | | | | | | | | maint: Silence test output in the spec run | Matt Robinson | 2011-03-18 | 1 | -2/+3 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge branch 'next' | Matt Robinson | 2011-03-18 | 283 | -5524/+9119 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
| * | | | | | | | Merge branch '2.6.x' into next | Matt Robinson | 2011-03-18 | 54 | -172/+1033 | |
| |\| | | | | | | ||||||
| | * | | | | | | Updated CHANGELOG for 2.6.7rc1 | Matt Robinson | 2011-03-16 | 2 | -2/+107 | |
| | * | | | | | | Merge branch '2.6.next' into 2.6.x | Matt Robinson | 2011-03-16 | 137 | -2825/+4454 | |
| | |\ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ | Merge branch 'ticket/2.6.next/5073' into 2.6.next | Matt Robinson | 2011-03-16 | 3 | -11/+31 | |
| | | |\ \ \ \ \ \ | ||||||
| | | | * | | | | | | (#5073) Download plugins even if you're filtering on tags | Matt Robinson | 2011-03-15 | 3 | -11/+31 | |
| | | * | | | | | | | Merge branch 'ticket/2.6.next/5610' into 2.6.next | Jesse Wolfe | 2011-03-15 | 2 | -2/+13 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | Fix #5610: Prevent unnecessary RAL lookups | Jesse Wolfe | 2011-03-15 | 2 | -2/+13 | |
| | | |/ / / / / / / | ||||||
| | | * | | | | | | | Revert "Merge branch 'ticket/2.6.x/5605' of git://github.com/stschulte/puppet... | Jesse Wolfe | 2011-03-15 | 4 | -24/+6 | |
| | | * | | | | | | | Merge branch 'ticket/2.6.x/5605' of git://github.com/stschulte/puppet into 2.... | Jesse Wolfe | 2011-03-15 | 4 | -6/+24 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | (#5605) Prefetch doesnt work with composite keys | Stefan Schulte | 2010-12-23 | 4 | -6/+24 | |
| | | * | | | | | | | | Merge branch 'ticket/2.6.next/6723-withenv-bug' into 2.6.next | Max Martin | 2011-03-15 | 2 | -5/+53 | |
| | | |\ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | (#6723) Fix withenv environment restoration bug | Max Martin | 2011-03-15 | 2 | -5/+53 | |
| | | |/ / / / / / / / |