summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cache ChefFS childrentm/cache_fs_childrenThom May2016-07-2610-14/+90
* Bump version of chef to 12.13.13 by Chef Versioner.v12.13.13Chef Versioner2016-07-254-8/+8
* Merge pull request #5133 from chef/winrm-v2Matt Wrock2016-07-2519-106/+133
|\
| * add back and fix windows acceptance testswinrm-v2Matt Wrock2016-07-2419-106/+133
|/
* Bump version of chef to 12.13.12 by Chef Versioner.v12.13.12Chef Versioner2016-07-214-8/+8
* Merge pull request #5124 from chef/ksubrama/acceptanceKartik Null Cating-Subramanian2016-07-2117-59/+62
|\
| * Bump acceptance locks to pull in kitchen-ec2 fixesksubrama/acceptanceKartik Null Cating-Subramanian2016-07-211-32/+31
| * Reenable non-windows testsKartik Null Cating-Subramanian2016-07-2116-27/+31
|/
* Bump version of chef to 12.13.11 by Chef Versioner.v12.13.11Chef Versioner2016-07-214-8/+8
* Merge pull request #5126 from chef/tm/new_world_rspecThom May2016-07-213-19/+19
|\
| * Update to rspec 3.5tm/new_world_rspecThom May2016-07-203-19/+19
* | Bump version of chef to 12.13.10 by Chef Versioner.v12.13.10Chef Versioner2016-07-204-8/+8
* | Merge pull request #5125 from chef/cheffish-data-bag-itemThom May2016-07-201-0/+1
|\ \
| * | Add `chef_data_bag_item` to Cheffish DSL methodscheffish-data-bag-itemdanielsdeleo2016-07-191-0/+1
|/ /
* | Bump version of chef to 12.13.9 by Chef Versioner.v12.13.9Chef Versioner2016-07-194-8/+8
* | Merge pull request #5123 from chef/lcg/resolv-replaceLamont Granquist2016-07-195-0/+43
|\ \ | |/ |/|
| * fix the spec filterLamont Granquist2016-07-192-1/+2
| * only work around resolver caching on linuxLamont Granquist2016-07-195-4/+19
| * replace glibc resolver with ruby resolverLamont Granquist2016-07-193-0/+27
* | Bump version of chef to 12.13.8 by Chef Versioner.v12.13.8Chef Versioner2016-07-184-8/+8
* | Merge pull request #5121 from chef/ksubrama/cleanupKartik Null Cating-Subramanian2016-07-181-1/+0
|\ \
| * | Remove stray pkg.rbKartik Null Cating-Subramanian2016-07-181-1/+0
|/ /
* | Bump version of chef to 12.13.7 by Chef Versioner.v12.13.7Chef Versioner2016-07-154-8/+8
* | Merge pull request #5118 from chef/ksubrama/nokogiriMatt Wrock2016-07-153-3/+5
|\ \
| * | Install nokogiri and pin mixlib-cliksubrama/nokogiriKartik Null Cating-Subramanian2016-07-153-3/+5
|/ /
* | Bump version of chef to 12.13.6 by Chef Versioner.v12.13.6Chef Versioner2016-07-154-8/+8
* | Merge pull request #5091 from chef/tm/fix_supermarket_share_errorThom May2016-07-152-17/+11
|\ \
| * | We don't care so much about categories on the supermarkettm/fix_supermarket_share_errorThom May2016-07-142-17/+11
* | | Bump version of chef to 12.13.5 by Chef Versioner.v12.13.5Chef Versioner2016-07-154-8/+8
* | | Merge pull request #5114 from dldinternet/masterThom May2016-07-151-0/+1
|\ \ \ | |/ / |/| |
| * | Ensure that the valid option is given back to the option parserChristo De Lange2016-07-141-0/+1
|/ /
* | Bump version of chef to 12.13.4 by Chef Versioner.v12.13.4Chef Versioner2016-07-144-8/+8
* | Merge pull request #5106 from chef/lcg/bump-kitchen-testsThom May2016-07-144-57/+49
|\ \
| * | change back to progress formatterlcg/bump-kitchen-testsLamont Granquist2016-07-142-0/+2
| * | bump gems + cookboks for kitchen-testsLamont Granquist2016-07-132-57/+47
* | | Bump version of chef to 12.13.3 by Chef Versioner.v12.13.3Chef Versioner2016-07-144-8/+8
* | | Merge pull request #5109 from b1-systems/masterThom May2016-07-142-9/+25
|\ \ \
| * | | added "zypper info" tests for 1.12.* and 1.13.* formatEike Waldt2016-07-141-2/+18
| * | | Fixed regex for zypper version 1.13.*. This is backward compatible with zyppe...Eike Waldt2016-07-141-7/+7
| | |/ | |/|
* | | Bump version of chef to 12.13.2 by Chef Versioner.v12.13.2Chef Versioner2016-07-144-8/+8
* | | Merge pull request #5108 from chef/ksubrama/new_acceptanceAdam Edwards2016-07-142-18/+25
|\ \ \ | |/ / |/| |
| * | Turn all those blasted acceptance tests offstupid1ksubrama/new_acceptanceKartik Null Cating-Subramanian2016-07-131-2/+2
| * | Save acceptance test logs when failingKartik Null Cating-Subramanian2016-07-131-16/+23
|/ /
* | Bump version of chef to 12.13.1 by Chef Versioner.v12.13.1Chef Versioner2016-07-134-8/+8
* | Merge pull request #5107 from chef/ksubrama/bumpKartik Null Cating-Subramanian2016-07-134-8/+8
|\ \ | |/ |/|
| * Bump to 12.13Kartik Null Cating-Subramanian2016-07-134-8/+8
|/
* Bump version of chef to 12.12.24 by Chef Versioner.v12.12.24Chef Versioner2016-07-124-8/+8
* Merge pull request #5103 from chef/lcg/fix-5012Lamont Granquist2016-07-123-2/+24
|\
| * fix stray double quoteslcg/fix-5012Lamont Granquist2016-07-112-4/+4
| * fix mixup in the test titlesLamont Granquist2016-07-111-2/+2