summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* this branch is trashed, delete itjfm/win_hostnameJohn McCrae2021-05-153-18/+52
| | | | Signed-off-by: John McCrae <jmccrae@chf.io>
* merge conflict recoveredJohn McCrae2021-05-110-0/+0
|\ | | | | | | Signed-off-by: John McCrae <jmccrae@chef.io>
| * Merge branch 'master' into jfm/win_hostnameJohn McCrae2021-05-1140-98/+146
| |\
| * | corrected the code to use the Ruby method for error handling which is cleanerJohn McCrae2021-05-111-18/+20
| | | | | | | | | | | | Signed-off-by: John McCrae <jmccrae@chef.io>
| * | I updated the hostname resource to use Rename-Computer over WMI. I removed a ↵John McCrae2021-05-111-7/+19
| | | | | | | | | | | | | | | | | | test-kitchen test which fails when the test nodes are domain joined. I added a functional test to replace it. Signed-off-by: John McCrae <jmccrae@chef.io>
| * | I updated the hostname resource to use Rename-Computer over WMI. I removed a ↵John McCrae2021-05-101-6/+0
| | | | | | | | | | | | | | | | | | test-kitchen test which fails when the test nodes are domain joined. I added a functional test to replace it. Signed-off-by: John McCrae <jmccrae@chef.io>
| * | updated the hostname resource to use Rename-Computer over WMI. ThereJohn McCrae2021-05-103-14/+76
| | | | | | | | | | | | Signed-off-by: John McCrae <jmccrae@chef.io>
| * | updated the hostname resource to use Rename-Computer over WMI. There is ↵John McCrae2021-05-101-5/+5
| | | | | | | | | | | | | | | | | | additional commentary and code in the block to get past a test problem. Signed-off-by: John McCrae <jmccrae@chef.io>
| * | updated the hostname resource to use Rename-Computer over WMI. There is ↵John McCrae2021-05-101-1/+2
| | | | | | | | | | | | | | | | | | additional commentary and code in the block to get past a test problem. Signed-off-by: John McCrae <jmccrae@chef.io>
| * | adding filler details in the event domain user and domain password are ↵John McCrae2021-05-102-2/+11
| | | | | | | | | | | | | | | | | | blank. This is being done solely to get past the test framework which is busted Signed-off-by: John McCrae <jmccrae@chef.io>
| * | changed the mechanism for verifying domain joined vs workgroup joinedJohn McCrae2021-05-101-1/+3
| | | | | | | | | | | | Signed-off-by: John McCrae <jmccrae@chef.io>
| * | Merge branch 'jfm/win_hostname' of github.com:chef/chef into jfm/win_hostnameJohn McCrae2021-05-100-0/+0
| |\ \
| | * | testing a changeJohn McCrae2021-05-072-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: John McCrae <jmccrae@chef.io>
| | * | final correction in the cspell fileJohn McCrae2021-05-071-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: John McCrae <jmccrae@chef.io>
| * | | testing logging to find the problem with the hostname resourceJohn McCrae2021-05-101-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: John McCrae <jmccrae@chef.io>
| * | | testing a changeJohn McCrae2021-05-092-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: John McCrae <jmccrae@chef.io>
* | | | Corrected errors from refactoring in the hostname file and corrected a ↵John McCrae2021-05-112-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | spelling error in the release notes Signed-off-by: John McCrae <jmccrae@chef.io>
* | | | losing the will to live here with this updateJohn McCrae2021-05-111-2/+1
| | | | | | | | | | | | | | | | Signed-off-by: John McCrae <jmccrae@chef.io>
* | | | corrected the code to use the Ruby method for error handling which is cleanerJohn McCrae2021-05-111-1/+5
| | | | | | | | | | | | | | | | Signed-off-by: John McCrae <jmccrae@chef.io>
* | | | I updated the hostname resource to use Rename-Computer over WMI. I removed a ↵John McCrae2021-05-111-7/+19
| | | | | | | | | | | | | | | | | | | | | | | | test-kitchen test which fails when the test nodes are domain joined. I added a functional test to replace it. Signed-off-by: John McCrae <jmccrae@chef.io>
* | | | I updated the hostname resource to use Rename-Computer over WMI. I removed a ↵John McCrae2021-05-111-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | test-kitchen test which fails when the test nodes are domain joined. I added a functional test to replace it. Signed-off-by: John McCrae <jmccrae@chef.io>
* | | | updated the hostname resource to use Rename-Computer over WMI. ThereJohn McCrae2021-05-112-4/+69
| | | | | | | | | | | | | | | | Signed-off-by: John McCrae <jmccrae@chef.io>
* | | | updated the hostname resource to use Rename-Computer over WMI. There is ↵John McCrae2021-05-111-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | additional commentary and code in the block to get past a test problem. Signed-off-by: John McCrae <jmccrae@chef.io>
* | | | updated the hostname resource to use Rename-Computer over WMI. Added a ↵John McCrae2021-05-111-19/+0
| | | | | | | | | | | | | | | | | | | | | | | | functional test to replace the kitchen test that was causing conflicts Signed-off-by: John McCrae <jmccrae@chef.io>
* | | | adding filler details in the event domain user and domain password are ↵John McCrae2021-05-112-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | blank. This is being done solely to get past the test framework which is busted Signed-off-by: John McCrae <jmccrae@chef.io>
* | | | changed the mechanism for verifying domain joined vs workgroup joinedJohn McCrae2021-05-111-6/+19
| | | | | | | | | | | | | | | | Signed-off-by: John McCrae <jmccrae@chef.io>
* | | | testing logging to find the problem with the hostname resourceJohn McCrae2021-05-111-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: John McCrae <jmccrae@chef.io>
* | | | testing a changeJohn McCrae2021-05-112-1/+2
| |_|/ |/| | | | | | | | Signed-off-by: John McCrae <jmccrae@chef.io>
* | | Bump version to 17.1.35 by Chef Expeditorv17.1.35Chef Expeditor2021-05-118-20/+21
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Revert windows hostname changes for now (#11564)Tim Smith2021-05-112-35/+6
| | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Add Chef Infra Client 17.1 release notes (#11510)Tim Smith2021-05-111-5/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Chef Infra Client 17.1 release notes Signed-off-by: Tim Smith <tsmith@chef.io> * Update RELEASE_NOTES.md Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com> * Update RELEASE_NOTES.md Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com> * Update RELEASE_NOTES.md Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com> * Update RELEASE_NOTES.md Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com> * Update RELEASE_NOTES.md Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com> * Update RELEASE_NOTES.md Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com> * Update RELEASE_NOTES.md Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
* | | Bump version to 17.1.34 by Chef Expeditorv17.1.34Chef Expeditor2021-05-118-20/+21
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #11561 from chef/strip_pathTim Smith2021-05-111-1/+1
|\ \ \ | | | | | | | | Strip the __env_path variable in the which helper
| * | | Strip the __env_path variable in the which helperTim Smith2021-05-101-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` [24] pry(#<Ohai::NamedPlugin::Virtualization>)> __env_path => "/bin:/sbin:/usr/bin:/usr/sbin\n" ``` This results in a busted /usr/sbin ``` [27] pry(#<Ohai::NamedPlugin::Virtualization>)> __env_path.split(File::PATH_SEPARATOR) + Array(extra_path) => ["/bin", "/sbin", "/usr/bin", "/usr/sbin\n", "/usr/local/sbin", "/usr/local/bin", "/usr/sbin", "/usr/bin", "/sbin", "/bin"] ``` Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 17.1.33 by Chef Expeditorv17.1.33Chef Expeditor2021-05-108-20/+21
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #11557 from chef/revert_mountTim Smith2021-05-104-27/+1
|\ \ \ | | | | | | | | Revert "Kept a check in pattern matching for a mount of type loop"
| * | | Revert "Kept a check in pattern matching for a mount of type loop"Tim Smith2021-05-104-27/+1
|/ / / | | | | | | | | | This reverts commit 1d0ad75f33e74f1b9248f19c6f940deeaa3f5af7.
* | | Bump version to 17.1.32 by Chef Expeditorv17.1.32Chef Expeditor2021-05-108-20/+21
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #11376 from ↵Tim Smith2021-05-104-1/+27
|\ \ \ | | | | | | | | | | | | | | | | MsysTechnologiesllc/smriti/10918_mount_resource_not_idempotent mount: Fix idempotentency for loopback mounts
| * | | Kept a check in pattern matching for a mount of type loopsmriti2021-04-224-1/+27
| | | | | | | | | | | | | | | | Signed-off-by: smriti <sgarg@msystechnologies.com>
* | | | Bump version to 17.1.31 by Chef Expeditorv17.1.31Chef Expeditor2021-05-108-21/+21
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #11527 from ↵Tim Smith2021-05-1029-45/+45
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | chef/expeditor/chef/chefstyle_9e9864d3839e1a78703e6662b0dbe7a04af05fd1 Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Resolve chefstyle warningsTim Smith2021-05-0728-40/+40
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Bump chef/chefstyle to 9e9864d3839e1a78703e6662b0dbe7a04af05fd1Chef Expeditor2021-05-071-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | This pull request was triggered automatically via Expeditor when 9e9864d3839e1a78703e6662b0dbe7a04af05fd1 was merged. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* | | | Bump version to 17.1.30 by Chef Expeditorv17.1.30Chef Expeditor2021-05-088-19/+21
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Creating the `inspec_waiver_file_entry` resource for managing and formatting ↵Davin Taddeo2021-05-086-0/+272
| | | | | | | | | | | | | | | | | | | | a waiver file (#10098) Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Update CHANGELOG.md with details from pull request #11550Chef Expeditor2021-05-081-3/+4
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #11550 from ↵Tim Smith2021-05-081-5/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | deivid-rodriguez/remove_no_longer_relevant_comment Remove comment no longer relevant
| * | | | Remove comment no longer relevantDavid Rodríguez2021-05-081-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since https://github.com/rubygems/rubygems/commit/58f74018dfef25704a42f38467094c4c1391e54f, the previous behaviour of gemspec was restored, so the comment is no longer relevant on recent bundler versions. This should fall into the "obvious fix" rule I think!
* | | | | Bump version to 17.1.29 by Chef Expeditorv17.1.29Chef Expeditor2021-05-088-20/+21
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.