summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Collapse)AuthorAgeFilesLines
* 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 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-167-17/+25
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* fixing Style/ConstantName copLamont Granquist2016-08-164-5/+5
|
* fix Lint/UselessAccessModifier copLamont Granquist2016-08-164-229/+230
|
* "fix" Lint/NestedMethodDefinition copsLamont Granquist2016-08-164-6/+6
| | | | | | 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-162-9/+3
|
* autofixing Style/SpaceBeforeSemicolon copLamont Granquist2016-08-164-5/+5
|
* auotfixing Style/SpaceAfterSemicolon copLamont Granquist2016-08-162-2/+2
|
* autofixing Style/RedundantException copLamont Granquist2016-08-164-4/+4
|
* autofixing Style/MultilineIfThen copLamont Granquist2016-08-164-6/+6
|
* autofixing Style/IndentAssignment copLamont Granquist2016-08-161-18/+18
|
* 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-161-1/+1
|
* Bump version of chef to 12.14.3 by Chef Versioner.v12.14.3Chef Versioner2016-08-161-1/+1
|
* Bump version of chef to 12.14.2 by Chef Versioner.v12.14.2Chef Versioner2016-08-161-1/+1
|
* Bump version of chef to 12.14.1 by Chef Versioner.v12.14.1Chef Versioner2016-08-161-1/+1
|
* Bump minor version to 12.14jk/bump-minorJohn Keiser2016-08-161-1/+1
|
* Bump version of chef to 12.13.42 by Chef Versioner.v12.13.42Chef Versioner2016-08-161-1/+1
|
* Bump version of chef to 12.13.41 by Chef Versioner.v12.13.41Chef Versioner2016-08-151-1/+1
|
* rubygems memory perf issueslcg/rubygems_perf2Lamont Granquist2016-08-151-13/+16
| | | | | | 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-151-1/+1
|
* Merge pull request #5151 from chef/lcg/keepalives-again-againLamont Granquist2016-08-153-6/+36
|\ | | | | HTTP 1.1 keepalives re-re-redux
| * test Chef::HTTP and tweak cacheLamont Granquist2016-08-111-2/+6
| | | | | | | | | | | | 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-111-1/+4
| | | | | | | | 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-131-1/+1
| |
* | Bump version of chef to 12.13.38 by Chef Versioner.v12.13.38Chef Versioner2016-08-131-1/+1
| |
* | Bump version of chef to 12.13.37 by Chef Versioner.v12.13.37Chef Versioner2016-08-121-1/+1
| |
* | Bump version of chef to 12.13.36 by Chef Versioner.v12.13.36Chef Versioner2016-08-111-1/+1
| |
* | Bump version of chef to 12.13.35 by Chef Versioner.v12.13.35Chef Versioner2016-08-111-1/+1
| |
* | Bump version of chef to 12.13.34 by Chef Versioner.v12.13.34Chef Versioner2016-08-111-1/+1
| |
* | 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
* | | Bump version of chef to 12.13.33 by Chef Versioner.v12.13.33Chef Versioner2016-08-101-1/+1
|/ /
* | Bump version of chef to 12.13.32 by Chef Versioner.v12.13.32Chef Versioner2016-08-091-1/+1
| |
* | Bump version of chef to 12.13.31 by Chef Versioner.v12.13.31Chef Versioner2016-08-091-1/+1
|/
* Bump version of chef to 12.13.30 by Chef Versioner.v12.13.30Chef Versioner2016-08-081-1/+1
|
* Revert "Merge pull request #5123 from chef/lcg/resolv-replace"John Keiser2016-08-082-12/+0
| | | | | This reverts commit e8877cd363642ed6757c48d1ed5ab35509d87e22, reversing changes made to 162d988d3bcfce2773ef2831fa33e416f53731f6.
* Bump version of chef to 12.13.29 by Chef Versioner.v12.13.29Chef Versioner2016-08-081-1/+1
|
* Merge pull request #5173 from chef/lcg/apt-update-noopLamont Granquist2016-08-082-4/+13
|\ | | | | noop apt_update similar to apt_repository
| * fix apt_repository noopLamont Granquist2016-08-051-1/+1
| |