Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Merge remote branch 'dan/ticket/2.6.4/5977' into 2.6.next | Jesse Wolfe | 2011-02-08 | 1 | -2/+6 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | (5977) Puppet::Applications can be loaded from multiple paths. | Dan Bode | 2011-01-14 | 1 | -2/+6 | |
| * | | | | | | | | (#6257) Speed up PUT and POST requests under rack | Jesse Wolfe | 2011-02-08 | 1 | -3/+1 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | (#6407) Fix spec test hang with Mocha >= 0.9.11 in zlib testing | Daniel Pittman | 2011-03-03 | 1 | -1/+4 | |
* | | | | | | | | (#6551) remove deprecated 'env' parameter to the 'exec' type | Daniel Pittman | 2011-03-03 | 1 | -9/+0 | |
* | | | | | | | | Merge branch 'ticket/next/5496' into next | Nick Lewis | 2011-03-01 | 1 | -5/+7 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | (#5496) zpool provider supports new 'zpool status' format | Devon Peters | 2011-03-01 | 1 | -5/+7 | |
* | | | | | | | | | Revert #5691 "Merge remote branch 'brice/feature/process-instrumentation' int... | Jesse Wolfe | 2011-03-01 | 6 | -177/+10 | |
* | | | | | | | | | Merge remote branch 'brice/feature/process-instrumentation' into next | Jesse Wolfe | 2011-02-25 | 6 | -10/+177 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Some high-level process name probes | Brice Figureau | 2010-12-18 | 4 | -10/+35 | |
| * | | | | | | | | | Process name instrumentation infrastructure | Brice Figureau | 2010-12-18 | 2 | -0/+141 | |
* | | | | | | | | | | (#1204) Fix --param flag in puppet resource manpage | nfagerlund | 2011-02-17 | 1 | -2/+2 | |
* | | | | | | | | | | (#1204) Edit content and formatting of puppet resource help | nfagerlund | 2011-02-17 | 1 | -45/+44 | |
* | | | | | | | | | | (#1204) Edit content and formatting of puppet queue help | nfagerlund | 2011-02-17 | 1 | -17/+31 | |
* | | | | | | | | | | (#1204) Fix --compile and --apply options | nfagerlund | 2011-02-17 | 2 | -10/+9 | |
* | | | | | | | | | | (#1204) Reformat help text for puppet master | nfagerlund | 2011-02-17 | 1 | -28/+43 | |
* | | | | | | | | | | (#1204) Reformat help text for puppet kick and inspect | nfagerlund | 2011-02-17 | 2 | -51/+64 | |
* | | | | | | | | | | (#1204) Reformat help text for puppet filebucket | nfagerlund | 2011-02-17 | 1 | -29/+43 | |
* | | | | | | | | | | (#1204) Fix garbled help for puppet filebucket | nfagerlund | 2011-02-17 | 1 | -21/+12 | |
* | | | | | | | | | | (#1204) Edit content of puppet describe help | nfagerlund | 2011-02-17 | 1 | -6/+1 | |
* | | | | | | | | | | (#1204) Reformat help text for puppet cert and describe | nfagerlund | 2011-02-17 | 2 | -73/+90 | |
* | | | | | | | | | | (#1204) Edit content and formatting of puppet apply help | nfagerlund | 2011-02-17 | 1 | -33/+49 | |
* | | | | | | | | | | (#1204) Reformat help text for puppet doc and puppet agent. | nfagerlund | 2011-02-17 | 2 | -149/+163 | |
* | | | | | | | | | | Merge branch '2.6.x' into next | Nick Lewis | 2011-02-03 | 2 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Updated CHANGELOG and version for 2.6.5rc1 | Nick Lewis | 2011-02-03 | 1 | -1/+1 | |
| * | | | | | | | | | Merge branch 'bug/2.6.next/5755-gc-issue' into 2.6.next | Paul Berry | 2011-02-03 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Fix for #5755 -- making zaml serialization robust over projected objects | Markus Roberts | 2011-02-03 | 1 | -0/+2 | |
* | | | | | | | | | | | Merge branch 'feature/next/2597-better-cycle-reporting' into next | Daniel Pittman | 2011-02-03 | 1 | -28/+166 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Feature #2597 -- generate a DOT graph of cycles on request. | Daniel Pittman | 2011-02-03 | 1 | -3/+32 | |
| * | | | | | | | | | | | Feature #2597 -- eliminate OpenStruct for performance... | Daniel Pittman | 2011-02-03 | 1 | -40/+37 | |
| * | | | | | | | | | | | Feature #2597 -- use O(1) methods as often as possible. | Daniel Pittman | 2011-02-03 | 1 | -19/+23 | |
| * | | | | | | | | | | | Feature #2597 -- improve names and whitespace in the code. | Daniel Pittman | 2011-02-03 | 1 | -15/+16 | |
| * | | | | | | | | | | | Feature #2597 -- report all paths in each cycle found. | Daniel Pittman | 2011-02-03 | 1 | -3/+45 | |
| * | | | | | | | | | | | Feature #2597 -- remove obsolete licensing comment... | Daniel Pittman | 2011-02-03 | 1 | -4/+0 | |
| * | | | | | | | | | | | Feature #2597 -- use iterative DFS in Tarjan clustering. | Daniel Pittman | 2011-02-03 | 1 | -35/+59 | |
| * | | | | | | | | | | | Feature #2597 -- really find and report cycles. | Daniel Pittman | 2011-02-03 | 1 | -31/+72 | |
| * | | | | | | | | | | | Feature #2597 -- nicer reporting of relationships. | Daniel Pittman | 2011-02-03 | 1 | -2/+4 | |
| * | | | | | | | | | | | Feature #2597 -- fix cycle relationship notification format. | Daniel Pittman | 2011-02-03 | 1 | -3/+5 | |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'maint/2.6.next/help' into next | Jesse Wolfe | 2011-02-03 | 26 | -949/+1100 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Maint: move puppet resource --help | Jesse Wolfe | 2011-02-03 | 2 | -89/+104 | |
| * | | | | | | | | | | Maint: move puppet kick --help | Jesse Wolfe | 2011-02-03 | 2 | -126/+131 | |
| * | | | | | | | | | | Maint: move puppet queue --help | Jesse Wolfe | 2011-02-03 | 2 | -53/+59 | |
| * | | | | | | | | | | Maint: move puppet doc --help | Jesse Wolfe | 2011-02-03 | 2 | -67/+84 | |
| * | | | | | | | | | | Maint: move puppet cert --help | Jesse Wolfe | 2011-02-03 | 2 | -110/+111 | |
| * | | | | | | | | | | Maint: move puppet apply --help | Jesse Wolfe | 2011-02-03 | 2 | -69/+76 | |
| * | | | | | | | | | | Maint: move puppet describe --help | Jesse Wolfe | 2011-02-03 | 2 | -48/+53 | |
| * | | | | | | | | | | Maint: move puppet filebucket --help | Jesse Wolfe | 2011-02-03 | 2 | -97/+98 | |
| * | | | | | | | | | | Maint: move puppet master --help | Jesse Wolfe | 2011-02-03 | 2 | -74/+77 | |
| * | | | | | | | | | | Maint: move puppet agent --help | Jesse Wolfe | 2011-02-03 | 2 | -188/+206 | |
| * | | | | | | | | | | Maint: remove puts and exit from inspect --help | Jesse Wolfe | 2011-02-03 | 1 | -1/+1 |