summaryrefslogtreecommitdiffstats
path: root/lib/puppet/interface
Commit message (Expand)AuthorAgeFilesLines
* (#7314) Faces fail horribly when one has a syntax error.Daniel Pittman2011-05-021-13/+8
* (#7282) action without `when_invoked` should fail...Daniel Pittman2011-05-022-1/+5
* Merge branch 'bug/2.7.x/7221-whitespace-stripping-for-documentation' into 2.7.xDaniel Pittman2011-04-291-41/+63
|\
| * (#7221) Strip bad whitespace from face and action docs.Daniel Pittman2011-04-291-41/+63
* | Merge branch 'tickets/2.7.x/7289' into 2.7.xPieter van de Bruggen2011-04-292-14/+29
|\ \ | |/ |/|
| * (#7289) Specify order for option decorations.Pieter van de Bruggen2011-04-292-14/+29
* | (#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-274-18/+216
|\ \ | |/ |/|
| * (#6962) Add integration tests on Face documentation.Daniel Pittman2011-04-271-1/+1
| * (#6962) Finish documentation API on Face options.Daniel Pittman2011-04-273-3/+11
| * (#6962) Move documentation support into a module.Daniel Pittman2011-04-263-17/+207
* | (#7251) Let exceptions raised in decorators rise.Pieter van de Bruggen2011-04-261-1/+1
* | (#7249) Publicize ActionBuilder DSL methods.Pieter van de Bruggen2011-04-261-14/+14
|/
* maint: clean up test headers on face spec files.Daniel Pittman2011-04-221-0/+2
* (#7183) Implement "invisible glob" version matching for facesDaniel Pittman2011-04-211-23/+35
* maint: more robust listing of valid faces.Daniel Pittman2011-04-211-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-194-12/+102
|\
| * (#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-194-11/+96
| * 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
* | Merge branch 'ticket/2.7.x/7131-optional-arguments' into 2.7.xMax Martin2011-04-181-2/+3
|\ \
| * | (#7131) Remove support for optional arguments to optionsMax Martin2011-04-181-2/+3
* | | (Maint) Fixing an order-dependent failure.Pieter van de Bruggen2011-04-181-2/+0
|/ /
* / (#7013) Add support for required options.Pieter van de Bruggen2011-04-173-6/+22
|/
* Merge branch 'feature/2.7.x/6978-face-and-action-options-should-have-hooks-fo...Daniel Pittman2011-04-154-26/+95
|\
| * (#6978) Enforce the calling convention of option hooks.Daniel Pittman2011-04-151-0/+6
| * (#6978) Add before and after decorators to actions from options.Daniel Pittman2011-04-154-26/+89
* | (#7115) Enable default actions.Pieter van de Bruggen2011-04-153-1/+14
|/
* (#6830) Fix string method sub call on a symbol for Ruby 1.9Matt Robinson2011-04-131-1/+1
* (#7059) handle inherited action binding scopeDaniel Pittman2011-04-132-2/+18
* (#7056) Use 'face' rather than 'faces' in the production code.Daniel Pittman2011-04-131-3/+3
* (#6962) Implement 'summary' for actions.Daniel Pittman2011-04-122-0/+5
* (#6770) Don't pollute valid face list when #face? is called.Daniel Pittman2011-04-121-2/+10
* Fixing FaceCollection#facesLuke Kanies2011-04-091-3/+1
* (#7012) Split plumbing into Puppet::InterfaceDaniel Pittman2011-04-077-0/+487
* MAINT: the API is officially named "string" as of this moment.Daniel Pittman2011-03-2820-443/+0
* MAINT: fix the misordered invocations in action.Daniel Pittman2011-03-251-2/+2
* (#6770) Add support for version :latest.Pieter van de Bruggen2011-03-251-2/+13
* (#6770) Add version lookup and comparison.Pieter van de Bruggen2011-03-251-0/+35
* (#6770) Refactor Puppet::Interface#initialize.Pieter van de Bruggen2011-03-251-1/+1
* Config#print action always returns nilLuke Kanies2011-03-251-0/+1