Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package: Make sure to use the package_name name propertiesname_properties | Tim Smith | 2018-06-12 | 7 | -13/+13 |
| | | | | | | I noticed we weren't using the package_name name property in most of our why-run or logging messages in various package providers. This would lead to some pretty confusing log output when using the name property. Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Bump version to 14.3.7 by Chef Expeditorv14.3.7 | Chef Expeditor | 2018-06-12 | 5 | -11/+12 |
| | |||||
* | Merge pull request #7284 from ↵ | Bryan McLellan | 2018-06-11 | 2 | -2/+12 |
|\ | | | | | | | | | MsysTechnologiesllc/dh/fix_mount_point_error_windows Mount: Fix errors on Windows when using the mount_point property | ||||
| * | specs added for mount_point | dheerajd-msys | 2018-06-11 | 1 | -0/+10 |
| | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com> | ||||
| * | fix review comments | dheerajd-msys | 2018-06-08 | 1 | -4/+2 |
| | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com> | ||||
| * | added check for mount_point in name | dheerajd-msys | 2018-06-08 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com> | ||||
| * | MSYS-807 fix mount point error windows | dheerajd-msys | 2018-06-08 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com> | ||||
* | | Bump version to 14.3.6 by Chef Expeditorv14.3.6 | Chef Expeditor | 2018-06-11 | 5 | -12/+12 |
| | | |||||
* | | Merge pull request #7165 from chef/kernel_module | Tim Smith | 2018-06-11 | 3 | -0/+178 |
|\ \ | | | | | | | Add kernel_module resource from the kernel_module cookbook | ||||
| * | | Make it more clear that we load first on :install | Tim Smith | 2018-06-11 | 1 | -2/+3 |
| | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
| * | | Don't use delcare_resource | Tim Smith | 2018-06-11 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | Not needed anymore Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
| * | | Make kernel_module a preview resource until Chef 15 | Tim Smith | 2018-06-11 | 2 | -2/+7 |
| | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
| * | | Fix copyright date | Tim Smith | 2018-06-11 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
| * | | Add spec to test the resource | Tim Smith | 2018-06-11 | 1 | -0/+43 |
| | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
| * | | Add descriptions | Tim Smith | 2018-06-11 | 1 | -8/+24 |
| | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
| * | | Use shell_out and a file read instead of execute | Tim Smith | 2018-06-11 | 1 | -4/+16 |
| | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
| * | | Add kernel_module resource from the kernel_module cookbook | Tim Smith | 2018-06-11 | 2 | -0/+101 |
| | | | | | | | | | | | | | | | | | | Copied from the 1.1.1 release. Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | | | Bump version to 14.3.5 by Chef Expeditorv14.3.5 | Chef Expeditor | 2018-06-11 | 5 | -10/+12 |
|/ / | |||||
* | | Merge pull request #7161 from chef/ssh_known_hosts | Tim Smith | 2018-06-11 | 5 | -0/+208 |
|\ \ | | | | | | | Add ssh_known_hosts_entry resource from ssh_known_hosts cookbook | ||||
| * | | Make sure preview_resource is up top | Tim Smith | 2018-06-11 | 1 | -2/+1 |
| | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
| * | | Enable preview_resource for ssh_known_hosts_entry | Tim Smith | 2018-06-11 | 2 | -1/+7 |
| | | | | | | | | | | | | | | | | | | Add a spec that will fail once we bump the chef version to 15 Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
| * | | Fix erb source location | Tim Smith | 2018-06-11 | 1 | -2/+3 |
| | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
| * | | Add unit tests | Tim Smith | 2018-06-11 | 2 | -1/+51 |
| | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
| * | | Add description fields for actions/properties | Tim Smith | 2018-06-11 | 1 | -10/+42 |
| | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
| * | | Remove the cookbook name part of the template | Tim Smith | 2018-06-11 | 1 | -3/+0 |
| | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
| * | | Add ssh_known_hosts_entry from ssh_known_hosts cookbook | Tim Smith | 2018-06-11 | 4 | -0/+123 |
| | | | | | | | | | | | | | | | | | | Port this from the 6.1 release of the cookbook Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | | | Update CHANGELOG.md with details from pull request #7345 | Chef Expeditor | 2018-06-11 | 1 | -3/+4 |
| | | | |||||
* | | | Merge pull request #7345 from chef/sp/update-support-url | Tim Smith | 2018-06-11 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Update help link in Add/Remove Programs on Windows | ||||
| * | | Update help link in Add/Remove Programs on Windows | Stuart Preston | 2018-06-07 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io> | ||||
* | | | Bump version to 14.3.4 by Chef Expeditorv14.3.4 | Chef Expeditor | 2018-06-11 | 5 | -11/+12 |
| | | | |||||
* | | | Merge pull request #7224 from coderanger/map-lock | Lamont Granquist | 2018-06-11 | 6 | -5/+192 |
|\ \ \ | | | | | | | | | Implement rfc107: NodeMap locking for resource and provider handlers | ||||
| * | | | Feed the rubocop. | Noah Kantrowitz | 2018-06-05 | 2 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net> | ||||
| * | | | Wrong indentation snuck in. | Noah Kantrowitz | 2018-06-05 | 1 | -3/+3 |
| | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net> | ||||
| * | | | Fix typo. | Noah Kantrowitz | 2018-06-05 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net> | ||||
| * | | | Expose the resource preview flag in the exporter for use in docs. | Noah Kantrowitz | 2018-06-05 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net> | ||||
| * | | | Streamline the map locking process with a resource level flag. | Noah Kantrowitz | 2018-06-05 | 2 | -0/+56 |
| | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net> | ||||
| * | | | Try to resolve a funky multi-test collision. | Noah Kantrowitz | 2018-06-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net> | ||||
| * | | | Feed the rubocop. | Noah Kantrowitz | 2018-06-05 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | Explicitly ignoring UnderscorePrefixedVariableName because we want __core_override__ to be an obviously unusual thing. Signed-off-by: Noah Kantrowitz <noah@coderanger.net> | ||||
| * | | | Fix up existing tests. | Noah Kantrowitz | 2018-06-05 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net> | ||||
| * | | | Test for using a provider class. | Noah Kantrowitz | 2018-06-05 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net> | ||||
| * | | | Some tests for locked mode. | Noah Kantrowitz | 2018-06-05 | 1 | -0/+60 |
| | | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net> | ||||
| * | | | Fix up the thing namer. | Noah Kantrowitz | 2018-06-05 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net> | ||||
| * | | | Add in version ranges too. | Noah Kantrowitz | 2018-06-05 | 1 | -3/+11 |
| | | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net> | ||||
| * | | | First pass on an implementation for https://github.com/chef/chef-rfc/pull/305 | Noah Kantrowitz | 2018-06-05 | 2 | -1/+48 |
| | | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net> | ||||
* | | | | Bump version to 14.3.3 by Chef Expeditorv14.3.3 | Chef Expeditor | 2018-06-11 | 5 | -11/+12 |
| | | | | |||||
* | | | | Merge pull request #7351 from josh-barker/bug/why-run-windows-package-local-file | Tim Smith | 2018-06-11 | 2 | -3/+11 |
|\ \ \ \ | | | | | | | | | | | Add whyrun message when installing a local file on Windows | ||||
| * | | | | Add whyrun message when installing a local from on windows | Josh Barker | 2018-06-09 | 2 | -3/+11 |
| | |_|/ | |/| | | | | | | | | | | Signed-off-by: Josh Barker <josh.barker.developer@gmail.com> | ||||
* | | | | Bump version to 14.3.2 by Chef Expeditorv14.3.2 | Chef Expeditor | 2018-06-11 | 5 | -12/+12 |
| | | | | |||||
* | | | | Merge pull request #7330 from chef/lcg/deprecate-shell-out-compact-timeout | Lamont Granquist | 2018-06-11 | 29 | -117/+124 |
|\ \ \ \ | | | | | | | | | | | Make shell_out_compact automatically pull timeouts off the resource + remove uses of shell_out_compact_timeout | ||||
| * | | | | add back comment | Lamont Granquist | 2018-06-05 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> |