Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #5817 from chef/lcg/bump-deps3 | Lamont Granquist | 2017-02-15 | 2 | -22/+23 | |
|\ \ | |/ |/| | updating dependencies | |||||
| * | updating dependencies | Lamont Granquist | 2017-02-15 | 2 | -22/+23 | |
|/ | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | |||||
* | Bump version of chef to 12.19.30 by Chef Versioner.v12.19.30 | Chef Versioner | 2017-02-14 | 5 | -10/+11 | |
| | ||||||
* | Merge pull request #5816 from chef/lcg/yum-coerce-array-attributes | Lamont Granquist | 2017-02-14 | 3 | -5/+55 | |
|\ | | | | | coerce immutable arrays to normal arrays in the yum_package resource | |||||
| * | coerce immutable arrays to normal arrayslcg/yum-coerce-array-attributes | Lamont Granquist | 2017-02-14 | 3 | -5/+55 | |
| | | | | | | | | | | | | | | as noted in comments this works around bugginess in the yum provider that require a major refactor to fix. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | |||||
* | | Bump version of chef to 12.19.29 by Chef Versioner.v12.19.29 | Chef Versioner | 2017-02-14 | 5 | -10/+10 | |
| | | ||||||
* | | Merge pull request #5731 from chef/tm/versioned_api | Thom May | 2017-02-14 | 7 | -0/+381 | |
|\ \ | | | | | | | Beginning of automatic API version detection | |||||
| * | | Make it easier to have a versioned factorytm/versioned_api | Thom May | 2017-02-14 | 5 | -14/+258 | |
| | | | | | | | | | | | | | | | | | | | | | classes providing an API should include VersionedAPI, whilst the factory class includes VersionedAPIFactory. Signed-off-by: Thom May <thom@may.lt> | |||||
| * | | Beginning of automatic API version detection | Thom May | 2017-02-14 | 4 | -0/+137 | |
|/ / | | | | | | | | | | | | | | | | | When we make a request to a chef server, we capture the minimum and maximum support API versions and allow them to be queried. We then provide some infrastructure for making decisions on which class should be used, in a middleware-ish mechanism. Signed-off-by: Thom May <thom@chef.io> | |||||
* | | Bump version of chef to 12.19.28 by Chef Versioner.v12.19.28 | Chef Versioner | 2017-02-14 | 5 | -10/+10 | |
| | | ||||||
* | | Merge pull request #5806 from chef/rack | Lamont Granquist | 2017-02-14 | 1 | -2/+2 | |
|\ \ | |/ |/| | Bump minimum required ruby version to 2.2.2 | |||||
| * | Bump minimum required ruby version to 2.2.2rack | Tim Smith | 2017-02-09 | 1 | -2/+2 | |
| | | | | | | | | | | | | Ruby 2.2 is still not compatible with the latest rack. We need to actually specify 2.2.2+ which is what rack and others now require. Signed-off-by: Tim Smith <tsmith@chef.io> | |||||
* | | Bump version of chef to 12.19.27 by Chef Versioner.v12.19.27 | Chef Versioner | 2017-02-14 | 5 | -11/+11 | |
| | | ||||||
* | | Merge pull request #5814 from chef/lcg/fix-more-chefstyles | Lamont Granquist | 2017-02-13 | 142 | -910/+778 | |
|\ \ | | | | | | | fix specs: RedundantReturn, RedundantSelf, RedundantBegin | |||||
| * | | re-fix redundant selflcg/fix-more-chefstyles | Lamont Granquist | 2017-02-13 | 1 | -31/+31 | |
| | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | |||||
| * | | greenify rspec | Lamont Granquist | 2017-02-13 | 1 | -58/+58 | |
| | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | |||||
| * | | fix specs: RedundantReturn, RedundantSelf, RedundantBegin | Lamont Granquist | 2017-02-13 | 142 | -883/+751 | |
|/ / | | | | | | | | | | | department of redundancy department Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | |||||
* | | Bump version of chef to 12.19.26 by Chef Versioner.v12.19.26 | Chef Versioner | 2017-02-12 | 5 | -10/+10 | |
| | | ||||||
* | | Merge pull request #5712 from chef/lcg/package-cleanup | Lamont Granquist | 2017-02-11 | 63 | -979/+1033 | |
|\ \ | | | | | | | package provider code cleanup | |||||
| * | | package provider cleanuplcg/package-cleanup | Lamont Granquist | 2017-02-11 | 63 | -979/+1033 | |
|/ / | | | | | | | | | | | | | | | | | - cleans up a lot of ivar usage - converts most providers to shell_out_compact_timeout! - almost deprecates a few APIs, but can't quite yet - windows providers need mixlib-shellout to take an argv Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | |||||
* | | Bump version of chef to 12.19.25 by Chef Versioner.v12.19.25 | Chef Versioner | 2017-02-11 | 5 | -10/+10 | |
| | | ||||||
* | | Merge pull request #5807 from chef/multissh | Tim Smith | 2017-02-11 | 4 | -154/+12 | |
|\ \ | | | | | | | Require net-ssh-multi 1.2.1 and remove our monkeypatch | |||||
| * | | Update Gemfile.lock to avoid corruption failuresmultissh | Tim Smith | 2017-02-11 | 1 | -11/+11 | |
| | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | |||||
| * | | Require net-ssh-multi 1.2.1 and remove our monkeypatch | Tim Smith | 2017-02-10 | 3 | -143/+1 | |
| | | | | | | | | | | | | | | | | | | The fix was merged upstream and released in 1.2.1 Signed-off-by: Tim Smith <tsmith@chef.io> | |||||
* | | | Bump version of chef to 12.19.24 by Chef Versioner.v12.19.24 | Chef Versioner | 2017-02-11 | 5 | -10/+10 | |
| | | | ||||||
* | | | Merge pull request #5804 from chef/1219_notes | Tim Smith | 2017-02-11 | 1 | -40/+73 | |
|\ \ \ | | | | | | | | | Update release notes for 12.19 | |||||
| * | | | Update release notes for 12.191219_notes | Tim Smith | 2017-02-10 | 1 | -40/+73 | |
| |/ / | | | | | | | | | | | | | | | | We merged in notes for 12.19 with the old 12.18 notes. This removes the 12.18 notes and adds the notes from Thom’s PR. It also adds the 6 anticipated Ohai deprecations. Two of these deprecations have yet to be merged into master, but they’re planned for 13.0. Signed-off-by: Tim Smith <tsmith@chef.io> | |||||
* | | | Bump version of chef to 12.19.23 by Chef Versioner.v12.19.23 | Chef Versioner | 2017-02-11 | 5 | -10/+14 | |
| | | | ||||||
* | | | Merge pull request #5802 from chef/tduffield/reintroduce-issues-to-changelog | Thom May | 2017-02-11 | 1 | -1/+0 | |
|\ \ \ | | | | | | | | | Don't ignore issues when generating the changelog | |||||
| * | | | Don't ignore issues when generating the changelogtduffield/reintroduce-issues-to-changelog | Tom Duffield | 2017-02-10 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | We need them to sort the pull requests by type. Signed-off-by: Tom Duffield <tom@chef.io> | |||||
* | | | | Bump version of chef to 12.19.22 by Chef Versioner.v12.19.22 | Chef Versioner | 2017-02-10 | 5 | -10/+10 | |
| | | | | ||||||
* | | | | Merge pull request #5808 from chef/typos | Tim Smith | 2017-02-10 | 1 | -13/+12 | |
|\ \ \ \ | | | | | | | | | | | Fix readme typos and improve list markdown | |||||
| * | | | | Fix readme typos and improve list markdown | Tim Smith | 2017-02-09 | 1 | -13/+12 | |
| | |_|/ | |/| | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | |||||
* | | | | Bump version of chef to 12.19.21 by Chef Versioner.v12.19.21 | Chef Versioner | 2017-02-10 | 5 | -10/+11 | |
| | | | | ||||||
* | | | | Merge pull request #5803 from chef/tduffield/suppress-sensitive-properties | Tom Duffield | 2017-02-10 | 2 | -4/+35 | |
|\ \ \ \ | |_|_|/ |/| | | | Suppress sensitive properties from resource log and reporting output | |||||
| * | | | Keep variable in initial order when sorting propertiestduffield/suppress-sensitive-properties | Tom Duffield | 2017-02-10 | 1 | -8/+14 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io> | |||||
| * | | | Suppress sensitive properties from resource output | Tom Duffield | 2017-02-10 | 2 | -5/+30 | |
|/ / / | | | | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io> | |||||
* | | | Bump version of chef to 12.19.20 by Chef Versioner.v12.19.20 | Chef Versioner | 2017-02-10 | 5 | -10/+10 | |
| |/ |/| | ||||||
* | | Merge pull request #5801 from chef/tduffield/unbreak-version-bump | Tom Duffield | 2017-02-10 | 1 | -1/+2 | |
|\ \ | | | | | | | Bundle with changelog group for version bump | |||||
| * | | Bundle with changelog group for version bump | Tom Duffield | 2017-02-10 | 1 | -1/+2 | |
|/ / | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io> | |||||
* | | Merge pull request #5800 from chef/tduffield/un-f-the-world | Bryan McLellan | 2017-02-10 | 16 | -128/+144 | |
|\ \ | | | | | | | Numerious minor tweaks to unblock the build | |||||
| * | | Fix some Travis failures related to style and gem depstduffield/un-f-the-world | Tom Duffield | 2017-02-10 | 5 | -6/+9 | |
| | | | | | | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io> | |||||
| * | | Update windows rspec filter to fix builds | Tom Duffield | 2017-02-10 | 1 | -1/+4 | |
| | | | | | | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io> | |||||
| * | | Update comment on win32-eventlog pinning | Tom Duffield | 2017-02-10 | 1 | -3/+2 | |
| | | | | | | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io> | |||||
| * | | Add back a few gems that are required (and document why) | Tom Duffield | 2017-02-09 | 5 | -5/+14 | |
| | | | | | | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io> | |||||
| * | | Add rake to acceptance Gemfile so we can build native extensions | Tom Duffield | 2017-02-09 | 2 | -0/+3 | |
| | | | | | | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io> | |||||
| * | | Make it so you can actually run rake:dependencies locally | Tom Duffield | 2017-02-09 | 2 | -5/+15 | |
| | | | | | | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io> | |||||
| * | | Cleanup Gemfiles, Berksfiles, and update Gemfile groups | Tom Duffield | 2017-02-09 | 6 | -6/+8 | |
| | | | | | | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io> | |||||
| * | | Remove a lot of old restraints | Tom Duffield | 2017-02-09 | 9 | -116/+103 | |
|/ / | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io> | |||||
* | | Bump version of chef to 12.19.19 by Chef Versioner.v12.19.19 | Chef Versioner | 2017-02-09 | 5 | -10/+11 | |
| | |