summaryrefslogtreecommitdiffstats
path: root/spec/unit/application
Commit message (Expand)AuthorAgeFilesLines
...
* | | (#7329) Consistent naming for rendering formats and hooks.Daniel Pittman2011-05-031-0/+8
* | | Merge branch 'bug/2.7.x/7314-backtrace-when-face-has-syntax-error' into 2.7.xDaniel Pittman2011-05-021-2/+2
|\ \ \
| * | | maint: move the indirector face base out of puppet/faceDaniel Pittman2011-05-021-2/+2
* | | | (#7317) better error handling in CLI face facade.Daniel Pittman2011-05-021-2/+2
|/ / /
* | | (#7122) Enforce call arity on actions in the CLI wrapper.Daniel Pittman2011-04-282-3/+4
* | | maint: add a 'print' matcher to rspec, to inspect std{out,err}Daniel Pittman2011-04-282-4/+33
* | | (#7269) Fix error reporting for bad render formats...Daniel Pittman2011-04-281-57/+57
* | | (#7269) Better error reporting for bad render formats.Daniel Pittman2011-04-281-0/+13
* | | (#7160) Support 'json' as a rendering method for CLI faces.Daniel Pittman2011-04-281-0/+8
* | | (#7157) Return a non-zero exit code on face failure.Daniel Pittman2011-04-221-0/+35
* | | maint: use the exit_with helper everywhere...Daniel Pittman2011-04-2213-158/+72
* | | Merge remote-tracking branch 'remotes/lak/tickets/next/7118-summaries_for_all...Daniel Pittman2011-04-211-0/+1
|\ \ \
| * | | (7118) Adding summaries for all facesLuke Kanies2011-04-141-0/+1
* | | | (#7181) Rename configurer face to secret_agent.Daniel Pittman2011-04-211-3/+3
* | | | maint: stop stubbing log level setting.Daniel Pittman2011-04-2010-76/+20
* | | | (#7116) Handle application-level options in parse_optionsDaniel Pittman2011-04-201-1/+8
* | | | maint: remove redundant context from the test.Daniel Pittman2011-04-201-103/+101
* | | | (#7013) Wire up rendering hooks on the CLI.Daniel Pittman2011-04-191-0/+6
* | | | (#7013) Handle rendering modes out in the application layer.Daniel Pittman2011-04-191-3/+10
* | | | (#7013) Strip out old face-wide rendering defaults.Daniel Pittman2011-04-191-5/+0
* | | | (#7013) better default rendering support for facesDaniel Pittman2011-04-191-0/+49
* | | | (Maint) Fix a leaking spec, patching intermittent failures.Pieter van de Bruggen2011-04-181-7/+7
* | | | Merge remote-tracking branch 'community/feature/puppet-device' into 2.7.xPieter van de Bruggen2011-04-181-0/+349
* | | | (#7131) Remove support for optional arguments to optionsMax Martin2011-04-181-1/+0
* | | | Merge branch 'feature/2.7.x/6978-face-and-action-options-should-have-hooks-fo...Daniel Pittman2011-04-151-4/+3
|\ \ \ \
| * | | | (#7059) Use option hooks for the indirector terminus option.Daniel Pittman2011-04-151-4/+3
| |/ / /
* / / / (#7115) Enable default actions.Pieter van de Bruggen2011-04-151-3/+34
|/ / /
* | | (#6928) Remove --parseonlyNick Lewis2011-04-132-85/+2
* | | maint: clean up the spec test headers in bulk.Daniel Pittman2011-04-1315-29/+14
* | | (#7056) Use 'face' rather than 'faces' in the production code.Daniel Pittman2011-04-134-17/+16
* | | (#6962) Move option handling into #parse_options, not #preinit.Daniel Pittman2011-04-122-27/+38
* | | (#6962) delegate global usage to the help face.Daniel Pittman2011-04-121-13/+1
* | | maint: avoid making temporary dirs during testing.Daniel Pittman2011-04-121-13/+1
* | | (#6962) Implement 'summary' for faces.Daniel Pittman2011-04-121-1/+1
* | | Fixing 'puppet faces' applicationLuke Kanies2011-04-091-0/+6
* | | maint: just require 'spec_helper', thanks rspec2Daniel Pittman2011-04-0816-16/+16
* | | maint: don't take over signal handling in tests...Daniel Pittman2011-04-081-0/+7
* | | maint: Ruby < 1.8.7 knows size but not countMatt Robinson2011-04-081-4/+4
* | | maint: mark tests pending for a discovered bug...Daniel Pittman2011-04-081-0/+2
* | | Merge puppet-interfaces into puppet.Daniel Pittman2011-04-076-0/+292
|\ \ \
| * | | (#7012) Update references in code to use face(s)Daniel Pittman2011-04-075-30/+27
| * | | (#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-6/+10
| * | | (#6972) Recognize puppet global options in pre-parse.Daniel Pittman2011-04-061-0/+29
| * | | (#6949) Fix passing positional arguments to actions.Daniel Pittman2011-04-041-0/+6
| * | | (#6964) use 'when_invoked' rather than 'invoke' for actions.Daniel Pittman2011-04-041-1/+1
| * | | (#6749) Handle options with inline arguments.Daniel Pittman2011-04-041-0/+6
| * | | (#6749) Extract the action from the arguments cleanly.Daniel Pittman2011-04-041-0/+8
| * | | (#6749) Fix optional vs mandatory argument handling.Daniel Pittman2011-04-041-8/+27
| * | | (#6749) Polish the CLI option pre-parse implementationDaniel Pittman2011-04-041-49/+16