summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add descriptions to rake tasks.add-spellcheckPete Higgins2020-05-131-0/+2
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Fix chefstyle violations.Pete Higgins2020-05-132-2/+2
|
* Remove check for cspell from Rakefile.Pete Higgins2020-05-131-12/+8
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Fix a correction.Pete Higgins2020-05-131-1/+1
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Fix a typo.Pete Higgins2020-05-131-1/+1
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Add back reference to chef "zolo".Pete Higgins2020-05-133-2/+3
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Add spelling exceptions from some removed code changes.Pete Higgins2020-05-131-0/+8
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Add many more exceptions to the spellchecker config.Pete Higgins2020-05-131-0/+238
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* More files free of spelling violations.Pete Higgins2020-05-1313-30/+31
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* More things clear of spellcheck violations.Pete Higgins2020-05-1313-21/+21
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Get lib/ free of spelling violations.Pete Higgins2020-05-1379-112/+145
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Replace some cyrillic characters in English words.Pete Higgins2020-05-131-3/+3
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Remove spelling exception fixed in another PR.Pete Higgins2020-05-131-2/+0
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Fill in list of spelling exceptions.Pete Higgins2020-05-131-3/+1490
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Replace non-word "whitespaces" with "whitespace".Pete Higgins2020-05-133-4/+4
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Replace nonsense word with other silly words.Pete Higgins2020-05-132-5/+5
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Fix spellcheck tasks to use cspell globs rather than bash.Pete Higgins2020-05-131-2/+2
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Fix a typo.Pete Higgins2020-05-131-1/+1
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Add more exceptions and ignored files.Pete Higgins2020-05-131-1/+34
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Fix a typo.Pete Higgins2020-05-132-2/+2
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Add rake tasks for spellchecker.Pete Higgins2020-05-131-0/+16
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Add names from CHEF_MVPS.md to spelling exclusion list.Pete Higgins2020-05-131-0/+60
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Fix typos in RELEASE_NOTES.md.Pete Higgins2020-05-132-18/+351
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Fix some typos in CONTRIBUTING.md.Pete Higgins2020-05-131-2/+2
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Initial cspell config.Pete Higgins2020-05-131-0/+6
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Add skeleton cspell config.Pete Higgins2020-05-131-0/+18
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Bump version to 16.0.297 by Chef Expeditorv16.0.297Chef Expeditor2020-05-137-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9857 from chef/btm/win10-e2eBryan McLellan2020-05-139-61/+174
|\ | | | | private end to end windows 10 pipeline
| * add initial windows end to end test recipebtm/win10-e2eBryan McLellan2020-05-131-0/+65
| | | | | | | | Signed-off-by: Bryan McLellan <btm@loftninjas.org>
| * Add private Windows 10 Azure e2e test to ExpeditorBryan McLellan2020-05-134-1/+80
| | | | | | | | | | | | | | To have access to the vault for cloud credentials, we have to have a separate private pipeline. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
| * Deduplicate the bk windows scriptsBryan McLellan2020-05-134-60/+29
|/ | | | Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump version to 16.0.296 by Chef Expeditorv16.0.296Chef Expeditor2020-05-137-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9859 from chef/20.04Tim Smith2020-05-131-0/+35
|\ | | | | Add Ubuntu 20.04 testing to our pipeline
| * Add Ubuntu 20.04 testing to our pipelineTim Smith2020-05-131-0/+35
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.295 by Chef Expeditorv16.0.295Chef Expeditor2020-05-137-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9856 from chef/expand_pr_testingTim Smith2020-05-131-42/+42
|\ | | | | Test PRs against Ruby 2.7
| * Test PRs against Ruby 2.7Tim Smith2020-05-121-42/+42
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.294 by Chef Expeditorv16.0.294Chef Expeditor2020-05-137-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9837 from chef/csnapp/add_debian10_aarch64Tim Smith2020-05-131-0/+2
|\ \ | |/ |/| Add Debian 10 aarch64 support
| * Add Debian 10 aarch64 supportChristopher A. Snapp2020-05-131-0/+2
|/ | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* Bump version to 16.0.293 by Chef Expeditorv16.0.293Chef Expeditor2020-05-127-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9850 from chef/deprecation_warningsBryan McLellan2020-05-122-2/+2
|\ | | | | Avoid ruby deprecation warnings in cab_package and powershell_script
| * Avoid ruby deprecation warnings in cab_package and powershell_scriptdeprecation_warningsTim Smith2020-05-122-2/+2
| | | | | | | | | | | | Simple fix to avoid these with shell_out Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.292 by Chef Expeditorv16.0.292Chef Expeditor2020-05-127-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9842 from chef/im/update_resource_doc_examplesTim Smith2020-05-122-0/+71
|\ \ | |/ |/| Add examples to windows_security_policy
| * Add resource docs examples from PR to chef-web-docsim/update_resource_doc_examplesIanMadd2020-05-122-0/+71
| | | | | | | | Signed-off-by: IanMadd <imaddaus@chef.io>
* | Bump version to 16.0.291 by Chef Expeditorv16.0.291Chef Expeditor2020-05-127-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9845 from chef/csnapp/update_rubyinstaller_shaTim Smith2020-05-121-1/+1
|\ \ | |/ |/| Update rubyinstaller-devkit-2.6.6-1-x64.exe SHA
| * Update rubyinstaller-devkit-2.6.6-1-x64.exe SHAChristopher A. Snapp2020-05-121-1/+1
|/ | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* Bump version to 16.0.290 by Chef Expeditorv16.0.290Chef Expeditor2020-05-117-20/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.