Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add comment about odd construction herelcg/deprecate-shell-out-compact-timeout | Lamont Granquist | 2018-06-18 | 1 | -0/+3 |
| | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | fix infinite recursion and add more tests | Lamont Granquist | 2018-06-18 | 2 | -109/+111 |
| | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | Unification of shell_out APIs | Lamont Granquist | 2018-06-15 | 82 | -699/+731 |
| | | | | | | | converts all usage to just shell_out() from the numerous helper utilities that we've had previously. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | Bump version to 14.3.16 by Chef Expeditorv14.3.16 | Chef Expeditor | 2018-06-14 | 5 | -11/+12 |
| | |||||
* | Merge pull request #7293 from ↵ | Bryan McLellan | 2018-06-14 | 2 | -5/+57 |
|\ | | | | | | | | | MsysTechnologiesllc/vasundhara/MSYS-822_fix_for_task_is_not_idempotent_when_task_name_includes_parent_folder windows_task: Fix for task is not idempotent when task name includes parent folder | ||||
| * | fix for task is not idempotent when task name includes parent folder | vasu1105 | 2018-06-14 | 2 | -5/+57 |
| | | | | | | | | Signed-off-by: vasu1105 <vasundhara.jagdale@msystechnologies.com> | ||||
* | | Bump version to 14.3.15 by Chef Expeditorv14.3.15 | Chef Expeditor | 2018-06-14 | 5 | -11/+12 |
| | | |||||
* | | Merge pull request #7288 from ↵ | Bryan McLellan | 2018-06-14 | 1 | -2/+2 |
|\ \ | |/ |/| | | | | | MsysTechnologiesllc/vasundhara/MSYS-816_fix_for_task_getting_created_when_wrong_user_password_provided windows_task: Don't allow bad username/password to be provided to a task which will fail later | ||||
| * | Fix for windows_task getting created when wrong username and password ↵ | vasu1105 | 2018-06-14 | 1 | -2/+2 |
|/ | | | | | | provided and throws error afterwards Signed-off-by: vasu1105 <vasundhara.jagdale@msystechnologies.com> | ||||
* | Bump version to 14.3.14 by Chef Expeditorv14.3.1413.9.113.9 | Chef Expeditor | 2018-06-13 | 5 | -11/+12 |
| | |||||
* | Merge pull request #7371 from chef/tasks | Tim Smith | 2018-06-13 | 3 | -10/+10 |
|\ | | | | | Pull in win32-taskscheduler 1.0.2 | ||||
| * | Pull in win32-taskscheduler 1.0.2 | Tim Smith | 2018-06-13 | 3 | -10/+10 |
| | | | | | | | | | | | | | | - Fixes tasks gets created when wrong username and password is provided and then it throws error for invalid username password. - Fixes windows_task not idempotent when task_name includes parent folder Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | | Bump version to 14.3.13 by Chef Expeditorv14.3.13 | Chef Expeditor | 2018-06-13 | 5 | -11/+12 |
| | | |||||
* | | Merge pull request #7369 from chef/sans_mwrock | Matt Wrock | 2018-06-13 | 2 | -2/+0 |
|\ \ | | | | | | | removing mwrock from client maintainers | ||||
| * | | removing mwrock from client maintainers | mwrock | 2018-06-13 | 2 | -2/+0 |
| | | | | | | | | | | | | Signed-off-by: mwrock <matt@mattwrock.com> | ||||
* | | | Bump version to 14.3.12 by Chef Expeditorv14.3.12 | Chef Expeditor | 2018-06-13 | 5 | -11/+12 |
| | | | |||||
* | | | Merge pull request #7358 from chef/descriptions | Tim Smith | 2018-06-13 | 7 | -129/+308 |
|\ \ \ | |_|/ |/| | | Add more property descriptions to resources | ||||
| * | | Minor fixes from PR review | Tim Smith | 2018-06-13 | 4 | -6/+6 |
| | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
| * | | Add more property descriptions to resources | Tim Smith | 2018-06-12 | 7 | -129/+308 |
| | | | | | | | | | | | | | | | | | | Slowly we'll get them all. Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | | | Bump version to 14.3.11 by Chef Expeditorv14.3.11 | Chef Expeditor | 2018-06-13 | 5 | -12/+13 |
| | | | |||||
* | | | Merge pull request #7370 from chef/windows_feature_source | Tim Smith | 2018-06-13 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | windows_feature_dism: Fix errors when specifying the source | ||||
| * | | windows_feature_dism: Fix errors when specifying the source | Tim Smith | 2018-06-13 | 1 | -1/+1 |
|/ / | | | | | | | | | | | | | Make sure we dupe the immutable array of the node attribute so we can concat the additional array values into it later on. Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | | Bump version to 14.3.10 by Chef Expeditorv14.3.10 | Chef Expeditor | 2018-06-13 | 5 | -11/+12 |
| | | |||||
* | | Merge pull request #7365 from chef/name_properties | Tim Smith | 2018-06-12 | 7 | -13/+13 |
|\ \ | | | | | | | package: Make sure to use the package_name name properties | ||||
| * | | 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.9 by Chef Expeditorv14.3.9 | Chef Expeditor | 2018-06-13 | 5 | -11/+12 |
| | | |||||
* | | Merge pull request #7364 from chef/missing_requires | Tim Smith | 2018-06-12 | 5 | -0/+23 |
|\ \ | | | | | | | Add missing chef/resource requires in resource | ||||
| * | | Add missing chef/resource requires in resource | Tim Smith | 2018-06-12 | 5 | -0/+23 |
|/ / | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | | Bump version to 14.3.8 by Chef Expeditorv14.3.8 | Chef Expeditor | 2018-06-12 | 5 | -12/+13 |
| | | |||||
* | | Merge pull request #7355 from chef/dep_bump | Tim Smith | 2018-06-12 | 3 | -27/+27 |
|\ \ | |/ |/| | Update to the latest inspec and liblzma | ||||
| * | Back out the libxslt bump | Tim Smith | 2018-06-12 | 2 | -2/+2 |
| | | | | | | | | | | | | Broke builds Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
| * | Update omnibus_override versions | Tim Smith | 2018-06-12 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
| * | Update to the latest inspec, liblzma, and libxslt | Tim Smith | 2018-06-12 | 2 | -26/+26 |
|/ | | | | | | Pull in the latest omnibus-software that bumps liblzma and libxslt with a large pile of bugfixes. 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 |
|/ / |