summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix regression where owner was removed from link resourcefix_link_ownerTim Smith2018-04-281-5/+19
* Merge pull request #7195 from chef/cleanupTim Smith2018-04-2712-68/+75
|\
| * Add missing periods and rely on word wrapcleanupTim Smith2018-04-279-34/+13
| * Add descriptions to more resourcesTim Smith2018-04-266-40/+68
* | Merge pull request #7197 from chef/build_nameTim Smith2018-04-273-1/+12
|\ \
| * | Allow build_essential resource to be used without setting a namebuild_nameTim Smith2018-04-273-1/+12
* | | Merge pull request #7193 from chef/rhsm_fixLamont Granquist2018-04-271-1/+1
|\ \ \
| * | | rhsm_register: skip the registration check if force is specifiedrhsm_fixTim Smith2018-04-261-1/+1
* | | | Merge pull request #7198 from chef/lcg/whitelist-node-methodsLamont Granquist2018-04-272-0/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Whitelist some additional Hash/Array methodslcg/whitelist-node-methodsLamont Granquist2018-04-272-0/+3
|/ / /
* | | Merge pull request #7192 from chef/sysctl_fixTim Smith2018-04-271-10/+14
|\ \ \
| * | | Set ignore_error to desired_state falseTim Smith2018-04-271-1/+1
| * | | Use more friendly resource names when reloading valuesTim Smith2018-04-271-2/+5
| * | | Simplify how we fetch systctl current valuesTim Smith2018-04-271-7/+5
| * | | sysctl: Fix ignore_error being ignoredsysctl_fixTim Smith2018-04-261-1/+4
| |/ /
* | | Merge pull request #7129 from rmoriz/rmoriz/git-pruneTim Smith2018-04-272-10/+10
|\ \ \ | |_|/ |/| |
| * | prune remotes with git fetch, fixes #3929Roland Moriz2018-04-062-10/+10
* | | Merge pull request #7191 from chef/lcg/pin-ffiLamont Granquist2018-04-263-19/+21
|\ \ \ | |_|/ |/| |
| * | update the Gemfile.lock and remove windows-gemspec ffi pinlcg/pin-ffiLamont Granquist2018-04-262-19/+19
| * | pin ffi to avoid el6/el7 bugginessLamont Granquist2018-04-261-0/+2
|/ /
* | Bump version to 14.0.213 by Chef Expeditorv14.0.213Chef Expeditor2018-04-265-11/+12
* | Merge pull request #7138 from RoboticCheese/roboticcheese/package-locking-nom...Tim Smith2018-04-264-14/+99
|\ \
| * | Fix NoMethodError when (un)locking single packages in apt and zypperJonathan Hartman2018-04-094-14/+99
* | | Bump version to 14.0.212 by Chef Expeditorv14.0.212Chef Expeditor2018-04-265-11/+12
* | | Merge pull request #7186 from chef/sp/cli-logging-optionsThom May2018-04-265-3/+11
|\ \ \
| * | | Updating a few logging references to include :tracesp/cli-logging-optionsStuart Preston2018-04-255-3/+11
* | | | Bump version to 14.0.211 by Chef Expeditorv14.0.211Chef Expeditor2018-04-265-14/+15
* | | | Merge pull request #7183 from chef/tm/run_all_tests_in_ciLamont Granquist2018-04-251-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Run all tests in CItm/run_all_tests_in_ciThom May2018-04-251-1/+1
|/ / /
* | | Bump version to 14.0.210 by Expeditorv14.0.210Chef Expeditor2018-04-235-12/+13
* | | Merge pull request #7179 from chef/lcg/force-expeditor-to-runLamont Granquist2018-04-231-1/+1
|\ \ \
| * | | whitespace fix to make expeditor runLamont Granquist2018-04-231-1/+1
|/ / /
* | | manually bumping version to 14.0.209Lamont Granquist2018-04-231-1/+1
* | | Merge pull request #7167 from chef/lcg/actuall-test-cheffsLamont Granquist2018-04-234-64/+56
|\ \ \
| * | | Revert "cookbooks metadata are used instead of directory name"lcg/actuall-test-cheffsLamont Granquist2018-04-231-18/+32
| * | | Revert "Updated specs for chef_fs_data_store after switching to use metadata"Lamont Granquist2018-04-231-23/+4
| * | | Revert "fix Chef-14 chef_fs/chef-zero perf regression"Lamont Granquist2018-04-232-28/+20
| * | | test chef-zero against chef_fs in the chef/chef checkoutLamont Granquist2018-04-232-5/+10
* | | | Merge pull request #7178 from chef/lcg/remove-foodcritic-from-travisLamont Granquist2018-04-231-4/+0
|\ \ \ \ | |/ / / |/| | |
| * | | removing foodcritic from travislcg/remove-foodcritic-from-travisLamont Granquist2018-04-231-4/+0
|/ / /
* | | Merge pull request #7176 from chef/poiseThom May2018-04-231-4/+5
|\ \ \
| * | | Disable testing of poise in travis for nowpoiseTim Smith2018-04-231-4/+5
* | | | Merge pull request #7139 from chef/shain/deprecate_10_10Thom May2018-04-231-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | We no longer build or test on OSX 10.10shain/deprecate_10_10Scott Hain2018-04-231-0/+4
|/ / /
* | | Bump version to 14.0.208 by Expeditorv14.0.208Chef Expeditor2018-04-235-11/+12
* | | Merge pull request #7170 from chef/tm/ub_1404_serviceThom May2018-04-232-175/+72
|\ \ \
| * | | [Debian/Ubuntu] Detect init script service levelstm/ub_1404_serviceThom May2018-04-232-175/+72
* | | | Merge pull request #7174 from chef/tm/ubu_1804Thom May2018-04-233-2/+5
|\ \ \ \
| * | | | Set the test APT repo as trustedtm/ubu_1804Thom May2018-04-231-1/+1
| * | | | begin fix up of ifconfig provider on 1804Thom May2018-04-232-1/+4