summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Expand)AuthorAgeFilesLines
* add root_run_context to CHILD_STATElcg/less-global-stateLamont Granquist2016-10-181-0/+1
* remove dependency on Chef.run_context global stateLamont Granquist2016-10-182-1/+14
* Bump version of chef to 12.16.8 by Chef Versioner.v12.16.8Chef Versioner2016-10-181-1/+1
* Bump version of chef to 12.16.7 by Chef Versioner.v12.16.7Chef Versioner2016-10-181-1/+1
* Merge pull request #5462 from sds/rebuild-headers-on-retryThom May2016-10-181-3/+2
|\
| * Rebuild HTTP headers on each retried requestShane da Silva2016-10-151-3/+2
* | Bump version of chef to 12.16.6 by Chef Versioner.v12.16.6Chef Versioner2016-10-181-1/+1
* | Merge pull request #5451 from chilicheech/require-event-dslThom May2016-10-181-0/+1
|\ \ | |/ |/|
| * require the event_dispatch dsl since it's used in chef_classThiago Oliveira2016-10-121-0/+1
* | Bump version of chef to 12.16.5 by Chef Versioner.v12.16.5Chef Versioner2016-10-141-1/+1
* | Merge pull request #5430 from MsysTechnologiesllc/nim/double_quotes_issueMatt Wrock2016-10-141-1/+1
|\ \
| * | Fixed double quotes issue in powershell_outNimishaS2016-10-071-1/+1
* | | Bump version of chef to 12.16.4 by Chef Versioner.v12.16.4Chef Versioner2016-10-141-1/+1
* | | Merge pull request #5452 from phene/better-user-provider-comparison-of-home-p...Thom May2016-10-141-6/+4
|\ \ \
| * | | Refactored Chef::Provider::User to short circuit and provider better comparis...Geoffrey Hichborn2016-10-131-6/+4
* | | | Bump version of chef to 12.16.3 by Chef Versioner.v12.16.3Chef Versioner2016-10-141-1/+1
* | | | Bump version of chef to 12.16.2 by Chef Versioner.v12.16.2Chef Versioner2016-10-131-1/+1
* | | | Bump version of chef to 12.16.1 by Chef Versioner.v12.16.1Chef Versioner2016-10-131-1/+1
* | | | Bump version to 12.16.0rhass/12.16.0Ryan Hass2016-10-131-1/+1
* | | | Bump version of chef to 12.15.27 by Chef Versioner.v12.15.27Chef Versioner2016-10-131-1/+1
* | | | make arg to delayed_action requiredlcg/tweak-delayed-action-apiLamont Granquist2016-10-121-1/+1
* | | | remove misleading @delayed_action ivarLamont Granquist2016-10-121-14/+8
| |_|/ |/| |
* | | Bump version of chef to 12.15.26 by Chef Versioner.v12.15.26Chef Versioner2016-10-121-1/+1
* | | Bump version of chef to 12.15.25 by Chef Versioner.v12.15.25Chef Versioner2016-10-121-1/+1
* | | add delayed_action to the Chef::Resource APILamont Granquist2016-10-111-0/+25
|/ /
* | Bump version of chef to 12.15.24 by Chef Versioner.v12.15.24Chef Versioner2016-10-111-1/+1
* | Bump version of chef to 12.15.23 by Chef Versioner.v12.15.23Chef Versioner2016-10-111-1/+1
* | Bump version of chef to 12.15.22 by Chef Versioner.v12.15.22Chef Versioner2016-10-111-1/+1
* | remove block_given?lcg/edit_resource_scopeLamont Granquist2016-10-101-2/+2
* | pass new_resource to edit_resource through instance_execLamont Granquist2016-10-101-1/+7
* | Bump version of chef to 12.15.21 by Chef Versioner.v12.15.21Chef Versioner2016-10-071-1/+1
* | Bump version of chef to 12.15.20 by Chef Versioner.v12.15.20Chef Versioner2016-10-071-1/+1
* | Bump version of chef to 12.15.19 by Chef Versioner.v12.15.19Chef Versioner2016-10-071-1/+1
* | Bump version of chef to 12.15.18 by Chef Versioner.v12.15.18Chef Versioner2016-10-071-1/+1
* | Merge pull request #5428 from jeremymv2/exit_code_213Thom May2016-10-072-0/+10
|\ \
| * | Adding support for rfc 62 exit code 213Jeremy J. Miller2016-10-062-0/+10
| |/
* | Bump version of chef to 12.15.17 by Chef Versioner.v12.15.17Chef Versioner2016-10-071-1/+1
* | Merge pull request #5427 from chef/lcg/cmdline-password-for-sudoLamont Granquist2016-10-071-0/+1
|\ \ | |/ |/|
| * use the command line prompt for sudo if setlcg/cmdline-password-for-sudoLamont Granquist2016-10-061-0/+1
* | Bump version of chef to 12.15.16 by Chef Versioner.v12.15.16Chef Versioner2016-10-061-1/+1
* | Merge pull request #5423 from chef/lcg/manage-home-consistencyLamont Granquist2016-10-065-23/+19
|\ \ | |/ |/|
| * fix manage_home provider inconsistencylcg/manage-home-consistencyLamont Granquist2016-10-065-23/+19
* | Bump version of chef to 12.15.15 by Chef Versioner.v12.15.15Chef Versioner2016-10-061-1/+1
|/
* Merge pull request #5417 from chef/lcg/issue5089Thom May2016-10-061-8/+7
|\
| * redo of the redo of the patch to fix #5089lcg/issue5089Lamont Granquist2016-10-051-8/+7
* | Bump version of chef to 12.15.14 by Chef Versioner.v12.15.14Chef Versioner2016-10-061-1/+1
* | Bump version of chef to 12.15.13 by Chef Versioner.v12.15.13Chef Versioner2016-10-061-1/+1
* | Revert Handling double quotes in powershell_outMatt Wrock2016-10-051-10/+2
* | Merge pull request #5408 from coderanger/solaris-mNoah Kantrowitz2016-10-061-2/+4
|\ \
| * | Fix solaris handling for -m/-M behavior. Fixes #5403.Noah Kantrowitz2016-10-051-2/+4