summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge branch 'feature/2.7.x/6962-finish-documentation-api-for-faces' into 2.7.xDaniel Pittman2011-04-2725-54/+420
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | (#6962) Add integration tests on Face documentation.Daniel Pittman2011-04-271-1/+1
| * | | | | | | | (#6962) Finish documentation API on Face options.Daniel Pittman2011-04-278-9/+21
| * | | | | | | | (#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-264-179/+211
| * | | | | | | | (#6962) Extend documentation API for Faces.Daniel Pittman2011-04-263-7/+265
* | | | | | | | | (#7251) Let exceptions raised in decorators rise.Pieter van de Bruggen2011-04-262-6/+4
* | | | | | | | | (#7249) Publicize ActionBuilder DSL methods.Pieter van de Bruggen2011-04-261-14/+14
* | | | | | | | | (#7101) Fix template error messages in Ruby 1.8.5Max Martin2011-04-261-1/+1
|/ / / / / / / /
* | | | | | | | (#7137) Get rid of spurious info messages in useraddMax Martin2011-04-251-2/+0
* | | | | | | | (#7157) Return a non-zero exit code on face failure.Daniel Pittman2011-04-221-12/+14
* | | | | | | | maint: clean up test headers on face spec files.Daniel Pittman2011-04-221-0/+2
* | | | | | | | Merge branch 'ticket/2.7.x/7080-reverts' into 2.7.xMax Martin2011-04-213-84/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "Fixing Facts pson methods more resilient"Max Martin2011-04-211-12/+8
| * | | | | | | | Revert "(7080) Adding json support to Indirector Request"Max Martin2011-04-211-49/+2
| * | | | | | | | Revert "Adding json support to Puppet::Node"Max Martin2011-04-211-23/+0
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'ticket/2.7.x/7084' into 2.7.xJesse Wolfe2011-04-213-10/+29
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix #7084 Make the log messages produced by whits less confusingJesse Wolfe2011-04-213-10/+29
| | |/ / / / / / | |/| | | | | |
* | | | | | | | (#7121) Download plugins and upload reports in secret agent!Daniel Pittman2011-04-212-3/+24
* | | | | | | | Merge remote-tracking branch 'remotes/lak/tickets/next/7118-summaries_for_all...Daniel Pittman2011-04-2115-15/+51
|\ \ \ \ \ \ \ \
| * | | | | | | | (7118) Adding summaries for all facesLuke Kanies2011-04-1415-15/+52
* | | | | | | | | (#7181) Rename configurer face to secret_agent.Daniel Pittman2011-04-212-3/+3
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | (#6928) Don't blow up when the method is undefined...Daniel Pittman2011-04-211-6/+4
* | | | | | | | (#6928) backport Symbol#to_proc for Ruby < 1.8.7Daniel Pittman2011-04-211-0/+9
* | | | | | | | (#7183) Implement "invisible glob" version matching for facesDaniel Pittman2011-04-212-30/+41
* | | | | | | | maint: more robust listing of valid faces.Daniel Pittman2011-04-211-1/+1
* | | | | | | | maint: better error report for a missing version of a face.Daniel Pittman2011-04-201-1/+1
* | | | | | | | (#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/7062-improve-cloudpack-option-parsing-errors' into 2.7.xDaniel Pittman2011-04-201-28/+49
|\ \ \ \ \ \ \ \
| * | | | | | | | (#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
* | | | | | | | | Fixed #7166 - Replaced deprecated stomp "send" method with "publish"James Turnbull2011-04-193-4/+4
|/ / / / / / / /
* | / / / / / / maint: Remove unused faces codeMatt Robinson2011-04-193-30/+0
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch 'bug/2.7.x/6752-allow-action-specific-render-methods'Daniel Pittman2011-04-198-34/+152
|\ \ \ \ \ \ \
| * | | | | | | (#7013) Wire up rendering hooks on the CLI.Daniel Pittman2011-04-192-2/+8
| * | | | | | | (#7013) Handle rendering modes out in the application layer.Daniel Pittman2011-04-192-6/+7
| * | | | | | | (#7013) Strip out old face-wide rendering defaults.Daniel Pittman2011-04-195-18/+12
| * | | | | | | (#7013) Return bound methods for when_rendering hooks.Daniel Pittman2011-04-191-1/+1
| * | | | | | | (#7013) Support 'when_rendering' and 'render_as' in actions.Daniel Pittman2011-04-195-13/+98
| * | | | | | | (#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
| * | | | | | | maint: test the 'help' face has the default action 'help'Daniel Pittman2011-04-191-1/+6
* | | | | | | | Merge branch 'bug/2.7.x/7132-a-summary-with-a-newline-is-accepted' into 2.7.xDaniel Pittman2011-04-192-23/+40
|\ \ \ \ \ \ \ \
| * | | | | | | | maint: drop multi-version support from action loading.Daniel Pittman2011-04-191-20/+5
| * | | | | | | | (#6962) Add 'description' to faces and action.Daniel Pittman2011-04-192-3/+15
| * | | | | | | | (#7132) Reject 'summary' text with newlines embedded.Daniel Pittman2011-04-192-2/+22
* | | | | | | | | (#7108) Update help/man text for puppet kicknfagerlund2011-04-181-25/+10
* | | | | | | | | (#7108) Modernize description of --listen in defaults.rbnfagerlund2011-04-181-4/+4