summaryrefslogtreecommitdiffstats
path: root/lib/puppet/application
Commit message (Expand)AuthorAgeFilesLines
* (#7276) Create a plugin face application.Daniel Pittman2011-05-031-0/+3
* maint: remove emacs 'coding' cookie from files.Daniel Pittman2011-05-031-1/+0
* (#7317) better error handling in CLI face facade.Daniel Pittman2011-05-021-53/+46
* Revert "maint: better error reporting for argument count mismatch."Daniel Pittman2011-04-281-39/+47
* maint: better error reporting for argument count mismatch.Daniel Pittman2011-04-281-47/+39
* (#7122) Enforce call arity on actions in the CLI wrapper.Daniel Pittman2011-04-281-1/+44
* (#7269) Fix error reporting for bad render formats...Daniel Pittman2011-04-281-24/+34
* (#7269) Better error reporting for bad render formats.Daniel Pittman2011-04-281-10/+10
* (#7160) Support 'json' as a rendering method for CLI faces.Daniel Pittman2011-04-281-6/+9
* (#7157) Return a non-zero exit code on face failure.Daniel Pittman2011-04-221-12/+14
* (#7181) Rename configurer face to secret_agent.Daniel Pittman2011-04-211-2/+2
* (#7116) Handle application-level options in parse_optionsDaniel Pittman2011-04-201-0/+17
* maint: fix gratuitous whitespace in the code.Daniel Pittman2011-04-201-2/+2
* Merge branch 'bug/2.7.x/6752-allow-action-specific-render-methods'Daniel Pittman2011-04-191-12/+45
|\
| * (#7013) Wire up rendering hooks on the CLI.Daniel Pittman2011-04-191-1/+6
| * (#7013) Handle rendering modes out in the application layer.Daniel Pittman2011-04-191-5/+7
| * (#7013) Strip out old face-wide rendering defaults.Daniel Pittman2011-04-191-8/+7
| * (#7013) better default rendering support for facesDaniel Pittman2011-04-191-4/+31
| * maint: print 'false' in the default render method.Daniel Pittman2011-04-191-1/+1
* | (#7108) Update help/man text for puppet kicknfagerlund2011-04-181-25/+10
|/
* Merge remote-tracking branch 'community/feature/puppet-device' into 2.7.xPieter van de Bruggen2011-04-181-0/+255
* Merge branch 'tickets/2.7.x/7115' into 2.7.xPieter van de Bruggen2011-04-151-12/+20
|\
| * (#7115) Enable default actions.Pieter van de Bruggen2011-04-151-12/+20
* | (#6408) Update puppet cert help for new subcommand action syntax.nfagerlund2011-04-141-47/+51
|/
* Revert "(#6928) Removed --ignoreimport"Nick Lewis2011-04-133-10/+4
* (#6928) Removed --ignoreimportNick Lewis2011-04-133-4/+10
* (#6928) Remove --parseonlyNick Lewis2011-04-132-30/+10
* (#6928) Add a Parser face with Validate actionNick Lewis2011-04-131-0/+5
* (#7056) Use 'face' rather than 'faces' in the production code.Daniel Pittman2011-04-136-18/+18
* (#6962) Move option handling into #parse_options, not #preinit.Daniel Pittman2011-04-121-5/+13
* (#6962) Override 'render' in help to just return the string.Daniel Pittman2011-04-121-3/+4
* (#6962) render prints the rval; fix help subcommand.Daniel Pittman2011-04-121-1/+1
* (#6962) Create the basic shape of the help face.Daniel Pittman2011-04-121-0/+7
* maint: finish transition of application help to return strings.Daniel Pittman2011-04-121-2/+1
* Fixed #5684 - Move to Apache 2.0 licenseJames Turnbull2011-04-1111-23/+11
* Fixing 'puppet faces' applicationLuke Kanies2011-04-091-16/+9
* Merge puppet-interfaces into puppet.Daniel Pittman2011-04-0716-0/+334
|\
| * (#7012) Update references in code to use face(s)Daniel Pittman2011-04-075-28/+28
| * (#7012) global rename of strings to faces.Daniel Pittman2011-04-072-0/+0
| * (#6972) Handle ca-location in the certificate string.Daniel Pittman2011-04-061-12/+3
| * (#6972) Recognize puppet global options in pre-parse.Daniel Pittman2011-04-061-1/+21
| * (#6949) Fix passing positional arguments to actions.Daniel Pittman2011-04-041-6/+8
| * (#6749) Handle options with inline arguments.Daniel Pittman2011-04-041-1/+5
| * (#6749) Extract the action from the arguments cleanly.Daniel Pittman2011-04-041-2/+6
| * (#6749) Fix optional vs mandatory argument handling.Daniel Pittman2011-04-041-6/+5
| * (#6749) Polish the CLI option pre-parse implementationDaniel Pittman2011-04-041-11/+7
| * (#6749) Start porting existing strings to the options API.Daniel Pittman2011-04-042-3/+3
| * (#6749) code and test cleanup of Application/StringBase.Daniel Pittman2011-04-041-12/+0
| * (#6749) Remove "save does not work" language from strings.Daniel Pittman2011-04-041-1/+1
| * (#6749) string cli base: implement preinit CLI parsingDaniel Pittman2011-04-041-41/+49