summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Don't uses regexes in splits when we don't need tono_regex_in_splitTim Smith2020-11-083-3/+3
| | | | | | We can do this with strings alone Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.7.28 by Chef Expeditorv16.7.28Chef Expeditor2020-11-061-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10605 from chef/collapse_moreTim Smith2020-11-062-11/+2
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Collapse more duplicate branchesTim Smith2020-11-062-11/+2
| | | | | | | | | | | | Simplify more case statements Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.7.27 by Chef Expeditorv16.7.27Chef Expeditor2020-11-061-1/+1
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Collapse another oneTim Smith2020-11-061-3/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Collapse several duplicate branches downTim Smith2020-11-067-35/+10
| | | | | | Write more compact case statements to prevent duplicate branches. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.7.26 by Chef Expeditorv16.7.26Chef Expeditor2020-11-051-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10601 from chef/compactTim Smith2020-11-052-3/+3
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use .compact instead of .select/.reject to remove nilscompactTim Smith2020-11-042-3/+3
| | | | | | | | | | | | | | This is 3-5x faster from the benchmarks I've run locally. There's a cop coming in the next release of RuboCop to enforce this going forward. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.7.25 by Chef Expeditorv16.7.25Chef Expeditor2020-11-051-1/+1
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 16.7.24 by Chef Expeditorv16.7.24Chef Expeditor2020-11-041-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10597 from chef/trTim Smith2020-11-031-1/+1
|\ | | | | Use tr where we don't need gsub and a regex
| * Use tr where we don't need gsub and a regextrTim Smith2020-11-031-1/+1
| | | | | | | | | | | | A regex isn't necessary to replace this string. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.7.23 by Chef Expeditorv16.7.23Chef Expeditor2020-11-031-1/+1
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10596 from chef/docsTim Smith2020-11-0310-17/+135
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * A bit more formattingTim Smith2020-11-032-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Resolve spellcheck warningsTim Smith2020-11-031-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update lib/chef/resource/csh.rb Tim Smith2020-11-031-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * Update lib/chef/resource/ksh.rb Tim Smith2020-11-031-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * Update lib/chef/resource/perl.rb Tim Smith2020-11-031-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * Improve auto generated resource docsTim Smith2020-11-029-12/+130
| | | | | | | | | | | | More minor updates to improve our docs generation Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.7.22 by Chef Expeditorv16.7.22Chef Expeditor2020-11-031-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10595 from chef/namespace-resource_inspectorTim Smith2020-11-021-75/+77
|\ \ | |/ |/| Signed-off-by: Tim Smith <tsmith@chef.io>
| * Namespace ResourceInspector to avoid conflicts with Inspec's.Pete Higgins2020-11-021-75/+77
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | Bump version to 16.7.21 by Chef Expeditorv16.7.21Chef Expeditor2020-11-031-1/+1
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 16.7.20 by Chef Expeditorv16.7.20Chef Expeditor2020-11-021-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Fix bad constant reference in homebrew_update resource.Pete Higgins2020-11-021-1/+4
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Bump version to 16.7.19 by Chef Expeditorv16.7.19Chef Expeditor2020-10-311-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 16.7.18 by Chef Expeditorv16.7.18Chef Expeditor2020-10-301-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10545 from chef/out_to_execMatt Wrock2020-10-3012-94/+97
|\ | | | | Improve Windows resource performance by converting powershell_out usage to powershell_exec
| * fix habitat adembly resolution failuresmwrock2020-10-301-1/+9
| | | | | | | | Signed-off-by: mwrock <matt@mattwrock.com>
| * convert most internal powershell_out to powershell_execmwrock2020-10-2812-93/+88
| | | | | | | | Signed-off-by: mwrock <matt@mattwrock.com>
* | Bump version to 16.7.17 by Chef Expeditorv16.7.17Chef Expeditor2020-10-301-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10584 from chef/simplify_regexTim Smith2020-10-309-13/+13
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Simplify regexes by removing extra character classesTim Smith2020-10-309-13/+13
| | | | | | | | | | | | | | | | | | We're working too hard here. No need for these. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.7.16 by Chef Expeditorv16.7.16Chef Expeditor2020-10-301-1/+1
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Avoid a splat operator where we don't need oneTim Smith2020-10-301-11/+1
|/ / | | | | | | | | | | Just pass in the symbols Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.7.15 by Chef Expeditorv16.7.15Chef Expeditor2020-10-291-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10574 from TimothyTitan/patch-1Tim Smith2020-10-291-0/+2
|\ \ | | | | | | Fix download errors during knife bootstrap on windows due to lack of TLS 1.2 support
| * | Fix chefstyle in unrelated changeTimothy Johnson2020-10-291-1/+0
| | | | | | | | | | | | Obvious fix
| * | Update windows_bootstrap_context.rbTim Titan2020-10-291-0/+2
| |/ | | | | | | | | Adding tls1.2 support for powershell. From - https://github.com/chef/chef/issues/8713
* | Bump version to 16.7.14 by Chef Expeditorv16.7.14Chef Expeditor2020-10-291-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10572 from chef/solaris_packageTim Smith2020-10-292-2/+0
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remove the provides :package for solaris_packageTim Smith2020-10-292-2/+0
| | | | | | | | | | | | | | | | | | | | | This only worked on Solaris 5.10, which we don't support anymore. Just nuke the line entirely Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.7.13 by Chef Expeditorv16.7.13Chef Expeditor2020-10-291-1/+1
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 16.7.12 by Chef Expeditorv16.7.12Chef Expeditor2020-10-291-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10577 from chef/secret_fileTim Smith2020-10-292-6/+7
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | fix secret options in windows bootstrapmwrock2020-10-292-6/+7
| |/ | | | | | | Signed-off-by: mwrock <matt@mattwrock.com>
* | Bump version to 16.7.11 by Chef Expeditorv16.7.11Chef Expeditor2020-10-291-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.