summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add documentation descriptions to multiple resourcesauto-generate-resource-docsTim Smith2020-04-274-36/+45
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Don't add the weight to the yaml anymoreTim Smith2020-04-271-9/+0
| | | | | | It turns out if you don't add this they're just alphabetical which is what we were trying to do anyways. Signed-off-by: Tim Smith <tsmith@chef.io>
* Chefstyle fixesTim Smith2020-04-271-31/+29
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add some missing default descriptionsTim Smith2020-04-273-4/+6
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Better handle the default valuesTim Smith2020-04-271-0/+10
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Print out strings not symbols and skip deprecated propertiesTim Smith2020-04-271-8/+13
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update the skip listTim Smith2020-04-271-1/+1
| | | | | | | scm is gone mac_user is new Signed-off-by: Tim Smith <tsmith@chef.io>
* Start the weight at 70 to match the docs siteTim Smith2020-04-271-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Make sure the description list is an arrayTim Smith2020-04-271-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Enable the multipackage flag for more package managersTim Smith2020-04-271-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Produce proper markdown in the example blockTim Smith2020-04-271-1/+0
| | | | | | The hugo code wraps this automatically Signed-off-by: Tim Smith <tsmith@chef.io>
* Add "nil" to types list.Pete Higgins2020-04-271-1/+1
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Add code to handle properties only set in docs on a few resources.Pete Higgins2020-04-271-5/+97
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Update more things.Pete Higgins2020-04-271-20/+61
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Start the conversinon of moving to YAML generation for docsTim Smith2020-04-271-242/+54
| | | | | | | The .rst files are no more on the site. We now parse a yml file in hugo. Signed-off-by: Tim Smith <tsmith@chef.io> Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Bump version to 16.0.251 by Chef Expeditorv16.0.251Chef Expeditor2020-04-277-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9749 from chef/mp/CHEF-9639Tim Smith2020-04-272-5/+5
|\ | | | | Update bcrypt_pbkdf to 1.1.0.rc1
| * Update bcrypt_pbkdf to 1.1.0.rc1Marc A. Paradise2020-04-272-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This provides working ed25519 ssh support for Windows under Rubies 2.4-2.7. I'm submitting this with the RC gem instead of waiting for final release because because we don't have a timeline from the maintainer when the RC will be finalized. Part of this is because no decision as been made as to whether to do a major version bump for the gem. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* | Bump version to 16.0.250 by Chef Expeditorv16.0.250Chef Expeditor2020-04-277-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9742 from chef/powershell_exec_bangTim Smith2020-04-273-1/+34
|\ \ | | | | | | Add powershell_exec! helper to make conversion from powershell_out! easier
| * | Fix typo in specpowershell_exec_bangTim Smith2020-04-261-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add error! specTim Smith2020-04-261-0/+10
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add .error! for powershell_execTim Smith2020-04-262-1/+24
| | | | | | | | | | | | | | | | | | This matches powershell_out and it's something we need to easily migrate resources to the new helper. 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