summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add monkey patch to fix bundle locks for platformsbundle_lock_fixMatt Wrock2016-08-182-0/+28
|
* Bump version of chef to 12.14.4 by Chef Versioner.v12.14.4Chef Versioner2016-08-164-8/+8
|
* Merge pull request #5214 from chef/lcg/greenify-testsLamont Granquist2016-08-161-0/+2
|\ | | | | omit this chef-provisioning test
| * omit this chef-provisioning testLamont Granquist2016-08-161-0/+2
|/ | | | | | its always red on my mac Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version of chef to 12.14.3 by Chef Versioner.v12.14.3Chef Versioner2016-08-164-8/+8
|
* Merge pull request #5205 from chef/rackMatt Wrock2016-08-161-33/+6
|\ | | | | Wait until inner webrick http server is confirmed running
| * improved waiting logic for server startMatt Wrock2016-08-161-33/+6
| |
* | Bump version of chef to 12.14.2 by Chef Versioner.v12.14.2Chef Versioner2016-08-164-8/+8
| |
* | Merge pull request #5211 from chef/jk/ruby23specsJohn Keiser2016-08-167-2/+50
|\ \ | | | | | | Changes that get Jenkins running against Ruby 2.3
| * | Add Gemfile that includes rake so serverspec will run on Ruby 2.3jk/ruby23specsJohn Keiser2016-08-164-0/+26
| | | | | | | | | | | | (Until https://github.com/test-kitchen/busser-serverspec/pull/42 is merged and released.)
| * | Spec break on Windows due to temp dir and short path namesAdam Edwards2016-08-163-2/+24
| | |
* | | Bump version of chef to 12.14.1 by Chef Versioner.v12.14.1Chef Versioner2016-08-164-8/+8
| | |
* | | Merge pull request #5208 from chef/jk/bump-minorJohn Keiser2016-08-164-8/+8
|\ \ \ | |/ / |/| | Bump minor version to 12.14
| * | Bump minor version to 12.14jk/bump-minorJohn Keiser2016-08-164-8/+8
|/ /
* | Bump version of chef to 12.13.42 by Chef Versioner.v12.13.42Chef Versioner2016-08-164-8/+8
| |
* | Merge pull request #5206 from chef/func_file_resMatt Wrock2016-08-161-0/+1
|\ \ | |/ |/| Clear test directory before file resource examples
| * clear test directory before file resource examplesMatt Wrock2016-08-161-0/+1
|/
* Bump version of chef to 12.13.41 by Chef Versioner.v12.13.41Chef Versioner2016-08-154-8/+8
|
* Merge pull request #5203 from chef/lcg/rubygems_perf2Lamont Granquist2016-08-153-51/+67
|\ | | | | Lcg/rubygems perf2
| * rubygems memory perf issueslcg/rubygems_perf2Lamont Granquist2016-08-153-51/+67
|/ | | | | | set rubygems_cache_enabled to true in Chef::Config to get the old behavior back Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version of chef to 12.13.40 by Chef Versioner.v12.13.40Chef Versioner2016-08-154-8/+8
|
* Merge pull request #5151 from chef/lcg/keepalives-again-againLamont Granquist2016-08-156-6/+77
|\ | | | | HTTP 1.1 keepalives re-re-redux
| * okay i really, really hate ruby 2.1 nowlcg/keepalives-again-againLamont Granquist2016-08-112-3/+2
| | | | | | | | | | | | this is reaching ruby 1.8.7-levels of pissing me off Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * test Chef::HTTP and tweak cacheLamont Granquist2016-08-112-2/+20
| | | | | | | | | | | | this is mildly awful, but works around the String-vs-URI crap Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * specs and lazying net-http client buildingLamont Granquist2016-08-114-1/+32
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * cache correctlyLamont Granquist2016-08-091-3/+2
| |
| * make keepalives entirely optionalLamont Granquist2016-08-093-23/+40
| | | | | | | | turn on only for the cookbook synchronizer
| * per-host/port cache of BasicClientLamont Granquist2016-08-091-1/+5
| |
| * memoize the BasicClientLamont Granquist2016-08-091-13/+16
| |
| * stop constantly using new ServerAPI objectsLamont Granquist2016-08-091-1/+1
| | | | | | | | keep one-per-thread though since i doubt we're threadsafe
| * use Net::HTTP.startLamont Granquist2016-08-091-1/+1
| |
* | Bump version of chef to 12.13.39 by Chef Versioner.v12.13.39Chef Versioner2016-08-134-8/+8
| |
* | Merge pull request #5194 from chef/keep_staticMatt Wrock2016-08-121-2/+0
|\ \ | | | | | | Keeping static libraries previously deleted by jenkins builds
| * | keeping statis libskeep_staticMatt Wrock2016-08-111-2/+0
| | |
* | | Bump version of chef to 12.13.38 by Chef Versioner.v12.13.38Chef Versioner2016-08-134-8/+8
| | |
* | | Merge pull request #5199 from chef/changelogMatt Wrock2016-08-121-0/+8
|\ \ \ | | | | | | | | updating changelog
| * | | updating changelogMatt Wrock2016-08-121-0/+8
|/ / /
* | | Bump version of chef to 12.13.37 by Chef Versioner.v12.13.37Chef Versioner2016-08-124-8/+8
| | |
* | | Merge pull request #5197 from chef/bump_ohai_logMatt Wrock2016-08-125-34/+34
|\ \ \ | |/ / |/| | Bumping ohai and mixlib-log to fix regression
| * | add back ffiMatt Wrock2016-08-121-0/+1
| | |
| * | Bumping ohai and mixlib-log to fix regressionMatt Wrock2016-08-125-35/+34
|/ /
* | Bump version of chef to 12.13.36 by Chef Versioner.v12.13.36Chef Versioner2016-08-114-8/+8
| |
* | Merge pull request #5193 from chef/lcg/bump-depsLamont Granquist2016-08-111-12/+11
|\ \ | | | | | | bump all dependencies
| * | bump chef depslcg/bump-depsLamont Granquist2016-08-111-12/+11
|/ / | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version of chef to 12.13.35 by Chef Versioner.v12.13.35Chef Versioner2016-08-114-8/+8
| |
* | Merge pull request #5191 from chef/jk/update-github-apiJohn Keiser2016-08-113-43/+28
|\ \ | | | | | | Put travis and github gems back on released versions
| * | Put travis and github gems back on released versionsjk/update-github-apiJohn Keiser2016-08-103-43/+28
| | |
* | | Bump version of chef to 12.13.34 by Chef Versioner.v12.13.34Chef Versioner2016-08-114-8/+8
| | |
* | | Merge pull request #5189 from chef/lcg/remove-requiresLamont Granquist2016-08-101-9/+0
|\ \ \ | |/ / |/| | remove requires in Chef::Recipe that are no longer necessary
| * | remove requires no longer necessarylcg/remove-requiresLamont Granquist2016-08-101-9/+0
| | | | | | | | | | | | these are all covered under chef/dsl/recipe now