summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* DNF refresh and aarch64-el8 supportlcg/dnf-refreshLamont Granquist2020-03-199-245/+684
| | | | | | | | should port all fixes from the yum provider back into the dnf provider. adds aarch for el8 since the func tests now pass. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 16.0.145 by Chef Expeditorv16.0.145Chef Expeditor2020-03-187-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9492 from ↵Tim Smith2020-03-182-2/+3
|\ | | | | | | | | MsysTechnologiesllc/sangmesh/Fixed_Use_Ohai_data_to_determine_if_we_have_PowerShell_installed powershell_package: Use ohai data to get the powershell release instead of shelling out
| * run powershell_spec for windows onlysanga172020-03-181-1/+1
| | | | | | | | Signed-off-by: sanga17 <sausekar@msystechnologies.com>
| * Powershell spec file updatedsanga172020-03-171-0/+1
| | | | | | | | Signed-off-by: sanga17 <sausekar@msystechnologies.com>
| * Unwanted code removedsanga172020-03-171-1/+1
| | | | | | | | Signed-off-by: sanga17 <sausekar@msystechnologies.com>
| * used helper methodsanga172020-03-170-0/+0
| |\ | | | | | | | | | Signed-off-by: sanga17 <sausekar@msystechnologies.com>
| | * Update lib/chef/provider/package/powershell.rbSangmesh Ausekar2020-03-171-1/+1
| | | | | | | | | Co-Authored-By: Tim Smith <tsmith@chef.io>
| * | Used helper methodsanga172020-03-171-1/+1
| |/ | | | | | | Signed-off-by: sanga17 <sausekar@msystechnologies.com>
| * Powershell script code replaced with ohai datasanga172020-03-161-1/+1
| | | | | | | | Signed-off-by: sanga17 <sausekar@msystechnologies.com>
| * Powershell script replaced with the ohai datasanga172020-03-161-1/+1
| | | | | | | | Signed-off-by: sanga17 <sausekar@msystechnologies.com>
* | Update the introduced value for windows_firewall_rule's group propertyTim Smith2020-03-181-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.144 by Chef Expeditorv16.0.144Chef Expeditor2020-03-187-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8729 from pschaumburg/ps/windows_firewall_rule-groupTim Smith2020-03-181-0/+12
|\ \ | | | | | | add group to windows_firewall_rule resource
| * | update to latest version of filePatrick Schaumburg2020-03-181-6/+6
| | | | | | | | | Signed-off-by: Patrick Schaumburg <pschaumburg@tecracer.de>
| * | Merge branch 'master' into ps/windows_firewall_rule-groupPatrick Schaumburg2020-03-18610-4380/+9110
| |\ \ | |/ / |/| |
* | | Bump version to 16.0.143 by Chef Expeditorv16.0.143Chef Expeditor2020-03-187-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9506 from chef/fix_resource_distsTim Smith2020-03-174-5/+4
|\ \ \ | | | | | | | | Use the correct constant in the resource support files
| * | | Use the correct constant in the resource support filesTim Smith2020-03-174-5/+4
|/ / / | | | | | | | | | | | | | | | This also makes the message about not editing the file consistent because why not. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.0.142 by Chef Expeditorv16.0.142Chef Expeditor2020-03-167-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9493 from chef/log_improvementsTim Smith2020-03-1691-57/+123
|\ \ \ | | | | | | | | Pull in many of Zenspider's rspec improvements
| * | | Revert "CONTROVERSIAL: remove "with a chef repo" shared context."Tim Smith2020-03-161-0/+31
| | | | | | | | | | | | | | | | This reverts commit 88c07f9d240d90efe269a776f698c6b7ce47e067.
| * | | Trying to get buildkite output more readable / navigable.Ryan Davis2020-03-161-5/+3
| | | | | | | | | | | | | | | | Signed-off-by: Ryan Davis <zenspider@chef.io>
| * | | Found some tests that fail when run by themselves on master.Ryan Davis2020-03-162-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | But the failures are exacerbated by random order. Signed-off-by: Ryan Davis <zenspider@chef.io>
| * | | CONTROVERSIAL: remove "with a chef repo" shared context.Ryan Davis2020-03-161-31/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's provided by cheffish, but with one difference (force). Unfortunately, that force can't be pushed to cheffish as-is because it relies on ChefUtils.windows?. This could be changed to something else... A global for all I care. But, we might not want to push this commit yet. I just can't stand the noise in the test output as I try to clean this stuff up. Signed-off-by: Ryan Davis <zenspider@chef.io>
| * | | Fix all(?) circular requires coming from the specs.Ryan Davis2020-03-1683-14/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Lots more in lib, but that's out of scope for this. I'm just trying to make it easier to debug a failing spec when needed. Signed-off-by: Ryan Davis <zenspider@chef.io>
| * | | Guard against windows loading on non-windows platforms.Ryan Davis2020-03-161-25/+27
| | | | | | | | | | | | | | | | Signed-off-by: Ryan Davis <zenspider@chef.io>
| * | | Remove warnings on test runsRyan Davis2020-03-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Bundler.with_clean_env is deprecated. Switched to with_unbundled_env. 2. When we test for win32/daemon existance, redir to dev/null. Signed-off-by: Ryan Davis <zenspider@chef.io>
| * | | Extra initialization of civars in Resource.Ryan Davis2020-03-161-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes about 500 lines of warnings per run of a simple test file. About 33% reduction. Signed-off-by: Ryan Davis <zenspider@chef.io>
| * | | Turn off a lot of noise in test runs.Ryan Davis2020-03-162-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + I don't know how ---color was ever parsed to begin with. + -fd results in >23k lines of output that nobody reads. + This output obscures ~800 lines of output that everyone should read and silence. + Turned off verbose in rspec rake task. It's huge and doesn't help anything. Signed-off-by: Ryan Davis <zenspider@chef.io>
* | | | Bump version to 16.0.141 by Chef Expeditorv16.0.141Chef Expeditor2020-03-167-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #9484 from chef/lcg/log-resource-no-notifyTim Smith2020-03-1611-77/+78
|\ \ \ \ | |/ / / |/| | | Turn off notifications from log resource by default
| * | | fix unit testsLamont Granquist2020-03-161-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | properly remove the providerLamont Granquist2020-03-162-44/+0
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | Turn off notifications from log resource by defaultLamont Granquist2020-03-128-29/+74
| | | | | | | | | | | | | | | | | | | | | | | | This should be switched to the notify_group resource now. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version to 16.0.140 by Chef Expeditorv16.0.140Chef Expeditor2020-03-167-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #9487 from chef/ulimitTim Smith2020-03-164-0/+208
|\ \ \ \ | | | | | | | | | | Add user_ulimit resource from the ulimit cookbook
| * | | | Fix description typoTim Smith2020-03-161-2/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Add the ulmit templateTim Smith2020-03-162-2/+42
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Add user_ulimit resource from the ulimit cookbookTim Smith2020-03-163-0/+169
|/ / / / | | | | | | | | | | | | | | | | | | | | This is a really handy resource for modifying ulimits on a system. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 16.0.139 by Chef Expeditorv16.0.139Chef Expeditor2020-03-167-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #9490 from chef/smaller_buildsTim Smith2020-03-163-3/+35
|\ \ \ \ | | | | | | | | | | Cleanup a bunch more files and pull in the smaller license-acceptance
| * | | | Cleanup a few other filesTim Smith2020-03-141-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also remove the tasks directory not the invidivual files so we don't leave behind a bunch of empty dirs Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Cleanup a bunch more files and pull in the smaller license-acceptanceTim Smith2020-03-133-3/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this change we have 25% fewer files than 15.8 and ~24% less space used on disk. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version to 16.0.138 by Chef Expeditorv16.0.138Chef Expeditor2020-03-167-19/+20
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #9491 from cinc-project/dist_resource_templatesTim Smith2020-03-163-3/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | | Use Dist constants in resource erb templates
| * | | | Use Dist constants in resource erb templatesMarc Chamberland2020-03-163-3/+3
|/ / / / | | | | | | | | | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
* | | | Bump version to 16.0.137 by Chef Expeditorv16.0.137Chef Expeditor2020-03-147-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #9489 from chef/smaller_buildsTim Smith2020-03-131-0/+5
|\ \ \ \ | |/ / / | | | | Remove additional files from the gems in our builds
| * | | Remove additional files from the gems in our buildsTim Smith2020-03-131-0/+5
|/ / / | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>