summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 14.6.6 by Chef Expeditorv14.6.6Chef Expeditor2018-09-275-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7697 from chef/lcg/to-h-cleanupTim Smith2018-09-2736-146/+198
|\ | | | | replace some instances of to_hash with to_h
| * replace some instances of to_hash with to_hlcg/to-h-cleanupLamont Granquist2018-09-2636-146/+198
| | | | | | | | | | | | | | | | | | | | | | to_hash on a lot of these objects should go away, but even eliminating all our calls to to_hash on these objects internally is difficult. (e.g. converting the knife ui code to call #to_h means we wind up calling nil#to_h which "helpfully" becomes '{}' which is hilarious and i don't know why someone thought that was a good idea). Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 14.6.5 by Chef Expeditorv14.6.5Chef Expeditor2018-09-275-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7696 from ↵Tim Smith2018-09-271-2/+3
|\ \ | |/ |/| | | | | MsysTechnologiesllc/nimesh/MSYS-866_handling_spaces_in_package Minor optimization in yum_helper.py to avoid RPM DB corruption under certain scenarios
| * Minor improvement to raise the error for invalid strings within first checkNimesh2018-09-271-2/+3
|/ | | | | | | | - Instead of calling searchProvides and then raising error from string_to_prco_tuple - catch the names having any whitespaces within the first condition itself - valid: "foo <=> version"; Invalid: "foo bar baz" Signed-off-by: Nimesh <nimesh.patni@msystechnologies.com>
* Bump version to 14.6.4 by Chef Expeditorv14.6.4Chef Expeditor2018-09-265-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7692 from ↵Lamont Granquist2018-09-262-2/+2
|\ | | | | | | | | MsysTechnologiesllc/vasundhara/Fixes_introduced_version_for_newly_added_properties Fixed introduced version to 14.6 for newly added properties in zypper_package and windows_user resource as it got released in 14.6.
| * Fixed introduced version to 14.6 for newly added properties in ↵Vasu11052018-09-262-2/+2
|/ | | | | | zypper_package and windows_user resource as it got released in 14.6. Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
* Bump version to 14.6.3 by Chef Expeditorv14.6.3Chef Expeditor2018-09-265-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7691 from chef/lcg/rspec-3.8Lamont Granquist2018-09-255-36/+37
|\ | | | | Upgrade to rspec 3.8.x
| * Work around rspec 3.8.0 issuesLamont Granquist2018-09-255-36/+37
|/ | | | | | | | | | | | | | | | | Problem is described in detail here: https://github.com/rspec/rspec-expectations/issues/1068#issuecomment-424580564 Note that this is self-inflicted damage and our pattern of having #to_hash on objects be called by #to_json and to produce a serialized 'flavor' of the object breaks what ruby's semantics are supposed to be and those should all be `#to_h` methods, and we should deprecate `#to_hash` but I imagine that will be a reasonably large breaking change (Although hopefully most of the use by users will be Node#to_hash which is entirely correct usage since that thing is actually a kind of glorified Hash-like monster). Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.6.2 by Chef Expeditorv14.6.2Chef Expeditor2018-09-265-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7677 from ↵Tim Smith2018-09-254-7/+21
|\ | | | | | | | | MsysTechnologiesllc/vasundhara/MSYS-888_Add_full_name_property_to_user_resource_for_windows Adds full_name property to user resource for Windows.
| * Added introduced version for full_name property.vasu11052018-09-251-1/+2
| | | | | | | | Signed-off-by: vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * MSYS-888 Adds full_name property to user resource for Windows.vasu11052018-09-244-7/+20
| | | | | | | | Signed-off-by: vasu1105 <vasundhara.jagdale@msystechnologies.com>
* | Merge pull request #7666 from chef/delcareTim Smith2018-09-251-4/+4
|\ \ | | | | | | Remove declare_resource usage in ohai_hint
| * | Remove declare_resource usage in ohai_hintdelcareTim Smith2018-09-201-4/+4
| | | | | | | | | | | | | | | | | | These aren't necessary here and make it harder to read the resource. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 14.6.1 by Chef Expeditorv14.6.1Chef Expeditor2018-09-255-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7675 from chef/expeditor/chef-vault_3.4.2Tim Smith2018-09-251-3/+3
|\ \ \ | | | | | | | | Bump chef-vault to 3.4.2
| * | | Bump chef-vault to 3.4.2expeditor/chef-vault_3.4.2Chef Expeditor2018-09-221-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | This pull request was triggered automatically via Expeditor when chef-vault 3.4.2 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* | | | Bump version to 14.6.0 by Chef Expeditorv14.6.0Chef Expeditor2018-09-255-13/+21
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #7518 from ↵Tim Smith2018-09-2521-8/+322
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | MsysTechnologiesllc/dh/MSYS-870_zypper_global_options zypper_package: Add new global_options property
| * | | | added introduced fielddheerajd-msys2018-09-251-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | | | added intermediate instruction for crondheerajd-msys2018-09-252-2/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | | | add suse rspec testingdheerajd-msys2018-09-254-4/+22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | | | functional test addeddheerajd-msys2018-09-2516-1/+244
| | | | | | | | | | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>dheerajd-msys2018-09-253-8/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pick 3cf01debd fix for global options property pick af5cddaca added global_options property pick 7cc82d185 functional test added pick 3684cdb58 add suse rspec testing
| * | | | fix for global options propertydheerajd-msys2018-09-251-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* | | | | Merge pull request #7678 from chef/release_notesTim Smith2018-09-251-2/+11
|\ \ \ \ \ | | | | | | | | | | | | Add Chef 14.5.33 Release Notes
| * | | | | Add Chef 14.5.33 Release NotesTim Smith2018-09-241-2/+11
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Small regression release to get the windows_ad_join fix out. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Update CHANGELOG.md to reflect the promotion of 14.5.33Chef Expeditor2018-09-252-17/+14
|/ / / / | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Bump version to 14.5.33 by Chef Expeditorv14.5.33Chef Expeditor2018-09-225-11/+12
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #7676 from chef/omnibus_softwareTim Smith2018-09-221-13/+13
|\ \ \ \ | |/ / / |/| | | Update to the latest omnibus-software for builds
| * | | Update to the latest omnibus-software for buildsTim Smith2018-09-221-13/+13
|/ / / | | | | | | | | | | | | | | | This should properly generate the gems so we have something in artifactory to push when we promote to stable. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 14.5.32 by Chef Expeditorv14.5.32Chef Expeditor2018-09-215-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7673 from chef/fix_adLamont Granquist2018-09-211-1/+1
|\ \ \ | | | | | | | | Fix failures in windows_ad_join in 14.5.27
| * | | Fix failures in windows_ad_join in 14.5.27Tim Smith2018-09-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | I 1/2 renamed this property name. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Update RELEASE_NOTES.mdTim Smith2018-09-211-2/+16
| | | |
* | | | Bump version to 14.5.31 by Chef Expeditorv14.5.31Chef Expeditor2018-09-215-11/+12
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #7667 from chef/deprecateTim Smith2018-09-211-2/+6
|\ \ \ \ | | | | | | | | | | Deprecate ohai resource's ohai_name property
| * | | | Deprecate ohai resource's ohai_name propertydeprecateTim Smith2018-09-201-2/+6
| | |/ / | |/| | | | | | | | | | | | | | | | | | This isn't actually used anywhere in the resource and there's no point. It reload's plugins based on the plugin property. We should kill this thing off and reduce the complexity a tiny bit. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 14.5.30 by Chef Expeditorv14.5.30Chef Expeditor2018-09-215-11/+12
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #7649 from jjlimepoint/provisioning-maintainersStuart Preston2018-09-211-1/+2
|\ \ \ \ | | | | | | | | | | Add @jjlimepoint as a maintainer for chef-provisioning
| * | | | Add @jjlimepoint as a maintainer for chef-provisioningJaymz Julian2018-09-171-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jaymz Julian <jjulian@limepoint.com>
* | | | | Merge pull request #7668 from chef/yard++Stuart Preston2018-09-212-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | | Add a tiny bit more yard
| * | | | Add a tiny bit more yardTim Smith2018-09-202-2/+2
| | |/ / | |/| | | | | | | | | | | | | | | | | | Bump when we're going to kill this off so we can search for Chef-15 in the codebase. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 14.5.29 by Chef Expeditorv14.5.29Chef Expeditor2018-09-215-12/+13
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #7669 from dgreeninger/masterTim Smith2018-09-202-2/+2
|\ \ \ \ | |_|_|/ |/| | | windows_feature: Fix exception message grammar
| * | | Removing incorrect grammar, now that the exception message is aware of ↵Daniel Greeninger2018-09-202-2/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | package quantity. Signed-off-by: Daniel Greeninger <dgreeninger@onica.com> Developer's Certificate of Origin 1.1 By making a contribution to this project, I certify that: (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as Indicated in the file; or (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.