summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | | | | | | (#7276) Create a plugin face application.Daniel Pittman2011-05-031-0/+3
| | | | | * | | | | | | (#6962) Added 'returns' block to action documentation.Daniel Pittman2011-05-031-0/+2
| | | | | * | | | | | | maint: remove emacs 'coding' cookie from files.Daniel Pittman2011-05-032-2/+0
| | | | |/ / / / / / /
| | | * / / / / / / / add base test for ticket 7117Dominic Maraglia2011-05-031-0/+20
| | | |/ / / / / / /
| | | * | | | | | | Merge branch 'feature/2.7.x/7278-improve-catalog-select-action' into 2.7.xDaniel Pittman2011-05-031-1/+17
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | (#7278) Improve utility of the Catalog select actionLuke Kanies2011-05-031-1/+17
| | | |/ / / / / / /
| | | * | | | | | | Merge branch 'feature/2.7.x/7279-add-action-to-file-face' into 2.7.xDaniel Pittman2011-05-034-1/+60
| | | |\ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| | | | * | | | | | (#7279) Adding some basic file actionsLuke Kanies2011-05-034-1/+60
| | | |/ / / / / /
| | | * | | | | | Merge branch 'bug/2.7.x/7314-backtrace-when-face-has-syntax-error' into 2.7.xDaniel Pittman2011-05-0218-52/+72
| | | |\ \ \ \ \ \
| | | | * | | | | | (#7314) Faces fail horribly when one has a syntax error.Daniel Pittman2011-05-023-14/+34
| | | | * | | | | | maint: move the indirector face base out of puppet/faceDaniel Pittman2011-05-0215-36/+35
| | | | * | | | | | maint: reset more global state in testing faces...Daniel Pittman2011-05-021-2/+3
| | | * | | | | | | Merge branch 'bug/2.7.x/7315-puppet-status-can't-render-as-json' into 2.7.xDaniel Pittman2011-05-022-1/+5
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | (#7315) Fix `to_pson` method to render correctly.Daniel Pittman2011-05-022-1/+5
| | | | |/ / / / / /
| | | * | | | | | | Merge branch 'bug/2.7.x/better-error-reporting-in-face-cli-facade' into 2.7.xDaniel Pittman2011-05-025-63/+54
| | | |\ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| | | | * | | | | | (#7304) Improve help from `puppet foo`Daniel Pittman2011-05-023-8/+6
| | | | * | | | | | (#7317) better error handling in CLI face facade.Daniel Pittman2011-05-022-55/+48
| | | |/ / / / / /
| | | * | | | | | Merge branch 'bug/2.7.x/7282-fail-when-no-invocation-given-for-action' into 2...Daniel Pittman2011-05-027-23/+76
| | | |\ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | |
| | | | * | | | | (#7282) action without `when_invoked` should fail...Daniel Pittman2011-05-027-23/+76
| | | * | | | | | (Maint.) Fix accidental debug output in tests.Pieter van de Bruggen2011-04-291-1/+1
| | | |/ / / / /
| | | * | | | | Merge branch 'bug/2.7.x/7221-whitespace-stripping-for-documentation' into 2.7.xDaniel Pittman2011-04-292-55/+116
| | | |\ \ \ \ \
| | | | * | | | | (#7221) Strip bad whitespace from face and action docs.Daniel Pittman2011-04-292-55/+116
| | | * | | | | | Merge branch 'tickets/2.7.x/7289' into 2.7.xPieter van de Bruggen2011-04-295-125/+212
| | | |\ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | | | * | | | | (#7289) Specify order for option decorations.Pieter van de Bruggen2011-04-295-125/+212
| | | * | | | | | (#7248) Fail if two aliases of one option are passed...Daniel Pittman2011-04-292-0/+33
| | | * | | | | | 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
| | | * | | | | | Merge branch 'bug/2.7.x/7122-puppet-facts-find-raises' into 2.7.xDaniel Pittman2011-04-2810-66/+192
| | | |\ \ \ \ \ \
| | | | * | | | | | (#7122) Enforce call arity on actions in the CLI wrapper.Daniel Pittman2011-04-287-19/+68
| | | | * | | | | | maint: add a 'print' matcher to rspec, to inspect std{out,err}Daniel Pittman2011-04-284-47/+124
| | | |/ / / / / /
| | | * | | | | | Merge branch 'feature/2.7.x/7160-support-json-externally' into 2.7.xDaniel Pittman2011-04-282-81/+91
| | | |\ \ \ \ \ \
| | | | * | | | | | (#7269) Fix error reporting for bad render formats...Daniel Pittman2011-04-282-81/+91
| | | |/ / / / / /
| | | * | | | | | Merge branch 'feature/2.7.x/7160-support-json-externally' into 2.7.xDaniel Pittman2011-04-282-8/+32
| | | |\ \ \ \ \ \
| | | | * | | | | | (#7269) Better error reporting for bad render formats.Daniel Pittman2011-04-282-10/+23
| | | | * | | | | | (#7160) Support 'json' as a rendering method for CLI faces.Daniel Pittman2011-04-282-6/+17
| | | |/ / / / / /
| | | * | | | | | Merge branch 'feature/2.7.x/6962-finish-documentation-api-for-faces' into 2.7.xDaniel Pittman2011-04-2733-81/+698
| | | |\ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | | | * | | | | (#6962) Add integration tests on Face documentation.Daniel Pittman2011-04-275-1/+62
| | | | * | | | | (#6962) Finish documentation API on Face options.Daniel Pittman2011-04-2710-15/+31
| | | | * | | | | (#6962) Give copyright and license for all faces.Daniel Pittman2011-04-2617-0/+51
| | | | * | | | | (#6962) Fill out documentation on Faces and ActionsDaniel Pittman2011-04-265-11/+24
| | | | * | | | | (#6962) Move documentation support into a module.Daniel Pittman2011-04-265-184/+255
| | | | * | | | | (#6962) Extend documentation API for Faces.Daniel Pittman2011-04-265-28/+433
| | | * | | | | | Merge branch 'tickets/2.7.x/7251' into 2.7.xPieter van de Bruggen2011-04-263-8/+6
| | | |\ \ \ \ \ \
| | | | * | | | | | (#7251) Let exceptions raised in decorators rise.Pieter van de Bruggen2011-04-263-8/+6
| | | |/ / / / / /
| | | * | | | | | Merge branch 'tickets/2.7.x/7249' into 2.7.xPieter van de Bruggen2011-04-261-14/+14
| | | |\ \ \ \ \ \
| | | | * | | | | | (#7249) Publicize ActionBuilder DSL methods.Pieter van de Bruggen2011-04-261-14/+14
| | | |/ / / / / /
| | | * | | | | | add test for ticket 7101Dominic Maraglia2011-04-261-0/+25
| | | * | | | | | Merge branch 'ticket/2.7.x/7101-template-compilation' into 2.7.xMax Martin2011-04-261-1/+1
| | | |\ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | | | * | | | | (#7101) Fix template error messages in Ruby 1.8.5Max Martin2011-04-261-1/+1
| | | |/ / / / /
| | | * | | | | Merge branch 'ticket/2.7.x/7137-spurious-warnings' into 2.7.xMax Martin2011-04-251-2/+0
| | | |\ \ \ \ \