summaryrefslogtreecommitdiffstats
path: root/spec/unit/interface/action_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* (#8690) Accept 'global' options in Puppet FacesDaniel Pittman2011-07-281-1/+7
* (#8561, #7290) Implement the option contract fully.Daniel Pittman2011-07-221-5/+6
* (#8561) Unify validation and modification of action arguments.Daniel Pittman2011-07-221-3/+3
* (#7290) Fail on unknown options.Daniel Pittman2011-07-221-0/+10
* (#8561) Use canonical names for options to actions.Daniel Pittman2011-07-221-6/+20
* (#7123) Support runtime setting of 'default' on actions.Daniel Pittman2011-07-201-0/+18
* (#6787) Add `default_to` for options.Daniel Pittman2011-07-201-0/+45
* (#7699) Help command should only list options onceDan Bode2011-07-131-0/+10
* Revert "Merge branch 'ticket/2.7.x/7699_fix_help_listing_options_twice' into ...Jeff McCune2011-07-101-9/+0
* (#7699) - Help should only show options onceDan Bode2011-07-101-0/+9
* (#7507) Fix when_invoked action specs in Ruby 1.9Matt Robinson2011-05-171-30/+29
* Merge branch 'bug/2.7.x/7282-fail-when-no-invocation-given-for-action' into 2...Daniel Pittman2011-05-021-6/+18
|\
| * (#7282) action without `when_invoked` should fail...Daniel Pittman2011-05-021-6/+18
* | (Maint.) Fix accidental debug output in tests.Pieter van de Bruggen2011-04-291-1/+1
|/
* Merge branch 'tickets/2.7.x/7289' into 2.7.xPieter van de Bruggen2011-04-291-109/+176
|\
| * (#7289) Specify order for option decorations.Pieter van de Bruggen2011-04-291-109/+176
* | (#7248) Fail if two aliases of one option are passed...Daniel Pittman2011-04-291-0/+19
|/
* (#7251) Let exceptions raised in decorators rise.Pieter van de Bruggen2011-04-261-2/+2
* (#7062) better argument handling in the action wrapper methodsDaniel Pittman2011-04-201-0/+56
* Merge branch 'bug/2.7.x/6752-allow-action-specific-render-methods'Daniel Pittman2011-04-191-0/+9
|\
| * (#7013) Support 'when_rendering' and 'render_as' in actions.Daniel Pittman2011-04-191-0/+9
* | Merge branch 'bug/2.7.x/7132-a-summary-with-a-newline-is-accepted' into 2.7.xDaniel Pittman2011-04-191-0/+9
|\ \ | |/ |/|
| * (#6962) Add 'description' to faces and action.Daniel Pittman2011-04-191-20/+1
| * (#7132) Reject 'summary' text with newlines embedded.Daniel Pittman2011-04-191-0/+28
* | (#7013) Add support for required options.Pieter van de Bruggen2011-04-171-2/+25
|/
* (#6978) Enforce the calling convention of option hooks.Daniel Pittman2011-04-151-13/+21
* (#6978) Add before and after decorators to actions from options.Daniel Pittman2011-04-151-1/+172
* maint: clean up the spec test headers in bulk.Daniel Pittman2011-04-131-2/+1
* maint: just require 'spec_helper', thanks rspec2Daniel Pittman2011-04-081-1/+1
* (#7012) Split plumbing into Puppet::InterfaceDaniel Pittman2011-04-071-0/+173
* MAINT: the API is officially named "string" as of this moment.Daniel Pittman2011-03-281-75/+0
* (#6770) Refactor Puppet::Interface#initialize.Pieter van de Bruggen2011-03-251-2/+2
* (#6770) Changing versioning to semver.Pieter van de Bruggen2011-03-231-2/+2
* (#6770) Add basic versioning for interfaces.Pieter van de Bruggen2011-03-231-2/+2
* (#6814) Create a dedicated Action classNick Lewis2011-03-221-0/+75