summaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | (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-1817-159/+805
* | | | | | | | Merge branch 'ticket/2.7.x/7131-optional-arguments' into 2.7.xMax Martin2011-04-182-26/+29
|\ \ \ \ \ \ \ \
| * | | | | | | | (#7131) Remove support for optional arguments to optionsMax Martin2011-04-182-26/+29
* | | | | | | | | (Maint) Fixing an order-dependent failure.Pieter van de Bruggen2011-04-181-0/+1
|/ / / / / / / /
* | | | | | | | Merge branch 'bug/2.7.x/7013-interfaces-should-be-able-to-mark-options-as-req...Daniel Pittman2011-04-174-7/+42
|\ \ \ \ \ \ \ \
| * | | | | | | | (#7013) Add support for required options.Pieter van de Bruggen2011-04-174-7/+42
| |/ / / / / / /
* | | | | | | | maint: Fix the missed failure from the previous commitNick 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-1510-35/+276
|\ \ \ \ \ \ \
| * | | | | | | 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-151-4/+3
| * | | | | | | (#6978) Enforce the calling convention of option hooks.Daniel Pittman2011-04-152-17/+51
| * | | | | | | (#7059) Set the CA location using option hooks.Daniel Pittman2011-04-151-2/+7
| * | | | | | | (#6978) Add before and after decorators to actions from options.Daniel Pittman2011-04-156-18/+221
| * | | | | | | 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-153-3/+63
|\ \ \ \ \ \ \
| * | | | | | | (#7115) Enable default actions.Pieter van de Bruggen2011-04-153-3/+63
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'tickets/next/7080-serializable_indirector_requests' into 2.7.xLuke Kanies2011-04-147-16/+313
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | 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-141-0/+63
| * | | | | | Fixing a failing test resulting from a fixed bugLuke Kanies2011-04-141-0/+5
| * | | | | | (7080) Adding json support to Indirector RequestLuke Kanies2011-04-141-0/+99
| * | | | | | Fixing Facts pson methods more resilientLuke Kanies2011-04-141-1/+19
| |/ / / / /
| * | | | | Merge branch 'ticket/next/7103' into nextNick Lewis2011-04-131-11/+7
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | (#7103) Fix HEAD requests in the HTTP handlerNick Lewis2011-04-131-11/+7
* | | | | | Merge branch 'feature/master/4258-pkgutil' into 2.7.xMatt Robinson2011-04-141-0/+182
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | (#4258) Fix pkgutil spec test to have the correct providerMatt Robinson2011-04-141-2/+5
| * | | | | (#4258) Stop file and config checks from breaking specDominic Cleal2011-04-131-0/+3
| * | | | | (#4258) Use pkgutil -a to reliably determine package common names/aliasesDominic Cleal2011-03-191-6/+54
| * | | | | (#4258) Update pkgutil spec for recent impl changesDominic Cleal2011-03-181-13/+9
| * | | | | Add spec tests for pkgutil package providerDominic Cleal2011-02-201-0/+132
| | |/ / / | |/| | |
* | | | | Merge branch '2.6.x' into nextMax Martin2011-04-134-2/+142
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Merge branch 'ticket/2.6.x/7082' into 2.6.nextNick Lewis2011-04-132-2/+19
| |\ \ \
| | * | | Fixed #7082 - Added system support for groupsJames Turnbull2011-04-142-2/+19
| * | | | Merge branch 'tickets/2.6.x/2331-macports-provider' into 2.6.nextNigel Kersten2011-04-131-0/+122
| |\ \ \ \
| | * | | | (#2331) Remove darwinports pkg provider, replace with rewritten macports prov...Nigel Kersten2011-04-131-0/+122
| | |/ / /
| * | | | maint: Fix sqlite3 require to really be optionalMatt Robinson2011-04-111-1/+4
| * | | | maint: Fix sporadic sqlite errorMatt Robinson2011-04-111-0/+1
| * | | | (#6856) Copy dangling symlinks with 'links => manage' File resource.Max Martin2011-04-081-0/+1
| |/ / /
* | | | Merge branch 'ticket/next/6928' into nextNick Lewis2011-04-133-0/+26
|\ \ \ \
| * | | | Revert "(#6928) Removed --ignoreimport"Nick Lewis2011-04-133-0/+26
* | | | | Merge branch 'ticket/next/6928' into nextNick Lewis2011-04-136-111/+7
|\| | | |
| * | | | (#6928) Removed --ignoreimportNick Lewis2011-04-133-26/+0
| * | | | (#6928) Remove --parseonlyNick Lewis2011-04-132-85/+2
| * | | | (#6928) Add a Parser face with Validate actionNick Lewis2011-04-131-0/+5
* | | | | (#6830) Fix UTF-8 encoding issue for Ruby 1.9Matt Robinson2011-04-131-0/+1
* | | | | (#7059) handle inherited action binding scopeDaniel Pittman2011-04-131-1/+23
* | | | | maint: ensure we handle '-foo=' options correctly in faces.Daniel Pittman2011-04-131-1/+7
|/ / / /