Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing periods and rely on word wrapcleanup | Tim Smith | 2018-04-27 | 9 | -34/+13 |
| | | | | | | Just stick the descriptions on a single line so that we utilize large monitors. Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Add descriptions to more resources | Tim Smith | 2018-04-26 | 6 | -40/+68 |
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Merge pull request #7191 from chef/lcg/pin-ffi | Lamont Granquist | 2018-04-26 | 3 | -19/+21 |
|\ | | | | | pin ffi to avoid el6/el7 bugginess | ||||
| * | update the Gemfile.lock and remove windows-gemspec ffi pinlcg/pin-ffi | Lamont Granquist | 2018-04-26 | 2 | -19/+19 |
| | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
| * | pin ffi to avoid el6/el7 bugginess | Lamont Granquist | 2018-04-26 | 1 | -0/+2 |
|/ | | | | | | | absolutely unknown what this bug is, but it seems to fix specs on el6/el7 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | Bump version to 14.0.213 by Chef Expeditorv14.0.213 | Chef Expeditor | 2018-04-26 | 5 | -11/+12 |
| | |||||
* | Merge pull request #7138 from ↵ | Tim Smith | 2018-04-26 | 4 | -14/+99 |
|\ | | | | | | | | | RoboticCheese/roboticcheese/package-locking-nomethoderror Fix NoMethodError when (un)locking single packages in apt and zypper | ||||
| * | Fix NoMethodError when (un)locking single packages in apt and zypper | Jonathan Hartman | 2018-04-09 | 4 | -14/+99 |
| | | | | | | | | | | | | | | | | These resources don't coerce `package_name` to an array so would raise an exception when trying to call `name.all?` when `package_name`, and thus `name`, was a string. Signed-off-by: Jonathan Hartman <j@hartman.io> | ||||
* | | Bump version to 14.0.212 by Chef Expeditorv14.0.212 | Chef Expeditor | 2018-04-26 | 5 | -11/+12 |
| | | |||||
* | | Merge pull request #7186 from chef/sp/cli-logging-options | Thom May | 2018-04-26 | 5 | -3/+11 |
|\ \ | | | | | | | CLI help text now includes :trace log level | ||||
| * | | Updating a few logging references to include :tracesp/cli-logging-options | Stuart Preston | 2018-04-25 | 5 | -3/+11 |
| | | | | | | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io> | ||||
* | | | Bump version to 14.0.211 by Chef Expeditorv14.0.211 | Chef Expeditor | 2018-04-26 | 5 | -14/+15 |
| | | | |||||
* | | | Merge pull request #7183 from chef/tm/run_all_tests_in_ci | Lamont Granquist | 2018-04-25 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Run all tests in CI | ||||
| * | | Run all tests in CItm/run_all_tests_in_ci | Thom May | 2018-04-25 | 1 | -1/+1 |
|/ / | | | | | | | | | | | | | | | | | | | Previously, we ran only integration tests. But many of our unit tests are constrained by rootyness and platform, and this means the first time they get run is during the ChefDK verification stage, which uses the released Chef build. So we have no way of fixing test failures short of a new Chef release. Signed-off-by: Thom May <thom@chef.io> | ||||
* | | Bump version to 14.0.210 by Expeditorv14.0.210 | Chef Expeditor | 2018-04-23 | 5 | -12/+13 |
| | | |||||
* | | Merge pull request #7179 from chef/lcg/force-expeditor-to-run | Lamont Granquist | 2018-04-23 | 1 | -1/+1 |
|\ \ | | | | | | | whitespace fix to make expeditor run | ||||
| * | | whitespace fix to make expeditor run | Lamont Granquist | 2018-04-23 | 1 | -1/+1 |
|/ / | | | | | | | | | | | trying to sort out weirdness from this morning Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | | manually bumping version to 14.0.209 | Lamont Granquist | 2018-04-23 | 1 | -1/+1 |
| | | | | | | | | | | | | 14.0.210 should be next and should fix expeditor i guess Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | | Merge pull request #7167 from chef/lcg/actuall-test-cheffs | Lamont Granquist | 2018-04-23 | 4 | -64/+56 |
|\ \ | | | | | | | actually test against cheffs | ||||
| * | | Revert "cookbooks metadata are used instead of directory name"lcg/actuall-test-cheffs | Lamont Granquist | 2018-04-23 | 1 | -18/+32 |
| | | | | | | | | | | | | This reverts commit 85653e8f25c19273fde0d8d512db29ef13c2a579. | ||||
| * | | Revert "Updated specs for chef_fs_data_store after switching to use metadata" | Lamont Granquist | 2018-04-23 | 1 | -23/+4 |
| | | | | | | | | | | | | This reverts commit 68e9f4618bc6432023f8327cfce775618806fa9e. | ||||
| * | | Revert "fix Chef-14 chef_fs/chef-zero perf regression" | Lamont Granquist | 2018-04-23 | 2 | -28/+20 |
| | | | | | | | | | | | | This reverts commit 79c8782bbc9ca07898bda6ff9a3a7cdcc39bcdcf. | ||||
| * | | test chef-zero against chef_fs in the chef/chef checkout | Lamont Granquist | 2018-04-23 | 2 | -5/+10 |
| | | | | | | | | | | | | | | | | | | goes red because we're really red here Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | | | Merge pull request #7178 from chef/lcg/remove-foodcritic-from-travis | Lamont Granquist | 2018-04-23 | 1 | -4/+0 |
|\ \ \ | |/ / |/| | | removing foodcritic from travis | ||||
| * | | removing foodcritic from travislcg/remove-foodcritic-from-travis | Lamont Granquist | 2018-04-23 | 1 | -4/+0 |
|/ / | | | | | | | | | | | it doesn't depend on chef/chef so this test seems quite pointless. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | | Merge pull request #7176 from chef/poise | Thom May | 2018-04-23 | 1 | -4/+5 |
|\ \ | | | | | | | Disable testing of poise in travis for now | ||||
| * | | Disable testing of poise in travis for nowpoise | Tim Smith | 2018-04-23 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | Disable this pending a Chef 14 compatible version of poise Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | | | Merge pull request #7139 from chef/shain/deprecate_10_10 | Thom May | 2018-04-23 | 1 | -0/+4 |
|\ \ \ | |/ / |/| | | We no longer build or test on OSX 10.10 | ||||
| * | | We no longer build or test on OSX 10.10shain/deprecate_10_10 | Scott Hain | 2018-04-23 | 1 | -0/+4 |
|/ / | | | | | | | Signed-off-by: Scott Hain <shain@chef.io> | ||||
* | | Bump version to 14.0.208 by Expeditorv14.0.208 | Chef Expeditor | 2018-04-23 | 5 | -11/+12 |
| | | |||||
* | | Merge pull request #7170 from chef/tm/ub_1404_service | Thom May | 2018-04-23 | 2 | -175/+72 |
|\ \ | | | | | | | [Debian/Ubuntu] Detect init script service levels | ||||
| * | | [Debian/Ubuntu] Detect init script service levelstm/ub_1404_service | Thom May | 2018-04-23 | 2 | -175/+72 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Debian removed the no-op flag from update-rc.d, and so we're now unlinking services rather than just querying them. Just parsing the scripts ourselves is much safer. Fixes: #7119 Signed-off-by: Thom May <thom@chef.io> | ||||
* | | | Merge pull request #7174 from chef/tm/ubu_1804 | Thom May | 2018-04-23 | 3 | -2/+5 |
|\ \ \ | | | | | | | | | Ubuntu 1804 - passing tests and fixed ifconfig provider | ||||
| * | | | Set the test APT repo as trustedtm/ubu_1804 | Thom May | 2018-04-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io> | ||||
| * | | | begin fix up of ifconfig provider on 1804 | Thom May | 2018-04-23 | 2 | -1/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io> | ||||
* | | | | Merge pull request #7175 from chef/avoid_double_test | Thom May | 2018-04-23 | 1 | -4/+0 |
|\ \ \ \ | | | | | | | | | | | Remove duplicate knife-windows travis testing | ||||
| * | | | | Remove duplicate knife-windows travis testingavoid_double_test | Tim Smith | 2018-04-21 | 1 | -4/+0 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | Not sure how this got in there, but we certainly don't need it. Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | | | | Merge pull request #7160 from chef/sudo_double_property | Thom May | 2018-04-23 | 1 | -1/+0 |
|\ \ \ \ | | | | | | | | | | | Remove duplicate source property in the sudo resource | ||||
| * | | | | Remove duplicate source property in the sudo resourcesudo_double_property | Tim Smith | 2018-04-16 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was just a typo that came in from the sudo cookbook Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | | | | | Bump version to 14.0.207 by Expeditorv14.0.207 | Chef Expeditor | 2018-04-22 | 5 | -11/+12 |
| | | | | | |||||
* | | | | | Merge pull request #7173 from chef/sp/fix7166 | Tim Smith | 2018-04-21 | 2 | -27/+27 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Avoid conflict with build_powershell_command from powershell_out mixin | ||||
| * | | | | Fixing specs for powershell_packagesp/fix7166 | Stuart Preston | 2018-04-21 | 2 | -20/+20 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io> | ||||
| * | | | | Avoid conflict with build_powershell_command from powershell_out mixin | Stuart Preston | 2018-04-21 | 1 | -9/+9 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io> | ||||
* | | | | Bump version to 14.0.206 by Expeditorv14.0.206 | Chef Expeditor | 2018-04-19 | 5 | -11/+12 |
| | | | | |||||
* | | | | Merge pull request #7162 from tomdoherty/td/use-dev-with-route-metric | Thom May | 2018-04-19 | 1 | -1/+2 |
|\ \ \ \ | |_|/ / |/| | | | Some options, i.e. metric, require specifying dev | ||||
| * | | | Merge branch 'td/use-dev-with-route-metric' of ↵ | Tom Doherty | 2018-04-17 | 0 | -0/+0 |
| |\ \ \ | | | | | | | | | | | | | | | | https://github.com/tomdoherty/chef into td/use-dev-with-route-metric | ||||
| | * | | | Some options, i.e. metric, require specifying dev | Tom Doherty | 2018-04-17 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Some options, i.e. metric, require specifying dev | Tom Doherty | 2018-04-17 | 1 | -1/+2 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Tom Doherty <tom.doherty@fixnetix.com> | ||||
* | | | | Bump version to 14.0.205 by Expeditorv14.0.205 | Chef Expeditor | 2018-04-19 | 5 | -11/+12 |
| | | | | |||||
* | | | | Merge pull request #7111 from chef/sp/issue/7103 | Thom May | 2018-04-19 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Windows MSI: files are now re-unzipped during repair mode |