summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove bundle audittm/remove_bundle_auditThom May2018-03-203-12/+0
| | | | Signed-off-by: Thom May <thom@chef.io>
* Merge pull request #7009 from chef/fix_zypperTim Smith2018-03-192-1/+9
|\ | | | | Detect new "automatically" installed string in Zypper
| * Just look for Yes and anything in the regexTim Smith2018-03-191-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Detect new "automatically" installed string in ZypperTim Smith2018-03-192-1/+9
|/ | | | | | | | | | This resolves issue #6836 which explains the issue in great detail. TLDR: Packages that are installed as deps on another package have a different string when you get info on them now. This updates the regex to detect both. Based on the zypper changelog I believe this was introduced in 1.13.17. Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #6910 from chef/tm/inject_logThom May2018-03-1918-236/+187
|\ | | | | Add the ability to inject log objects
| * Add the ability to inject log objectstm/inject_logThom May2018-03-1918-236/+187
|/ | | | | | meaning that we can have inheritable metadata Signed-off-by: Thom May <thom@chef.io>
* Merge pull request #6995 from chef/btm/fix-lsa-heap-corruptionBryan McLellan2018-03-192-1/+37
|\ | | | | Fix regression in #6980, add functional tests
| * Fix regression in #6980, add functional testsBryan McLellan2018-03-192-1/+37
| | | | | | | | | | | | | | | | The logging refactor in #6980 should have been a class variable. This fixes that. Also adds functional tests that would catch that and the original #6980 bug. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | Merge pull request #7002 from chef/scm_subversionThom May2018-03-194-32/+29
|\ \ | |/ |/| Move subversion specific properties from scm to subversion
| * Move subversion specific properties from scm to subversionscm_subversionTim Smith2018-03-174-32/+29
|/ | | | | | We actually set the defaults for these in the subversion property, but the actual properties are in scm. Move them to subversion since they are subversion specific. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.0.142 by Expeditorv14.0.142Chef Expeditor2018-03-175-11/+12
|
* Merge pull request #6997 from chef/cleanupTim Smith2018-03-167-13/+13
|\ | | | | Lazy eval empty Hash/Array resource properties.
| * Lazy eval empty Hash/Array resource properties.Tim Smith2018-03-167-13/+13
| | | | | | | | | | | | Lamont pointed out that without a lazy eval we're freezing these and then if we try to append them later chef fails. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.0.141 by Expeditorv14.0.141Chef Expeditor2018-03-175-11/+12
|/
* Merge pull request #6994 from chef/cleanupTim Smith2018-03-1617-142/+85
|\ | | | | Add more resource descriptions and convert resources to use properties
| * Fix integration test failuresTim Smith2018-03-161-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * More documentation updates for resourcesTim Smith2018-03-164-7/+26
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add more resource descriptionsTim Smith2018-03-169-32/+39
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add a node about env -> windows_envTim Smith2018-03-161-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add a description field to yum_packageTim Smith2018-03-161-0/+6
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use properties in scm, subversion, and templateTim Smith2018-03-163-102/+13
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.0.140 by Expeditorv14.0.140Chef Expeditor2018-03-175-13/+14
| |
* | Merge pull request #6979 from chef/sudoTim Smith2018-03-168-23/+357
|\ \ | |/ |/| Add the sudo resource from the sudo resource
| * Add compatibility action for removesudoTim Smith2018-03-151-0/+5
| | | | | | | | | | | | This went out in sudo 5.3.1 Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add the sudo resource from the sudo resourceTim Smith2018-03-158-23/+352
| | | | | | | | | | | | Copied as is with the new description fields added. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.0.139 by Expeditorv14.0.139Chef Expeditor2018-03-165-11/+12
| |
* | Merge pull request #6996 from chef/fix_http_requestTim Smith2018-03-161-3/+1
|\ \ | | | | | | Revert "Stripping out Authorization header on redirect to a different host
| * | Revert "Stripping out Authorization header on redirect to a different host"Tim Smith2018-03-161-3/+1
|/ / | | | | | | This reverts commit 08b31872bf4094bbef474cae6de6c90fb4245a99.
* | Bump version to 14.0.138 by Expeditorv14.0.138Chef Expeditor2018-03-165-11/+12
| |
* | Merge pull request #6993 from chef/libarchiveTim Smith2018-03-162-12/+12
|\ \ | | | | | | Use Chef omnibus def that includes libarchive
| * | Use Chef omnibus def that includes libarchiveTim Smith2018-03-162-12/+12
| |/ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.0.137 by Expeditorv14.0.137Chef Expeditor2018-03-165-11/+12
| |
* | Merge pull request #6540 from chef/jcowie_yum_refactorLamont Granquist2018-03-1663-3494/+3223
|\ \ | |/ |/| Yum refactor
| * mangle array-of-strings here properlyjcowie_yum_refactorLamont Granquist2018-03-151-1/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * el6 fixesLamont Granquist2018-03-152-3/+3
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * chefstyle fixLamont Granquist2018-03-151-1/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add more tests, fix more subtle bugsLamont Granquist2018-03-152-2/+19
| | | | | | | | | | | | | | we support locking based on provides lines, and now test that and ensure that locking checks go through name resolution properly. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add a few lock/unlock tests and fix a bugLamont Granquist2018-03-152-1/+49
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix rebase issueLamont Granquist2018-03-151-3/+0
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * bad copypasta is badLamont Granquist2018-03-152-6/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * look at private methodsLamont Granquist2018-03-151-2/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix superclass editsLamont Granquist2018-03-151-7/+7
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * check for multipackage locking/unlocking properlyLamont Granquist2018-03-152-3/+18
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * update commentLamont Granquist2018-03-151-1/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add package locking back inLamont Granquist2018-03-152-2/+41
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add back default hash + commentLamont Granquist2018-03-151-1/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix yum_cache arch options and use positional parametersLamont Granquist2018-03-154-22/+42
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix provider resolver specLamont Granquist2018-03-151-3/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add specs for YumCache fascadeLamont Granquist2018-03-153-6/+104
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix typo in method declarationsLamont Granquist2018-03-151-2/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>