Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | (#7101) Fix template error messages in Ruby 1.8.5 | Max Martin | 2011-04-27 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge branch '2.7.x' into 2.7.next | Max Martin | 2011-04-21 | 8 | -92/+118 | |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | (#6928) Don't blow up when the method is undefined... | Daniel Pittman | 2011-04-21 | 1 | -6/+4 | |
| * | | | | | | | (#6928) backport Symbol#to_proc for Ruby < 1.8.7 | Daniel Pittman | 2011-04-21 | 1 | -0/+9 | |
| * | | | | | | | (#7183) Implement "invisible glob" version matching for faces | Daniel Pittman | 2011-04-21 | 2 | -30/+41 | |
| * | | | | | | | maint: more robust listing of valid faces. | Daniel Pittman | 2011-04-21 | 1 | -1/+1 | |
| * | | | | | | | maint: better error report for a missing version of a face. | Daniel Pittman | 2011-04-20 | 1 | -1/+1 | |
| * | | | | | | | (#7116) Handle application-level options in parse_options | Daniel Pittman | 2011-04-20 | 1 | -0/+17 | |
| * | | | | | | | maint: fix gratuitous whitespace in the code. | Daniel Pittman | 2011-04-20 | 1 | -2/+2 | |
| * | | | | | | | Merge branch 'bug/2.7.x/7062-improve-cloudpack-option-parsing-errors' into 2.7.x | Daniel Pittman | 2011-04-20 | 1 | -28/+49 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | (#7062) better argument handling in the action wrapper methods | Daniel Pittman | 2011-04-20 | 1 | -8/+30 | |
| | * | | | | | | | maint: move method comments outside the comment. | Daniel Pittman | 2011-04-20 | 1 | -20/+19 | |
| * | | | | | | | | Fixed #7166 - Replaced deprecated stomp "send" method with "publish" | James Turnbull | 2011-04-19 | 3 | -4/+4 | |
| |/ / / / / / / | ||||||
| * | | | | / / | maint: Remove unused faces code | Matt Robinson | 2011-04-19 | 3 | -30/+0 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge branch '2.6.next' into 2.7.next | Josh Cooper | 2011-04-21 | 2 | -0/+3 | |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | Maint: Fix a #4655 introduced log inconsistency | Jesse Wolfe | 2011-04-20 | 1 | -0/+2 | |
| * | | | | | | Fixed #7166 - Replaced deprecated stomp "send" method with "publish" | James Turnbull | 2011-04-20 | 3 | -4/+4 | |
| * | | | | | | Merge branch 'tickets/2.6.x/4655-parameterized-classes-default-stages' into 2... | Jacob Helwig | 2011-04-19 | 3 | -14/+26 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | (#4655) Allow stage to be set using a default class parameter | Jacob Helwig | 2011-04-19 | 3 | -14/+26 | |
| * | | | | | | | Merge remote branch 'james/tickets/2.6.x/6681' into 2.6.next | James Turnbull | 2011-04-14 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | Fixed #6681 - Remove --force-yes option from aptitude is used | James Turnbull | 2011-03-12 | 1 | -0/+1 | |
| | | |_|/ / / | | |/| | | | | ||||||
* | | | | | | | (#7021) Fix order dependent spec failures | Matt Robinson | 2011-04-21 | 2 | -2/+7 | |
* | | | | | | | Merge remote-tracking branch 'jamtur01/tickets/master/7166' into next | Josh Cooper | 2011-04-19 | 3 | -4/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fixed #7166 - Replaced deprecated stomp "send" method with "publish" | James Turnbull | 2011-04-20 | 3 | -4/+4 | |
* | | | | | | | | Merge branch 'tickets/2.7.x/4655-parameterized-classes-default-stages' into next | Jacob Helwig | 2011-04-19 | 3 | -14/+26 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| * | | | | | | | (#4655) Allow stage to be set using a default class parameter | Jacob Helwig | 2011-04-19 | 3 | -14/+26 | |
* | | | | | | | | Merge branch 'bug/2.7.x/6752-allow-action-specific-render-methods' | Daniel Pittman | 2011-04-19 | 8 | -34/+152 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | (#7013) Wire up rendering hooks on the CLI. | Daniel Pittman | 2011-04-19 | 2 | -2/+8 | |
| * | | | | | | | | (#7013) Handle rendering modes out in the application layer. | Daniel Pittman | 2011-04-19 | 2 | -6/+7 | |
| * | | | | | | | | (#7013) Strip out old face-wide rendering defaults. | Daniel Pittman | 2011-04-19 | 5 | -18/+12 | |
| * | | | | | | | | (#7013) Return bound methods for when_rendering hooks. | Daniel Pittman | 2011-04-19 | 1 | -1/+1 | |
| * | | | | | | | | (#7013) Support 'when_rendering' and 'render_as' in actions. | Daniel Pittman | 2011-04-19 | 5 | -13/+98 | |
| * | | | | | | | | (#7013) better default rendering support for faces | Daniel Pittman | 2011-04-19 | 1 | -4/+31 | |
| * | | | | | | | | maint: print 'false' in the default render method. | Daniel Pittman | 2011-04-19 | 1 | -1/+1 | |
| * | | | | | | | | maint: test the 'help' face has the default action 'help' | Daniel Pittman | 2011-04-19 | 1 | -1/+6 | |
* | | | | | | | | | Merge branch 'bug/2.7.x/7132-a-summary-with-a-newline-is-accepted' into 2.7.x | Daniel Pittman | 2011-04-19 | 2 | -23/+40 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | maint: drop multi-version support from action loading. | Daniel Pittman | 2011-04-19 | 1 | -20/+5 | |
| * | | | | | | | | | (#6962) Add 'description' to faces and action. | Daniel Pittman | 2011-04-19 | 2 | -3/+15 | |
| * | | | | | | | | | (#7132) Reject 'summary' text with newlines embedded. | Daniel Pittman | 2011-04-19 | 2 | -2/+22 | |
* | | | | | | | | | | (#7108) Update help/man text for puppet kick | nfagerlund | 2011-04-18 | 1 | -25/+10 | |
* | | | | | | | | | | (#7108) Modernize description of --listen in defaults.rb | nfagerlund | 2011-04-18 | 1 | -4/+4 | |
* | | | | | | | | | | Maint: puppetmaster -> puppet master in defaults.rb | nfagerlund | 2011-04-18 | 1 | -3/+3 | |
| |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge remote-tracking branch 'community/feature/puppet-device' into 2.7.x | Pieter van de Bruggen | 2011-04-18 | 21 | -51/+565 | |
* | | | | | | | | | Merge branch 'ticket/2.7.x/7131-optional-arguments' into 2.7.x | Max Martin | 2011-04-18 | 1 | -2/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | (#7131) Remove support for optional arguments to options | Max Martin | 2011-04-18 | 1 | -2/+3 | |
* | | | | | | | | | | (Maint) Fixing an order-dependent failure. | Pieter van de Bruggen | 2011-04-18 | 1 | -2/+0 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'bug/2.7.x/7013-interfaces-should-be-able-to-mark-options-as-req... | Daniel Pittman | 2011-04-17 | 3 | -6/+22 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | (#7013) Add support for required options. | Pieter van de Bruggen | 2011-04-17 | 3 | -6/+22 | |
| |/ / / / / / / / | ||||||
* / / / / / / / / | (Maint) Code cleanup. | Pieter van de Bruggen | 2011-04-15 | 1 | -4/+21 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge branch 'feature/2.7.x/6978-face-and-action-options-should-have-hooks-fo... | Daniel Pittman | 2011-04-15 | 8 | -50/+161 | |
|\ \ \ \ \ \ \ \ |