summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix symlink tests on Ruby 2.3 on Windowsjk/symlinks-ruby23-windowsJohn Keiser2016-08-171-9/+21
|
* Use Ruby 2.3.1 in Travis and AppveyorJohn Keiser2016-08-172-24/+23
|
* Use Ruby 2.3.1John Keiser2016-08-171-1/+1
|
* Bump version of chef to 12.14.6 by Chef Versioner.v12.14.6Chef Versioner2016-08-174-8/+8
|
* Merge pull request #5215 from chef/jk/windows-ruby-2.3John Keiser2016-08-172-22/+84
|\ | | | | Don't use relative_path_from on glob results
| * Don't use relative_path_from on glob resultsjk/windows-ruby-2.3John Keiser2016-08-162-22/+84
| | | | | | | | Windows Ruby 2.3 translates pathnames like ADMINI~1 to Administrator, making the comparison fail.
* | Bump version of chef to 12.14.5 by Chef Versioner.v12.14.5Chef Versioner2016-08-174-8/+8
| |
* | Merge pull request #5196 from chef/lcg/more-copsThom May2016-08-1777-682/+671
|\ \ | |/ |/| Add more cops to chefstyle enforcement
| * fix Style/StructInheritance coplcg/more-copsLamont Granquist2016-08-161-5/+5
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * disable Style/OptionalArgumentsLamont Granquist2016-08-161-1/+1
| | | | | | | | | | | | | | | | fixing this would either be hella ugly or would change the API just prevent more of this leaking into the codebase Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix Style/VariableName copLamont Granquist2016-08-162-4/+4
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix some Style/ExtraSpacing that crept into this patchLamont Granquist2016-08-162-3/+3
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fixes Style/OpMethod copLamont Granquist2016-08-165-17/+17
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fixing Style/MultilineTernaryOperator copLamont Granquist2016-08-168-19/+29
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix some Style/TrailingWhitespaceLamont Granquist2016-08-161-30/+30
| | | | | | | | | | | | I'm not sure how this happened Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * 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
| | | | | | | | | | | | these are all awful, but fixing them will be time consuming. by disabling them on the existing offenses we can enable the cop to prevent more of this creeping into the codebase.
| * 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 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