summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3578 from chef/jk/doc_changesjdm/12.4.0.rc.3Jay Mundrawala2015-06-231-10/+73
|\ | | | | Add some doc changes for 12.4.0
| * Add some doc changes for 12.4.0John Keiser2015-06-231-10/+73
|/
* We're releasing chef 12.4.0Jay Mundrawala2015-06-233-3/+3
|
* Get rid of warning when defining an LWRPjk/remove_lwrp_warningJohn Keiser2015-06-232-20/+15
|
* Merge pull request #3564 from chef/mcquin/maintainer-requestThom May2015-06-232-0/+2
|\ | | | | Proposal to (re-)add myself as a core chef maintainer.
| * Proposal to (re-)add myself as a core chef maintainer.mcquin/maintainer-requestClaire McQuin2015-06-222-0/+2
| |
* | Merge pull request #3562 from coderanger/patch-2Jay Mundrawala2015-06-221-0/+4
|\ \ | |/ |/| Re-add #priority.
| * Use the right call.Noah Kantrowitz2015-06-191-1/+1
| | | | | | set_priority_array is the right thing for this.
| * Re-add #priority.Noah Kantrowitz2015-06-191-0/+4
| | | | | | Possible fix for https://github.com/chef/chef/issues/3561.
* | Merge pull request #3538 from chef/jdm/fix-audit-excepJay Mundrawala2015-06-222-25/+47
|\ \ | | | | | | Exceptions for audits should only get wrapped if audit mode is enabled
| * | Fixup spec to only expect wrapped exception when audit mode is enabledjdm/fix-audit-excepJay Mundrawala2015-06-191-19/+35
| | |
| * | Exceptions for audits should only get wrapped if audit mode is enabledJay Mundrawala2015-06-161-6/+12
| | |
* | | Merge pull request #3555 from joemiller/joemiller-openbsd-ltJoshua Timberman2015-06-202-0/+14
|\ \ \ | |_|/ |/| | add Joe Miller as LT for OpenBSD
| * | add Joe Miller as LT for OpenBSDjoe miller2015-06-182-0/+14
| | |
* | | Pointing kitchen-tests back at kitchen-ec2 master because I fixed my bad ↵tyler-ball2015-06-191-1/+1
| | | | | | | | | | | | require (was using the sdk v1 require when we no longer include the sdk v1 gem)
* | | Merge pull request #3554 from ranjib/fix_depsThom May2015-06-192-0/+50
|\ \ \ | | | | | | | | Add missing require statement in resource_resolver
| * | | add specs for resource_resolverRanjib Dey2015-06-181-0/+49
| | | |
| * | | add missing require statementRanjib Dey2015-06-181-0/+1
| | | |
* | | | Merge branch 'jk/multi-provider-warning'John Keiser2015-06-1821-140/+338
|\ \ \ \ | |_|/ / |/| | |
| * | | Use a slightly older revision of kitchen-ec2 ↵jk/multi-provider-warningJohn Keiser2015-06-181-1/+1
| | | | | | | | | | | | | | | | (40d29858e8ee8ba14492ca54c881d961860b2ae7~1)
| * | | Sort identical "provides" alphabetically (for backcompat)John Keiser2015-06-1820-139/+337
|/ / / | | | | | | | | | - Warn when multiple providers try to provide the same thing
* | | Do not set resource_name outside of Chef::Resourcejk/chef-resource-name-onlyJohn Keiser2015-06-183-22/+20
|/ /
* | Merge pull request #3522 from ranjib/lt_deyThom May2015-06-182-2/+6
|\ \ | | | | | | Proposing myself as Ubuntu LT
| * | proposing myself as Ubuntu LTRanjib Dey2015-06-112-2/+6
| |/
* | Only automatically set resources that do class X < Chef::Resource,jk/3524John Keiser2015-06-1617-21/+38
| | | | | | | | not X = Class.new(Chef::Resource)
* | Merge pull request #3541 from chef/jk/3535Lamont Granquist2015-06-164-8/+92
|\ \ | |/ |/| Ensure :nothing is in the list of allowed actions for an LWRP
| * Support arrays as input to actions / allowed_actionsjk/3535John Keiser2015-06-163-3/+43
| |
| * Ensure :nothing is in the list of allowed actions for an LWRPJohn Keiser2015-06-164-8/+52
|/
* Merge pull request #3512 from chef/tm/fix_cc_gemThom May2015-06-101-1/+1
|\ | | | | Fix chef-config gem homepage
| * Fix chef-config gem homepagetm/fix_cc_gemThom May2015-06-101-1/+1
|/
* Make the install/uninstall tests run more realisticallydanielsdeleo2015-06-091-104/+162
| | | | | Call all the methods Provider#run_action would call rather than just poking lower-level implementation.
* Move 3503 regression tests into main describe blockdanielsdeleo2015-06-091-118/+59
|
* Clean up RPM package provider specsdanielsdeleo2015-06-091-76/+173
| | | | | | | | | | Most egregious problem was stubbing two shellout calls at once, which was confusing and let some shell_out calls slip though the stubbing. Also added a bogus catchall stub to ensure that all calls to shell out have a corresponding stub. Additionally, re-arranged some tests which were not in a sensible test context.
* Update tests to ensure shellout calls are stubbeddanielsdeleo2015-06-091-34/+79
|
* Adding rspec tests to cover the install, upgrade and noop scenarios when the ↵Irving Popovetsky2015-06-091-0/+70
| | | | package has a tilde character in the version
* fix rpm_package when sourced packages have a tilde character in the versionIrving Popovetsky2015-06-091-2/+2
|
* Update CHANGELOGKartik Null Cating-Subramanian2015-06-091-6/+6
|
* Release handles, set exit-code and handle errors.Kartik Null Cating-Subramanian2015-06-091-9/+47
|
* Move the type imports into the Chef namespace.Kartik Null Cating-Subramanian2015-06-091-11/+40
|
* Switch to using Win32 API to spawn a process.Kartik Null Cating-Subramanian2015-06-091-15/+159
|
* Rewrote this after I fully understood the madness involved.Kartik Null Cating-Subramanian2015-06-091-21/+77
|
* Change paths to correctly call embedded ruby.Kartik Null Cating-Subramanian2015-06-091-3/+16
|
* Moved module file into its own directory. This helps module auto-detection.Kartik Null Cating-Subramanian2015-06-091-0/+0
|
* Refactor the argument quoting logic and export one function for each binary.Kartik Null Cating-Subramanian2015-06-091-24/+37
|
* Add a chef powershell module that wraps ruby invocations.Kartik Null Cating-Subramanian2015-06-091-0/+34
|
* 12.4.0.rc.212.4.0.rc.2Thom May2015-06-093-3/+3
|
* Cope with toml not being installedThom May2015-06-091-35/+39
|
* 12.4.0.rc.112.4.0.rc.1Thom May2015-06-095-36/+46
|
* Update CHANGELOGThom May2015-06-091-1/+2
|
* Merge pull request #3299 from juliandunn/remove-audit-mode-experimental-warningThom May2015-06-092-24/+2
|\ | | | | Remove experimental warning on audit mode.