summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 14.0.24 by Expeditorv14.0.24Chef Expeditor2018-01-241-1/+1
* Fix regression where message isn't an identity property in loglog_identityTim Smith2018-01-231-1/+1
* Bump version to 14.0.23 by Expeditorv14.0.23Chef Expeditor2018-01-231-1/+1
* Merge pull request #6775 from chef/lcg/speed-up-http-func-testsLamont Granquist2018-01-231-1/+1
|\
| * speed up http func testslcg/speed-up-http-func-testsLamont Granquist2018-01-231-1/+1
* | Bump version to 14.0.22 by Expeditorv14.0.22Chef Expeditor2018-01-231-1/+1
* | Revert "Fail on interval runs on windows"Lamont Granquist2018-01-232-31/+7
* | Bump version to 14.0.21 by Expeditorv14.0.21Chef Expeditor2018-01-231-1/+1
* | Bump version to 14.0.20 by Expeditorv14.0.20Chef Expeditor2018-01-231-1/+1
* | Bump version to 14.0.19 by Expeditorv14.0.19Chef Expeditor2018-01-231-1/+1
* | Bump version to 14.0.18 by Expeditorv14.0.18Chef Expeditor2018-01-231-1/+1
* | Merge pull request #6766 from chef/lcg/windows-intervalThom May2018-01-232-7/+31
|\ \
| * | fail on interval runs on windowslcg/windows-intervalLamont Granquist2018-01-222-6/+18
| * | This isn't chef-client, probably an old copy-pasta.Noah Kantrowitz2018-01-221-2/+2
| * | Add a warning about using --interval on Windows.Noah Kantrowitz2018-01-222-3/+15
* | | Bump version to 14.0.17 by Expeditorv14.0.17Chef Expeditor2018-01-231-1/+1
* | | Added support for setting node policy name and group from knifepiyushawasthi2018-01-231-0/+79
| |/ |/|
* | Bump version to 14.0.16 by Expeditorv14.0.16Chef Expeditor2018-01-231-1/+1
* | Merge pull request #6765 from chef/lcg/node-map-last-writer-winsLamont Granquist2018-01-223-25/+8
|\ \
| * | Convert node map to last-writer-wins for tiesLamont Granquist2018-01-223-25/+8
| |/
* | Bump version to 14.0.15 by Expeditorv14.0.15Chef Expeditor2018-01-221-1/+1
* | Merge pull request #6762 from chef/lcg/remove-node-setLamont Granquist2018-01-222-11/+1
|\ \
| * | Chef-14 Breaking: remove node.set and node.set_unlesslcg/remove-node-setLamont Granquist2018-01-222-11/+1
* | | Bump version to 14.0.14 by Expeditorv14.0.14Chef Expeditor2018-01-221-1/+1
* | | Rename the OpenSSL mixin to avoid name conflictsTim Smith2018-01-224-7/+7
| |/ |/|
* | Bump version to 14.0.13 by Expeditorv14.0.13Chef Expeditor2018-01-221-1/+1
* | Revert "add create and delete actions for windows_service"Lamont Granquist2018-01-223-390/+44
* | Bump version to 14.0.12 by Expeditorv14.0.12Chef Expeditor2018-01-221-1/+1
* | Merge pull request #6515 from dimsh99/fix_for_6242Lamont Granquist2018-01-221-1/+1
|\ \
| * \ Merge branch 'master' of https://github.com/chef/chef into fix_for_6242Dmitry Shestoperov2017-11-2910-37/+122
| |\ \
| * \ \ Merge branch 'master' of github.com:dimsh99/chef into fix_for_6242Dmitry Shestoperov2017-11-295-6/+34
| |\ \ \
| * | | | Simplified conversionDmitry Shestoperov2017-11-071-5/+1
| * | | | Action is converted to symbol if possibledmitrys2017-10-231-1/+5
* | | | | Bump version to 14.0.11 by Expeditorv14.0.11Chef Expeditor2018-01-221-1/+1
* | | | | Merge pull request #6595 from jasonwbarnett/feature/add-action_create-to-wind...Thom May2018-01-223-44/+390
|\ \ \ \ \
| * | | | | add :create, :delete, and :configure actions to the windows_service resource.Jason Barnett2017-11-233-44/+390
* | | | | | Bump version to 14.0.10 by Expeditorv14.0.10Chef Expeditor2018-01-221-1/+1
* | | | | | Bump version to 14.0.9 by Expeditorv14.0.9Chef Expeditor2018-01-221-1/+1
* | | | | | Merge pull request #6670 from jasonwbarnett/remove-unused-argumentThom May2018-01-222-3/+3
|\ \ \ \ \ \
| * | | | | | Remove unused chef_server_fqdn argument: run_statusJason Barnett2017-12-142-3/+3
* | | | | | | Bump version to 14.0.8 by Expeditorv14.0.8Chef Expeditor2018-01-221-1/+1
* | | | | | | Merge pull request #6723 from vinsonlee/remove-update-rc.d-dryrun-optionThom May2018-01-221-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Remove update-rc.d -n (dryrun) option.Vinson Lee2018-01-021-2/+2
* | | | | | | | Bump version to 14.0.7 by Expeditorv14.0.7Chef Expeditor2018-01-221-1/+1
* | | | | | | | Merge pull request #6742 from zanecodes/fix_knife_id_only_formattingThom May2018-01-221-1/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Change single quotes to double quotes to appease the Style GodsZane Geiger2018-01-151-1/+1
| * | | | | | | Prevent knife search --id-only from outputting IDs in the same format as an e...Zane Geiger2018-01-151-1/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Bump version to 14.0.6 by Expeditorv14.0.6Chef Expeditor2018-01-221-1/+1
* | | | | | | Merge pull request #6445 from chef/knife_ssh_identity_fileTim Smith2018-01-221-6/+1
|\ \ \ \ \ \ \
| * | | | | | | Remove deprecated knife ssh --identity-file optionknife_ssh_identity_fileTim Smith2017-09-261-6/+1