summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Proposal to (re-)add myself as a core chef maintainer.mcquin/maintainer-requestClaire McQuin2015-06-222-0/+2
* Merge pull request #3538 from chef/jdm/fix-audit-excepJay Mundrawala2015-06-222-25/+47
|\
| * 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 OpenBSDjoe miller2015-06-182-0/+14
* | | Pointing kitchen-tests back at kitchen-ec2 master because I fixed my bad requ...tyler-ball2015-06-191-1/+1
* | | Merge pull request #3554 from ranjib/fix_depsThom May2015-06-192-0/+50
|\ \ \
| * | | 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 (40d29858e8ee8ba14492ca54c881d96...jk/multi-provider-warningJohn Keiser2015-06-181-1/+1
| * | | Sort identical "provides" alphabetically (for backcompat)John Keiser2015-06-1820-139/+337
|/ / /
* | | 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 LTRanjib Dey2015-06-112-2/+6
| |/
* | Only automatically set resources that do class X < Chef::Resource,jk/3524John Keiser2015-06-1617-21/+38
* | Merge pull request #3541 from chef/jk/3535Lamont Granquist2015-06-164-8/+92
|\ \ | |/ |/|
| * 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 homepagetm/fix_cc_gemThom May2015-06-101-1/+1
|/
* Make the install/uninstall tests run more realisticallydanielsdeleo2015-06-091-104/+162
* Move 3503 regression tests into main describe blockdanielsdeleo2015-06-091-118/+59
* Clean up RPM package provider specsdanielsdeleo2015-06-091-76/+173
* 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
* 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 unneeded test if we're not marking audit as "experimental"Julian C. Dunn2015-04-291-5/+0
| * Remove experimental warning on audit mode.Julian C. Dunn2015-04-281-19/+2
* | Merge pull request #3495 from chef/jk/automatic-automatic-nameThom May2015-06-0988-388/+896
|\ \
| * | Make resource_for_short_name look up the canonical resourcejk/automatic-automatic-nameJohn Keiser2015-06-085-70/+204
| * | Make real exceptions, remove stray canonical argumentJohn Keiser2015-06-081-5/+3
| * | Remove unused test lineJohn Keiser2015-06-081-1/+0
| * | Make sure resource_name :x only removes automatic provides from that classJohn Keiser2015-06-087-29/+128
| * | Overwrite resource_name with providesJohn Keiser2015-06-0880-223/+324