summaryrefslogtreecommitdiffstats
path: root/lib/puppet/interface/action.rb
Commit message (Expand)AuthorAgeFilesLines
* (#8690) Accept 'global' options in Puppet FacesDaniel Pittman2011-07-281-0/+2
* (#8561, #7290) Implement the option contract fully.Daniel Pittman2011-07-221-35/+49
* (#8561) Unify validation and modification of action arguments.Daniel Pittman2011-07-221-7/+14
* (#7184) Centralize "find action for face" into Puppet::FaceDaniel Pittman2011-07-221-0/+1
* (#6787) Add `default_to` for options.Daniel Pittman2011-07-201-0/+9
* (#7699) Help command should only list options onceDan Bode2011-07-131-1/+2
* Revert "Merge branch 'ticket/2.7.x/7699_fix_help_listing_options_twice' into ...Jeff McCune2011-07-101-2/+1
* (#7699) - Help should only show options onceDan Bode2011-07-101-1/+2
* (#7828) Fix whitespace in synopsis generator.Daniel Pittman2011-06-071-22/+1
* (#6962) Add "arguments" method to help APInfagerlund2011-05-261-0/+2
* (#7507) Fix when_invoked action specs in Ruby 1.9Matt Robinson2011-05-171-1/+1
* (#7329) Consistent naming for rendering formats and hooks.Daniel Pittman2011-05-031-2/+9
* (#6962) Added 'returns' block to action documentation.Daniel Pittman2011-05-031-0/+2
* (#7282) action without `when_invoked` should fail...Daniel Pittman2011-05-021-1/+4
* Merge branch 'tickets/2.7.x/7289' into 2.7.xPieter van de Bruggen2011-04-291-5/+9
|\
| * (#7289) Specify order for option decorations.Pieter van de Bruggen2011-04-291-5/+9
* | (#7248) Fail if two aliases of one option are passed...Daniel Pittman2011-04-291-0/+14
* | (#7122) Enforce call arity on actions in the CLI wrapper.Daniel Pittman2011-04-281-1/+2
* | Merge branch 'feature/2.7.x/6962-finish-documentation-api-for-faces' into 2.7.xDaniel Pittman2011-04-271-16/+36
|\ \ | |/ |/|
| * (#6962) Finish documentation API on Face options.Daniel Pittman2011-04-271-1/+1
| * (#6962) Move documentation support into a module.Daniel Pittman2011-04-261-16/+36
* | (#7251) Let exceptions raised in decorators rise.Pieter van de Bruggen2011-04-261-1/+1
|/
* (#7062) better argument handling in the action wrapper methodsDaniel Pittman2011-04-201-8/+30
* maint: move method comments outside the comment.Daniel Pittman2011-04-201-20/+19
* Merge branch 'bug/2.7.x/6752-allow-action-specific-render-methods'Daniel Pittman2011-04-191-4/+60
|\
| * (#7013) Wire up rendering hooks on the CLI.Daniel Pittman2011-04-191-1/+2
| * (#7013) Handle rendering modes out in the application layer.Daniel Pittman2011-04-191-1/+0
| * (#7013) Strip out old face-wide rendering defaults.Daniel Pittman2011-04-191-2/+2
| * (#7013) Return bound methods for when_rendering hooks.Daniel Pittman2011-04-191-1/+1
| * (#7013) Support 'when_rendering' and 'render_as' in actions.Daniel Pittman2011-04-191-3/+54
| * maint: test the 'help' face has the default action 'help'Daniel Pittman2011-04-191-1/+6
* | Merge branch 'bug/2.7.x/7132-a-summary-with-a-newline-is-accepted' into 2.7.xDaniel Pittman2011-04-191-1/+14
|\ \ | |/ |/|
| * (#6962) Add 'description' to faces and action.Daniel Pittman2011-04-191-1/+1
| * (#7132) Reject 'summary' text with newlines embedded.Daniel Pittman2011-04-191-1/+14
* | (#7013) Add support for required options.Pieter van de Bruggen2011-04-171-3/+13
|/
* Merge branch 'feature/2.7.x/6978-face-and-action-options-should-have-hooks-fo...Daniel Pittman2011-04-151-8/+31
|\
| * (#6978) Add before and after decorators to actions from options.Daniel Pittman2011-04-151-8/+31
* | (#7115) Enable default actions.Pieter van de Bruggen2011-04-151-1/+1
|/
* (#7059) handle inherited action binding scopeDaniel Pittman2011-04-131-0/+9
* (#6962) Implement 'summary' for actions.Daniel Pittman2011-04-121-0/+1
* (#7012) Split plumbing into Puppet::InterfaceDaniel Pittman2011-04-071-0/+119
* MAINT: the API is officially named "string" as of this moment.Daniel Pittman2011-03-281-26/+0
* MAINT: fix the misordered invocations in action.Daniel Pittman2011-03-251-2/+2
* (#6833) support 'script' as a short form of 'action'Daniel Pittman2011-03-241-1/+11
* (#6814) Create a dedicated Action classNick Lewis2011-03-221-0/+16