summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Skip the locale test on 32bit windows for nowremove_32bit_testingTim Smith2020-04-271-1/+2
| | | | | | We'll need to reverse this when we get the DLL working on 32bit windows. Signed-off-by: Tim Smith <tsmith@chef.io>
* Note where the DLL source livesTim Smith2020-04-271-0/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.249 by Chef Expeditorv16.0.249Chef Expeditor2020-04-277-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9743 from chef/expeditor/inspec-core-bin_4.18.108Tim Smith2020-04-271-11/+11
|\ | | | | Bump inspec-core-bin to 4.18.108
| * Bump inspec-core-bin to 4.18.108expeditor/inspec-core-bin_4.18.108Chef Expeditor2020-04-271-11/+11
| | | | | | | | | | | | This pull request was triggered automatically via Expeditor when inspec-core-bin 4.18.108 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 16.0.248 by Chef Expeditorv16.0.248Chef Expeditor2020-04-277-20/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9741 from chef/shareBryan McLellan2020-04-271-6/+2
|\ \ | |/ |/| Remove the Windows version check in windows_share
| * Remove the Windows version check in windows_shareshareTim Smith2020-04-261-6/+2
|/ | | | | | | | This was keeping this resource from working on Windows 8 / Windows 2012 which are 6.2. This works on all the versions of Windows we support so there's no need to check this anymore. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.247 by Chef Expeditorv16.0.247Chef Expeditor2020-04-257-18/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9736 from chef/test_localeTim Smith2020-04-252-6/+21
|\ | | | | Test and better document the locale resource
| * Test and better document the locale resourcetest_localeTim Smith2020-04-252-6/+21
| | | | | | | | | | | | Expand the docs a bit for the docs site. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md with details from pull request #9737Chef Expeditor2020-04-251-4/+4
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9737 from chef/ruby27_testingTim Smith2020-04-252-4/+3
|\ \ | |/ |/| Run Test Kitchen tests on Ruby 2.7
| * Run Test Kitchen tests on Ruby 2.7ruby27_testingTim Smith2020-04-252-4/+3
|/ | | | | | Let's see all the warnings Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.246 by Chef Expeditorv16.0.246Chef Expeditor2020-04-257-18/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Update CHANGELOG.md with details from pull request #9733Chef Expeditor2020-04-251-3/+4
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9734 from chef/update_depsTim Smith2020-04-252-5/+5
|\ | | | | Update Ohai to 16.0.20
| * Update Ohai to 16.0.20Tim Smith2020-04-252-5/+5
| | | | | | | | | | | | This fixes constant warnings when reloading Ohai plugins Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #9733 from chef/deprecations_in_kitchenTim Smith2020-04-251-0/+3
|\ \ | |/ |/| Use our fork of docker-api in the kitchen tests
| * Use our fork of docker-api in the kitchen testsTim Smith2020-04-251-0/+3
|/ | | | | | This avoids a giant pile of deprecation warnings Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.245 by Chef Expeditorv16.0.245Chef Expeditor2020-04-257-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9648 from ↵Tim Smith2020-04-253-51/+52
|\ | | | | | | | | chef/Kapil/GitHub-9450_Update_the_locale_resource_to_support_Windows locale: Support setting locale on Windows
| * Update the locale resource to support WindowsKapil/GitHub-9450_Update_the_locale_resource_to_support_WindowsKapil Chouhan2020-04-223-51/+52
| | | | | | | | Signed-off-by: Kapil Chouhan <kapil.chouhan@msystechnologies.com>
* | Bump version to 16.0.244 by Chef Expeditorv16.0.244Chef Expeditor2020-04-257-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9731 from chef/deprecationsTim Smith2020-04-251-1/+1
|\ \ | | | | | | Resolve deprecations in chef-utils specs
| * | Resolve deprecations in chef-utils specsTim Smith2020-04-251-1/+1
| | | | | | | | | | | | | | | | | | Use the latest fauxhai data to avoid a giant pile of spec warnings Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.0.243 by Chef Expeditorv16.0.243Chef Expeditor2020-04-257-19/+20
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9730 from chef/msuTim Smith2020-04-251-1/+6
|\ \ | | | | | | Allow Arrays in msu_package version again
| * | Allow Arrays in msu_package version againTim Smith2020-04-251-1/+6
|/ / | | | | | | | | | | This is a bug, but we're going to need to live with it for now. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.242 by Chef Expeditorv16.0.242Chef Expeditor2020-04-257-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9729 from chef/simpler_windows_timeoutTim Smith2020-04-245-11/+23
|\ \ | | | | | | Set timeouts in service and windows_service correctly
| * | Add specs for the timeout defaultssimpler_windows_timeoutTim Smith2020-04-242-0/+13
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add back shell_out with the actual 900s defaultTim Smith2020-04-241-0/+5
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remove the pointless helper methodTim Smith2020-04-241-6/+2
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Move the windows only timeout property from service to windows_serviceTim Smith2020-04-243-8/+6
|/ / | | | | | | | | | | Also give it a real default. This improves our automatic documentation generation. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.241 by Chef Expeditorv16.0.241Chef Expeditor2020-04-247-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9728 from TheLunaticScripter/tls/fix_habTim Smith2020-04-241-9/+6
|\ \ | | | | | | Fix linux plan to use ruby 2.7
| * | Fix linux plan to use ruby 2.7John Snow2020-04-241-9/+6
|/ / | | | | | | Signed-off-by: John Snow <thelunaticscripter@outlook.com>
* | Bump version to 16.0.240 by Chef Expeditorv16.0.240Chef Expeditor2020-04-247-20/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9726 from chef/lcg/chef-16-gitTim Smith2020-04-2316-301/+499
|\ \ | | | | | | Refactor scm, git and subversion resources & fix longstanding git issues
| * | remove upstream test of deploy branchLamont Granquist2020-04-231-6/+1
| | | | | | | | | | | | | | | | | | | | | git isn't back consistent results for this API, i'm not sure what the correct stable API is to get this info from git. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | update descriptionslcg/chef-16-gitLamont Granquist2020-04-233-5/+7
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | Chef-16 git provider fixesLamont Granquist2020-04-2316-299/+500
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The git provider now no longer checks out to a "deploy" branch by default and now checks out to the branch (with a remote upstream) or else checks out to a detatched head. The prior behavior can be restored by using "checkout branch 'deploy'". This also removes the SCM resource base class and replaces it with a resource partial and does some internal reorganization. It also introduces the RecipeDSLHelper for better functional tests and cleans up the functional tests of the git provider. Properties that were only ever implemented on the git provider were removed from the subversion provider where they had been inherited from the base class incorrectly. Some additional env var handling was added to the subversion handler in the process of sorting out the common properties, including HOME handling for alternative users. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 16.0.239 by Chef Expeditorv16.0.239Chef Expeditor2020-04-237-18/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9725 from chef/docs_improvementsTim Smith2020-04-234-4/+8
|\ \ | | | | | | Minor improvements to the resource descriptions
| * | More docs improvementsTim Smith2020-04-231-1/+3
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Minor improvements to the resource descriptionsTim Smith2020-04-234-3/+5
|/ / | | | | | | | | | | Update things so we spit out better docs. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md with details from pull request #9672Chef Expeditor2020-04-231-3/+4
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9672 from chef/full_cachingTim Smith2020-04-231-32/+2
|\ \ | | | | | | Enable caching of all our buildkite jobs again
| * | Enable caching of all our buildkite jobs againfull_cachingTim Smith2020-04-161-32/+2
| | | | | | | | | | | | | | | | | | The previous failures should be resolved with the update to Expeditor Signed-off-by: Tim Smith <tsmith@chef.io>