summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add comment denoting workaroundCHEF-Issues-1461Claire McQuin2014-06-031-0/+1
* fix spacingClaire McQuin2014-06-031-1/+1
* update for removing SSL warnings in local-modeClaire McQuin2014-06-031-0/+1
* automatically enable verify_api_cert when in local-modeClaire McQuin2014-06-032-2/+14
* Merge pull request #1459 from opscode/CHEF-4712Claire McQuin2014-06-038-0/+310
|\
| * fix indentingClaire McQuin2014-06-031-2/+2
| * update error messageClaire McQuin2014-06-031-1/+4
| * restore ENV after testsClaire McQuin2014-06-031-0/+4
| * add error handling, set *_proxy instead of *_PROXYClaire McQuin2014-06-036-76/+143
| * use URI to parse/build proxiesClaire McQuin2014-06-032-64/+40
| * update for setting proxy env varsClaire McQuin2014-06-032-0/+13
| * rename configure_environment_variables to configure_proxy_environment_variablesClaire McQuin2014-06-035-25/+25
| * test proxy env vars available for shell_outClaire McQuin2014-06-031-0/+54
| * percent encode @, : in proxy user/passClaire McQuin2014-06-032-8/+27
| * set ENV vars for http proxiesClaire McQuin2014-06-034-0/+174
|/
* Bump the version number post alpha release.sersut2014-05-301-1/+1
* Bump version number for alpha release.11.14.0.alpha.3sersut2014-05-301-1/+1
* Merge pull request #1435 from opscode/adamed/wmi-liteSerdar Sutay2014-05-309-21/+32
|\
| * Remove duplicate requireadamedx2014-05-301-2/+0
| * Pin release versions of ohai and wmi-lite for Ruby 2.0 windows compatibility.sersut2014-05-303-2/+3
| * Fix merge issue with incorrect use of wmi_object key instead of wmi_ole_objec...Adam Edwards2014-05-301-2/+2
| * Use explicit version to override pre-release gem restrictionadamedx2014-05-301-1/+1
| * Use wmi-lite gem dependency for wmi accessAdam Edwards2014-05-303-88/+1
| * Move Windows-only deps to Windows only code pathAdam Edwards2014-05-301-2/+2
| * Test Chef with new Ohai that does not use ruby-wmiAdam Edwards2014-05-301-3/+0
| * Use invoke instead of send, fix first_of, remove ruby-wmi-rdp from gemspecAdam Edwards2014-05-301-3/+9
| * Re-implement ruby-wmi functionalityAdam Edwards2014-05-303-2/+83
| * Remove debug outputAdam Edwards2014-05-301-2/+0
| * Fix another incorrect reference to WmiInstance instead of WmiLiteAdam Edwards2014-05-301-1/+1
| * Change mis-named class constant WmiInstance to WmiLiteAdam Edwards2014-05-301-1/+1
| * Use wmi-lite gem dependency for wmi accessAdam Edwards2014-05-308-96/+12
| * Move Windows-only deps to Windows only code pathAdam Edwards2014-05-301-2/+2
| * Test Chef with new Ohai that does not use ruby-wmiAdam Edwards2014-05-301-0/+2
| * Use invoke instead of send, fix first_of, remove ruby-wmi-rdp from gemspecAdam Edwards2014-05-302-4/+9
| * Re-implement ruby-wmi functionalityAdam Edwards2014-05-307-18/+112
|/
* Merge pull request #1442 from opscode/CHEF-5259Claire McQuin2014-05-2913-15/+134
|\
| * log cache_path switch to infoClaire McQuin2014-05-221-1/+1
| * update for fallback cacheClaire McQuin2014-05-221-0/+1
| * create shared context for default config optionsClaire McQuin2014-05-227-17/+35
| * update commentClaire McQuin2014-05-221-1/+1
| * fix stubs for windowsClaire McQuin2014-05-221-13/+12
| * change backup cache location to user's .chefClaire McQuin2014-05-222-7/+7
| * Put cache at HOME/.chef.d if /var/chef can't be accessed.Claire McQuin2014-05-2211-13/+114
* | Merge pull request #1454 from opscode/lcg/mount_stufflamont-granquist2014-05-283-122/+187
|\ \
| * | add a note on mount provider cleanupLamont Granquist2014-05-281-1/+1
| * | spec test the retry failure loopLamont Granquist2014-05-282-3/+17
| * | don't infinite loop on umounting the filesystemLamont Granquist2014-05-281-1/+12
| * | fix spec testLamont Granquist2014-05-282-1/+2
| * | moar comment tweaksLamont Granquist2014-05-281-2/+3
| * | comment tweakLamont Granquist2014-05-281-1/+1