summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | Merge branch 'bug/2.6.next/6269-hashes-only-work-with-two-levels' into 2.6.nextDaniel Pittman2011-02-123-393/+408
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | (Fixes #6269) merge changes from masterzen that resolve the issue.Daniel Pittman2011-02-123-393/+408
| | |/| | | | | | | | | |
| | | * | | | | | | | | | Fix #6269 - Hashes only work with two levels of accessBrice Figureau2011-02-123-800/+800
| | | | |/ / / / / / / / | | | |/| | | | | | | |
| | * | | | | | | | | | Merge branch 'bug/2.6.next/5516-hashes-can't-be-used-in-selectors' into 2.6.nextDaniel Pittman2011-02-123-1786/+1871
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | (#5516) Rebuild parser.rb after merge.Daniel Pittman2011-02-121-1541/+1630
| | | * | | | | | | | | | Merge branch 'masterzen/tickets/2.6.x/5516' into bug/2.6.next/5516-hashes-can...Daniel Pittman2011-02-123-426/+422
| | |/| | | | | | | | | |
| | | * | | | | | | | | | Fix #5516 - Hashes can't be used in selectorsBrice Figureau2011-02-123-426/+422
| | | |/ / / / / / / / /
| | * | | | | | | | | | (#5977) fix spec test failure when new applications are introduced.Daniel Pittman2011-02-121-4/+9
| | * | | | | | | | | | Merge branch 'bug/2.6.next/5720-puppetdoc-fails-on-parameterized-class' into ...Daniel Pittman2011-02-127-12/+72
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | misc: ast_context has two arguments, not one.Daniel Pittman2011-02-121-1/+1
| | | * | | | | | | | | | Merge branch 'masterzen/tickets/2.6/5720' into bug/2.6.next/5720-puppetdoc-fa...Daniel Pittman2011-02-127-11/+71
| | |/| | | | | | | | | |
| | | * | | | | | | | | | Fix #5720 - puppetdoc misses some class commentsBrice Figureau2011-02-114-4/+50
| | | * | | | | | | | | | Fix #6281 - Make sure puppetdoc analyzes all filesBrice Figureau2011-02-112-1/+15
| | | * | | | | | | | | | Fix #6280 - puppetdoc crashing on string interpolationBrice Figureau2011-02-113-6/+6
| | | |/ / / / / / / / /
| | * | | | | | | | | | Merge branch 'ticket/2.6.next/6270' into 2.6.nextnfagerlund2011-02-092-21/+14
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | (#6270) Fix formatting in split function's doc stringnfagerlund2011-02-091-7/+7
| | | * | | | | | | | | | (#6270) Fix formatting in regsubst function's doc stringnfagerlund2011-02-091-14/+7
| | |/ / / / / / / / / /
| | * | / / / / / / / / (6130) Change header level on metaparameter referencenfagerlund2011-02-081-1/+1
| | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | Updated CHANGELOG for 2.6.5rc2Jacob Helwig2011-02-081-0/+5
| | * | | | | | | | | Merge remote branch 'dan/ticket/2.6.4/5977' into 2.6.nextJesse Wolfe2011-02-082-2/+30
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | (5977) Puppet::Applications can be loaded from multiple paths.Dan Bode2011-01-142-2/+30
| | * | | | | | | | | | Merge branch 'ticket/2.6.next/6257' into 2.6.nextJesse Wolfe2011-02-081-3/+1
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | |
| | | * | | | | | | | | (#6257) Speed up PUT and POST requests under rackJesse Wolfe2011-02-081-3/+1
| | |/ / / / / / / / /
| * | | | | | | | | | Merge branch 'ticket/next/maint-fix_test_randomization_problem' into nextMatt Robinson2011-03-031-1/+3
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | maint: Fix a randomization test failureMatt Robinson2011-03-031-1/+3
| * | | | | | | | | | | Merge branch 'refactor/next/6582-stop-using-'test-lib-'-for-'spec-'-tests' in...Daniel Pittman2011-03-031-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | (#6582) Don't demand the checkout be named 'puppet'.Daniel Pittman2011-03-031-1/+1
| * | | | | | | | | | | Merge branch 'refactor/next/6582-stop-using-'test-lib-'-for-'spec-'-tests' in...Daniel Pittman2011-03-0369-142/+902
| |\| | | | | | | | | |
| | * | | | | | | | | | (#6582) stub puts to prevent screen output when testing help.Daniel Pittman2011-03-031-0/+1
| | * | | | | | | | | | (#6582) eliminate a backtrace from mismatched block arguments.Daniel Pittman2011-03-031-1/+1
| | * | | | | | | | | | (#6582) unstub Puppet settings to improve indirector queue tests.Daniel Pittman2011-03-031-5/+7
| | * | | | | | | | | | (#6582) Eliminate the last vestige of the unit tests from the specs.Daniel Pittman2011-03-031-4/+0
| | * | | | | | | | | | (#6582) eliminate fakeresource use in ssh_authorized_key spec.Daniel Pittman2011-03-032-27/+18
| | * | | | | | | | | | (#6582) eliminate fakeparsefile helper method.Daniel Pittman2011-03-035-47/+34
| | * | | | | | | | | | (#6582) Eliminate the old fakedata helper method.Daniel Pittman2011-03-0360-32/+777
| | * | | | | | | | | | (#6582) move more helper code into methods, out of RSpec#configureDaniel Pittman2011-03-032-20/+24
| | * | | | | | | | | | (#6582) add fixture helper methods to replace unit test code.Daniel Pittman2011-03-032-0/+31
| | * | | | | | | | | | (#6582) order RSpec global :before and :after hooks naturally.Daniel Pittman2011-03-031-17/+17
| | * | | | | | | | | | (#6407) Fix spec test hang with Mocha >= 0.9.11 in zlib testingDaniel Pittman2011-03-032-2/+5
| |/ / / / / / / / / /
| * | | | | | | | | | (#6551) remove deprecated 'env' parameter to the 'exec' typeDaniel Pittman2011-03-032-52/+0
| * | | | | | | | | | Merge branch 'ticket/next/5496' into nextNick Lewis2011-03-012-5/+37
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | (#5496) Added tests for the new zpool output formatDevon Peters2011-03-011-0/+30
| | * | | | | | | | | | (#5496) zpool provider supports new 'zpool status' formatDevon Peters2011-03-011-5/+7
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| * | | | | | | | | | Revert #5691 "Merge remote branch 'brice/feature/process-instrumentation' int...Jesse Wolfe2011-03-017-384/+10
| * | | | | | | | | | Merge remote branch 'brice/feature/process-instrumentation' into nextJesse Wolfe2011-02-257-10/+384
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Some high-level process name probesBrice Figureau2010-12-184-10/+35
| | * | | | | | | | | | Process name instrumentation infrastructureBrice Figureau2010-12-183-0/+348
| * | | | | | | | | | | Merge branch 'ticket/next/1204' into nextnfagerlund2011-02-1735-1969/+2186
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | (#1204) Make rake gen_manpages fail explicitly if ronn isn't presentnfagerlund2011-02-171-2/+2
| | * | | | | | | | | | | (#1204) Add manpages for modern apps and update puppet.conf manpagenfagerlund2011-02-1713-3/+889