summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Warn during bootstrapping when using validation keyswarn_on_validator_bootstrapTim Smith2020-06-092-7/+4
| | | | | | | | | | | | | We should highly encourage users to move to validatorless bootstrapping 1) It's more secure 2) It requires less admin work since there no validation key to pass around or rotate This also provides an improved message helping the user to move off the old keys and fixes some bad formatting where the 2nd line was indented about 40 columns. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.2.23 by Chef Expeditorv16.2.23Chef Expeditor2020-06-097-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9971 from chef/csnapp/add_win8Tim Smith2020-06-091-0/+1
|\ | | | | Add Windows 8 Tester
| * Add Windows 8 Testercsnapp/add_win8Christopher A. Snapp2020-06-091-0/+1
|/ | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* Bump version to 16.2.22 by Chef Expeditorv16.2.22Chef Expeditor2020-06-087-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 16.2.21 by Chef Expeditorv16.2.21Chef Expeditor2020-06-087-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 16.2.20 by Chef Expeditorv16.2.20Chef Expeditor2020-06-087-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9952 from ↵Tim Smith2020-06-082-3/+3
|\ | | | | | | | | chef/Snehal/Github-#333_knife_vault_on_windows_10_fails knife vault on windows 10 fails due to ERROR: Chef::Exceptions::InvalidDataBagPath
| * Updated exception messageSnehal/Github-#333_knife_vault_on_windows_10_failssnehaldwivedi2020-06-052-3/+3
| | | | | | | | Signed-off-by: snehaldwivedi <sdwivedi@msystechnologies.com>
| * Updated exception message Chef::Exceptions::InvalidDataBagPathsnehaldwivedi2020-06-042-3/+3
| | | | | | | | Signed-off-by: snehaldwivedi <sdwivedi@msystechnologies.com>
* | Merge pull request #9960 from chef/resource_docsTim Smith2020-06-084-1/+67
|\ \ | | | | | | Add more resource docs + improve yaml generation
| * | Add more resource docs + improve yaml generationresource_docsTim Smith2020-06-054-1/+67
| | | | | | | | | | | | | | | | | | Skip defaults that are empty strings. There's a few of these floating around. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #9961 from chef/fix-wrong-unit-testTim Smith2020-06-082-10/+2
|\ \ \ | | | | | | | | Fix wrong unit test exposed by cleaning up rspec deprecations.
| * | | Fix chefstyle violations.fix-wrong-unit-testPete Higgins2020-06-052-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | | Fix wrong unit test exposed by cleaning up rspec deprecations.Pete Higgins2020-06-051-9/+1
|/ / / | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | | Bump version to 16.2.19 by Chef Expeditorv16.2.19Chef Expeditor2020-06-057-19/+20
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9959 from chef/bumpsTim Smith2020-06-052-10/+12
|\ \ | | | | | | Update train-core to the latest
| * | Update train-core to the latestTim Smith2020-06-052-10/+12
|/ / | | | | | | | | | | | | This allows for the newer net-scp which is a major bump only in that it allows the newer net-ssh. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.2.18 by Chef Expeditorv16.2.18Chef Expeditor2020-06-057-21/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9920 from chef-davin/masterTim Smith2020-06-052-6/+28
|\ \ | | | | | | Update to the chef_client_scheduled_task resource frequency_modify default functionality
| * | Modify my fixes for the windows unit tests so that I don't break all the ↵Davin Taddeo2020-06-031-4/+4
| | | | | | | | | | | | | | | | | | Linux unit tests... Signed-off-by: Davin Taddeo <davin@chef.io>
| * | unit test updates for chef_client_scheduled taskDavin Taddeo2020-06-031-5/+15
| | | | | | | | | | | | Signed-off-by: Davin Taddeo <davin@chef.io>
| * | put the logic into the default parameter of the property definition, rather ↵Davin Taddeo2020-06-031-10/+3
| | | | | | | | | | | | | | | | | | than in the code for the action. Signed-off-by: Davin Taddeo <davin@chef.io>
| * | Merge branch 'master' of github.com:chef/chefDavin Taddeo2020-06-0319-133/+386
| |\ \
| * | | minor fixes for linting and comparator mistakeDavin Taddeo2020-05-291-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Davin Taddeo <davin@chef.io>
| * | | Merge branch 'master' of github.com:chef/chefDavin Taddeo2020-05-2936-130/+934
| |\ \ \
| * | | | Update to the chef_client_scheduled_task resource so that it defaults to 1 ↵Davin Taddeo2020-05-271-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for frequencies that are not "minute" Signed-off-by: Davin Taddeo <davin@chef.io>
* | | | | Bump version to 16.2.17 by Chef Expeditorv16.2.17Chef Expeditor2020-06-057-18/+20
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #9932 from chef/script-resources-use-pipesTim Smith2020-06-058-292/+265
|\ \ \ \ \ | | | | | | | | | | | | Change script resources to use pipes rather than writing to temp files
| * | | | | Fix chefstyle.script-resources-use-pipesPete Higgins2020-06-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | | | | Adapt old tests from Script provider to Batch provider.Pete Higgins2020-06-031-0/+130
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | | | | Remove unix code from WindowsScript.Pete Higgins2020-06-031-13/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | | | | Move test of resource behavior to resource test.Pete Higgins2020-06-032-32/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | | | | Fix script provider tests.Pete Higgins2020-06-031-110/+20
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | | | | Restrict temp file to when it is used.Pete Higgins2020-06-033-21/+20
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | | | | Move code using temp file from Script to WindowsScript.Pete Higgins2020-06-032-62/+71
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | | | | Remove unnecessary cruft in test.Pete Higgins2020-06-031-25/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | | | | Fix test stub.Pete Higgins2020-06-031-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | | | | Remove and unnecesary method.Pete Higgins2020-06-031-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | | | | Move some code out of the action block to its own method.Pete Higgins2020-06-031-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | | | | Cleanup some shared code in WindowsScript and children.Pete Higgins2020-06-033-20/+16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | | | | Remove a temp variable.Pete Higgins2020-06-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | | | | Untangle some inheritance code around script code.Pete Higgins2020-06-032-17/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | | | | Untangle some inheritance code around script extension.Pete Higgins2020-06-033-12/+14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | | | | Remove no-op method.Pete Higgins2020-06-031-4/+0
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | | | | Update CHANGELOG.md with details from pull request #9937Chef Expeditor2020-06-051-0/+2
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #9937 from chef/fix-rspec-warningTim Smith2020-06-0510-43/+43
|\ \ \ \ \ | | | | | | | | | | | | Fix rspec warning about `not_to raise_error` with a specific exception.
| * | | | | Fix rspec warning about `not_to raise_error` with a specific exception.fix-rspec-warningPete Higgins2020-05-2910-43/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WARNING: Using `expect { }.not_to raise_error(SpecificErrorClass)` risks false positives, since literally any other error would cause the expectation to pass, including those raised by Ruby (e.g. NoMethodError, NameError and ArgumentError), meaning the code you are intending to test may not even get reached. Instead consider using `expect { }.not_to raise_error` or `expect { }.to raise_error(DifferentSpecificErrorClass)`. This message can be suppressed by setting: `RSpec::Expectations.configuration.on_potential_false_positives = :nothing`. Called from /Users/pete/work/chef/spec/unit/resource_spec.rb:381:in `block (4 levels) in <top (required)>'. Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | | | | | Update CHANGELOG.md with details from pull request #9958Chef Expeditor2020-06-051-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | | Merge pull request #9958 from bennyvasquez/small-updates-for-readmeTim Smith2020-06-051-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | update learn chef name, discourse name, and copyright year