summaryrefslogtreecommitdiffstats
path: root/lib/puppet/interface
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) Load the core of obsolete versions of Faces.Daniel Pittman2011-07-221-10/+22
* (#7184) Find actions bound to other versions of Faces.Daniel Pittman2011-07-221-3/+10
* (#7184) Centralize "find action for face" into Puppet::FaceDaniel Pittman2011-07-222-0/+12
* (#7123) Support runtime setting of 'default' on actions.Daniel Pittman2011-07-201-5/+10
* (#6787) Add `default_to` for options.Daniel Pittman2011-07-203-0/+41
* (#7204) Consolidate Semantic Versioning code.Pieter van de Bruggen2011-07-191-44/+5
* (#7699) Help command should only list options onceDan Bode2011-07-132-2/+4
* Revert "Merge branch 'ticket/2.7.x/7699_fix_help_listing_options_twice' into ...Jeff McCune2011-07-102-4/+2
* (#7699) - Help should only show options onceDan Bode2011-07-102-2/+4
* (#8048) Gem install puppet no longer fails if rdoc enabled.Michael Stahnke2011-06-221-2/+0
* (#7828) Fix whitespace in synopsis generator.Daniel Pittman2011-06-072-22/+32
* (#7699) Don't duplicate inherited action names on faces.Daniel Pittman2011-06-011-1/+4
* Merge branch 'ticket/2.7rc/maint-faces_docs_spec_fixes' into ticket/2.7rc/mai...Matt Robinson2011-05-261-2/+4
|\
| * Maint: Fix ellipses for short descriptionsnfagerlund2011-05-261-1/+3
* | Maint: Add ellipsis to generated short_descriptions.nfagerlund2011-05-261-1/+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
* (#7291) Fix issues with instance_methods in Ruby 1.9Matt Robinson2011-05-162-4/+4
* (#7353) Remove :for_humans format entirely.Daniel Pittman2011-05-051-3/+1
* (#7353) Note the :for_humans compatibility issue.Daniel Pittman2011-05-041-0/+2
* (#7329) Consistent naming for rendering formats and hooks.Daniel Pittman2011-05-031-2/+9
* (#7326) Fix faces on Ruby 1.8.5Daniel Pittman2011-05-031-1/+4
* (#6962) Added 'returns' block to action documentation.Daniel Pittman2011-05-031-0/+2
* maint: remove emacs 'coding' cookie from files.Daniel Pittman2011-05-031-1/+0
* (#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