summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | (#7013) Wire up rendering hooks on the CLI.Daniel Pittman2011-04-193-2/+14
| | * | | | | | | | | | (#7013) Handle rendering modes out in the application layer.Daniel Pittman2011-04-194-11/+19
| | * | | | | | | | | | (#7013) Strip out old face-wide rendering defaults.Daniel Pittman2011-04-199-41/+14
| | * | | | | | | | | | (#7013) Return bound methods for when_rendering hooks.Daniel Pittman2011-04-192-4/+11
| | * | | | | | | | | | (#7013) Support 'when_rendering' and 'render_as' in actions.Daniel Pittman2011-04-197-58/+256
| | * | | | | | | | | | (#7013) better default rendering support for facesDaniel Pittman2011-04-192-4/+80
| | * | | | | | | | | | maint: make sure we don't ever default to being default...Daniel Pittman2011-04-191-1/+6
| | * | | | | | | | | | maint: print 'false' in the default render method.Daniel Pittman2011-04-191-1/+1
| | * | | | | | | | | | maint: delete README.strings, which is out of date.Daniel Pittman2011-04-191-115/+0
| | * | | | | | | | | | maint: test the 'help' face has the default action 'help'Daniel Pittman2011-04-192-2/+7
| * | | | | | | | | | | Merge branch 'bug/2.7.x/7132-a-summary-with-a-newline-is-accepted' into 2.7.xDaniel Pittman2011-04-195-39/+100
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | maint: drop multi-version support from action loading.Daniel Pittman2011-04-191-20/+5
| | * | | | | | | | | | | (#6962) Add 'description' to faces and action.Daniel Pittman2011-04-195-44/+65
| | * | | | | | | | | | | (#7132) Reject 'summary' text with newlines embedded.Daniel Pittman2011-04-194-20/+75
| * | | | | | | | | | | | Merge branch 'ticket/2.7.x/7108' into 2.7.xnfagerlund2011-04-182-32/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | (#7108) Update help/man text for puppet kicknfagerlund2011-04-181-25/+10
| | * | | | | | | | | | | (#7108) Modernize description of --listen in defaults.rbnfagerlund2011-04-181-4/+4
| | * | | | | | | | | | | Maint: puppetmaster -> puppet master in defaults.rbnfagerlund2011-04-181-3/+3
| |/ / / / / / / / / / /
| * | | | | | | | | | | (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-1838-210/+1370
| * | | | | | | | | | | Merge branch 'ticket/2.7.x/7131-optional-arguments' into 2.7.xMax Martin2011-04-183-28/+32
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | (#7131) Remove support for optional arguments to optionsMax Martin2011-04-183-28/+32
| * | | | | | | | | | | | (Maint) Fixing an order-dependent failure.Pieter van de Bruggen2011-04-182-2/+1
| |/ / / / / / / / / / /
| * | | | | | | | | | | Merge branch 'bug/2.7.x/7013-interfaces-should-be-able-to-mark-options-as-req...Daniel Pittman2011-04-177-13/+64
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | (#7013) Add support for required options.Pieter van de Bruggen2011-04-177-13/+64
| | |/ / / / / / / / / /
| * | | | | | | | | | | (Maint) Code cleanup.Pieter van de Bruggen2011-04-151-4/+21
| * | | | | | | | | | | Merge branch 'maint/2.7.x/fix-spec' into 2.7.xNick Lewis2011-04-151-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | maint: Fix the missed failure from the previous commitNick Lewis2011-04-151-1/+1
| * | | | | | | | | | | | Merge branch 'maint/2.7.x/fix-spec' into 2.7.xNick Lewis2011-04-151-1/+1
| |\| | | | | | | | | | | | | |/ / / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | maint: Fix a broken Puppet::Node::Facts specNick Lewis2011-04-151-1/+1
| |/ / / / / / / / / /
| * | | | | | | | | | Merge branch 'feature/2.7.x/6978-face-and-action-options-should-have-hooks-fo...Daniel Pittman2011-04-1518-85/+437
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | maint: speed up testing output of the help face.Daniel Pittman2011-04-151-9/+13
| | * | | | | | | | | | (#7059) Use option hooks for the indirector terminus option.Daniel Pittman2011-04-152-11/+11
| | * | | | | | | | | | (#6978) Enforce the calling convention of option hooks.Daniel Pittman2011-04-153-17/+57
| | * | | | | | | | | | (#7059) Set the CA location using option hooks.Daniel Pittman2011-04-152-19/+18
| | * | | | | | | | | | (#6978) Add before and after decorators to actions from options.Daniel Pittman2011-04-1512-44/+357
| | * | | | | | | | | | maint: delete an empty describe block containing no tests.Daniel Pittman2011-04-151-4/+0
| | |/ / / / / / / / /
| * | | | | | | | | | Merge branch 'tickets/2.7.x/7115' into 2.7.xPieter van de Bruggen2011-04-158-16/+98
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | (#7115) Enable default actions.Pieter van de Bruggen2011-04-158-16/+98
| | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'tickets/2.7.x/7111-deprecation-warning-wordsmithing' into 2.7.xJacob Helwig2011-04-151-3/+3
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Cleanup trailing whitespaceJacob Helwig2011-04-141-2/+2
| | * | | | | | | | | | (#7111) Clarify scoping deprecation warningJacob Helwig2011-04-141-1/+1
| | | |/ / / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'tickets/next/7080-serializable_indirector_requests' into 2.7.xLuke Kanies2011-04-1412-31/+405
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Adding json-specific matchersLuke Kanies2011-04-144-24/+136
| | * | | | | | | | | Making watchr resilient to syntax errors in testsLuke Kanies2011-04-141-1/+5
| | * | | | | | | | | Adding json support to Puppet::NodeLuke Kanies2011-04-142-0/+86
| | * | | | | | | | | Fixing a failing test resulting from a fixed bugLuke Kanies2011-04-141-0/+5
| | * | | | | | | | | (7080) Adding json support to Indirector RequestLuke Kanies2011-04-142-2/+148
| | * | | | | | | | | Fixing Facts pson methods more resilientLuke Kanies2011-04-142-9/+31
| | |/ / / / / / / /
| | * | | | | | | | Merge branch 'ticket/next/6928' into nextNick Lewis2011-04-141-1/+4
| | |\ \ \ \ \ \ \ \