summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump train-core to 1.7.6expeditor/train-core_1.7.6Chef Expeditor2019-03-191-2/+2
| | | | | | This pull request was triggered automatically via Expeditor when train-core 1.7.6 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* Bump version to 15.0.191 by Chef Expeditorv15.0.191Chef Expeditor2019-03-195-12/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8304 from chef/loosen_depsTim Smith2019-03-184-48/+47
|\ | | | | Loosen mixlib deps to allow for the latest versions
| * Pull in the updates ohai with the loosened mixlib depsTim Smith2019-03-181-5/+5
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Loosen the mixlib deps in chef-configTim Smith2019-03-182-4/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Loosen mixlib deps to allow for the latest versionsTim Smith2019-03-183-39/+38
|/ | | | | | We bumped these all when we removed support for Ruby 2.1/2.2 from our gems Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.0.190 by Chef Expeditorv15.0.190Chef Expeditor2019-03-185-13/+14
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8301 from chef/lcg/early-run-contextTim Smith2019-03-187-58/+99
|\ | | | | Early allocation of the Chef::RunContext
| * chefstyle fixlcg/early-run-contextLamont Granquist2019-03-151-3/+3
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * another chefspec fixLamont Granquist2019-03-151-1/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix for chefspecLamont Granquist2019-03-151-1/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * make the run_context a proper instance variableLamont Granquist2019-03-151-1/+8
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add some backcompat for chefspecLamont Granquist2019-03-151-2/+4
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Early alloction of the Chef::RunContextLamont Granquist2019-03-147-61/+93
| | | | | | | | | | | | | | | | | | Allow for allocation of the Chef::RunContext without its arguments and use that to allocate it early. The APIs are kept backcompatible since otherwise this has a decent chance of blowing up something like chefspec. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 15.0.189 by Chef Expeditorv15.0.189Chef Expeditor2019-03-155-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8298 from ABewsher/abewsher/fix-delete-entire-chef-repoLamont Granquist2019-03-152-2/+107
|\ \ | | | | | | Allow the use of `--delete-entire-chef-repo`
| * | fix undefined local variable 'recipes_path'Adam Bewsher2019-03-152-2/+107
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Developer's Certificate of Origin 1.1 By making a contribution to this project, I certify that: (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as Indicated in the file; or (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. Signed-off-by: Adam Bewsher <adam.bewsher@neos.co.uk>
* | Bump version to 15.0.188 by Chef Expeditorv15.0.188Chef Expeditor2019-03-155-12/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8300 from chef/lcg/fix-unsolvable-gemfile-lockLamont Granquist2019-03-141-4/+2
|\ \ | | | | | | fix unsolvable Gemfile.lock
| * | fix unsolvable Gemfile.lockLamont Granquist2019-03-141-4/+2
|/ / | | | | | | | | | | prior version is impossible. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 15.0.187 by Chef Expeditorv15.0.187Chef Expeditor2019-03-145-12/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8278 from jasonwbarnett/bugfix/8080Bryan McLellan2019-03-142-16/+43
|\ \ | | | | | | windows_service: Fix action :start to not resets credentials on service
| * | Fix #8080Jason Barnett2019-03-082-16/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By making a contribution to this project, I certify that: (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as Indicated in the file; or (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>
* | | Merge pull request #8292 from chef/fix_travis_rubyTim Smith2019-03-121-27/+27
|\ \ \ | | | | | | | | Switch tests to Ruby 2.6
| * | | Switch tests to Ruby 2.6Tim Smith2019-03-121-27/+27
|/ / / | | | | | | | | | | | | | | | | | | Move all the generic tests to Ruby 2.6.1 not 2.5.3 Switch from 2.6 to 2.6.1 due to travis breakage Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.186 by Chef Expeditorv15.0.186Chef Expeditor2019-03-135-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Bump version to 15.0.185 by Chef Expeditorv15.0.185Chef Expeditor2019-03-135-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8287 from chef/yard3Lamont Granquist2019-03-1211-10/+40
|\ \ \ | | | | | | | | Add misc YARD comments
| * | | Add misc YARD commentsyard3Tim Smith2019-03-1111-10/+40
| | | | | | | | | | | | | | | | | | | | | | | | A pile of misc yard I added as I was reading things. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Merge pull request #8286 from chef/certLamont Granquist2019-03-123-5/+5
|\ \ \ \ | | | | | | | | | | Loosen win32-certstore pin and bump to 0.3.0
| * | | | Loosen win32-certstore pin and bump to 0.3.0certTim Smith2019-03-113-5/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | We control this gem and we can ensure we don't bring in any breaking changes until 1.0. There's no need to be this aggressive with the pins. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Merge pull request #8289 from chef/kill_old_ruby_speccsTim Smith2019-03-121-4/+3
|\ \ \ \ | | | | | | | | | | Note that this helper method is no longer a backport
| * | | | Note that this helper method is no longer a backportkill_old_ruby_speccsTim Smith2019-03-111-4/+3
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was an undocumented method that was removed from Ruby 2.5. It's ours now. https://github.com/ruby/ruby/commit/25d56ea7b7b52dc81af30c92a9a0e2d2dab6ff27 Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 15.0.184 by Chef Expeditorv15.0.184Chef Expeditor2019-03-125-11/+12
| |_|/ |/| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Add audit mode to the release notes for Chef 15Tim Smith2019-03-121-0/+4
| | |
* | | Merge pull request #7728 from chef/auditTim Smith2019-03-1239-3044/+35
|\ \ \ | | | | | | | | Remove audit mode from chef-client
| * | | remove more converge_exceptionLamont Granquist2019-03-121-3/+0
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | resimplify + fix specsauditLamont Granquist2019-03-122-31/+10
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | unnecessary conditionalLamont Granquist2019-03-111-8/+2
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | revert back to properly catching errorsLamont Granquist2019-03-111-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | pretty sure audit mode broke this ages ago Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | more bizarre cruft removal in Chef::ClientLamont Granquist2019-03-111-20/+7
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | remove register_reportersLamont Granquist2019-03-111-12/+3
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | WIP: Remove audit mode from chef-clientTim Smith2019-03-1139-2997/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This just gives us a line count to the change and perhaps a starting point for when we do this in Chef 15 Signed-off-by: Tim Smith <tsmith@chef.io> Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version to 15.0.183 by Chef Expeditorv15.0.183Chef Expeditor2019-03-125-11/+12
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #8288 from chef/nuke_preannounceTim Smith2019-03-112-45/+3
|\ \ \ \ | | | | | | | | | | Remove the rake task to generate a pre-announcement
| * | | | Remove the rake task to generate a pre-announcementTim Smith2019-03-112-45/+3
| | |/ / | |/| | | | | | | | | | | | | | | | | | We don't do pre-releases anymore so there's no point in doing this. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Merge pull request #8290 from chef/update_travisTim Smith2019-03-111-12/+0
|\ \ \ \ | |/ / / |/| | | Nuke the old sudo configs from .travis.yml
| * | | Nuke the old sudo configs from .travis.ymlnuke_old_rubygemsTim Smith2019-03-111-12/+0
|/ / / | | | | | | | | | | | | | | | These don't do anything at this point. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.182 by Chef Expeditorv15.0.182Chef Expeditor2019-03-115-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8285 from chef/gemsTim Smith2019-03-113-15/+19
|\ \ \ | | | | | | | | Allow win32-service 2.x and bump InSpec to 3.7.1