summaryrefslogtreecommitdiffstats
path: root/spec/unit/interface
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
* (#7184) Load the core of obsolete versions of Faces.Daniel Pittman2011-07-221-2/+25
* (#7184) Find actions bound to other versions of Faces.Daniel Pittman2011-07-221-0/+15
* (#7123) Support runtime setting of 'default' on actions.Daniel Pittman2011-07-201-0/+18
* (#6787) Add `default_to` for options.Daniel Pittman2011-07-202-0/+89
* (#7204) Consolidate Semantic Versioning code.Pieter van de Bruggen2011-07-191-34/+6
* (#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
* (#7828) Fix whitespace in synopsis generator.Daniel Pittman2011-06-071-0/+34
* (#7699) Don't duplicate inherited action names on faces.Daniel Pittman2011-06-011-12/+38
* (#7507) Fix when_invoked action specs in Ruby 1.9Matt Robinson2011-05-173-86/+85
* (#7353) Remove :for_humans format entirely.Daniel Pittman2011-05-051-10/+0
* (#7353) Note the :for_humans compatibility issue.Daniel Pittman2011-05-041-0/+2
* (#7314) Faces fail horribly when one has a syntax error.Daniel Pittman2011-05-021-1/+18
* maint: reset more global state in testing faces...Daniel Pittman2011-05-021-2/+3
* Merge branch 'bug/2.7.x/7282-fail-when-no-invocation-given-for-action' into 2...Daniel Pittman2011-05-023-16/+61
|\
| * (#7282) action without `when_invoked` should fail...Daniel Pittman2011-05-023-16/+61
* | (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
* | Merge branch 'feature/2.7.x/6962-finish-documentation-api-for-faces' into 2.7.xDaniel Pittman2011-04-271-6/+8
|\ \ | |/ |/|
| * (#6962) Finish documentation API on Face options.Daniel Pittman2011-04-271-6/+8
* | (#7251) Let exceptions raised in decorators rise.Pieter van de Bruggen2011-04-261-2/+2
|/
* (#7183) Implement "invisible glob" version matching for facesDaniel Pittman2011-04-211-17/+25
* maint: clean up testing code a fraction...Daniel Pittman2011-04-201-22/+10
* (#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-192-41/+166
|\
| * (#7013) Handle rendering modes out in the application layer.Daniel Pittman2011-04-191-2/+2
| * (#7013) Return bound methods for when_rendering hooks.Daniel Pittman2011-04-191-3/+10
| * (#7013) Support 'when_rendering' and 'render_as' in actions.Daniel Pittman2011-04-192-45/+158
| * maint: make sure we don't ever default to being default...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-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
* | (Maint) Fixing an order-dependent failure.Pieter van de Bruggen2011-04-181-0/+1
* | (#7013) Add support for required options.Pieter van de Bruggen2011-04-174-7/+42
|/
* Merge branch 'feature/2.7.x/6978-face-and-action-options-should-have-hooks-fo...Daniel Pittman2011-04-156-20/+252
|\
| * (#6978) Enforce the calling convention of option hooks.Daniel Pittman2011-04-152-17/+51
| * (#6978) Add before and after decorators to actions from options.Daniel Pittman2011-04-155-18/+220
| * maint: delete an empty describe block containing no tests.Daniel Pittman2011-04-151-4/+0
* | (#7115) Enable default actions.Pieter van de Bruggen2011-04-152-0/+29
|/
* maint: clean up the spec test headers in bulk.Daniel Pittman2011-04-136-7/+4
* (#7056) Use 'face' rather than 'faces' in the production code.Daniel Pittman2011-04-131-34/+23
* (#6962) Implement 'summary' for actions.Daniel Pittman2011-04-121-0/+11