summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix Style/StructInheritance coplcg/more-copsLamont Granquist2016-08-161-5/+5
* disable Style/OptionalArgumentsLamont Granquist2016-08-161-1/+1
* fix Style/VariableName copLamont Granquist2016-08-162-4/+4
* fix some Style/ExtraSpacing that crept into this patchLamont Granquist2016-08-162-3/+3
* fixes Style/OpMethod copLamont Granquist2016-08-165-17/+17
* fixing Style/MultilineTernaryOperator copLamont Granquist2016-08-168-19/+29
* fix some Style/TrailingWhitespaceLamont Granquist2016-08-161-30/+30
* fixing Style/ConstantName copLamont Granquist2016-08-165-9/+9
* fixing Lint/Void copLamont Granquist2016-08-164-13/+13
* fix Lint/UselessAccessModifier copLamont Granquist2016-08-166-251/+246
* fix Lint/UnderscorePrefixedVariableName copLamont Granquist2016-08-162-10/+10
* "fix" Lint/NestedMethodDefinition copsLamont Granquist2016-08-165-8/+8
* autofixing Style/WhileUntilModifier copLamont Granquist2016-08-166-24/+8
* autofixing Style/SpaceBeforeSemicolon copLamont Granquist2016-08-166-8/+8
* autofixing Style/SpaceBeforeComment copLamont Granquist2016-08-162-3/+3
* auotfixing Style/SpaceAfterSemicolon copLamont Granquist2016-08-163-7/+7
* autofixing Style/RedundantException copLamont Granquist2016-08-168-9/+9
* autofixing Style/MultilineIfThen copLamont Granquist2016-08-164-6/+6
* autofixing Style/IndentAssignment copLamont Granquist2016-08-164-296/+296
* autofixing Style/AccessModifierIndentation copLamont Granquist2016-08-168-8/+8
* autofixing Performance/TimesMapLamont Granquist2016-08-162-2/+2
* 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 testLamont Granquist2016-08-161-0/+2
|/
* 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
|\
| * 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
|\ \
| * | Add Gemfile that includes rake so serverspec will run on Ruby 2.3jk/ruby23specsJohn Keiser2016-08-164-0/+26
| * | 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.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 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
|\
| * rubygems memory perf issueslcg/rubygems_perf2Lamont Granquist2016-08-153-51/+67
|/
* 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
|\
| * okay i really, really hate ruby 2.1 nowlcg/keepalives-again-againLamont Granquist2016-08-112-3/+2
| * test Chef::HTTP and tweak cacheLamont Granquist2016-08-112-2/+20
| * specs and lazying net-http client buildingLamont Granquist2016-08-114-1/+32
| * cache correctlyLamont Granquist2016-08-091-3/+2
| * make keepalives entirely optionalLamont Granquist2016-08-093-23/+40
| * 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