summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use ||= where we canor_equalTim Smith2020-11-082-4/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.7.28 by Chef Expeditorv16.7.28Chef Expeditor2020-11-067-20/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10605 from chef/collapse_moreTim Smith2020-11-063-14/+3
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Collapse more duplicate branchesTim Smith2020-11-063-14/+3
| | | | | | | | | | | | 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-067-18/+20
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10604 from chef/collapseTim Smith2020-11-067-38/+11
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * 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>
* | Update CHANGELOG.md with details from pull request #10603Chef Expeditor2020-11-051-3/+4
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10603 from chef/bump_rubocopTim Smith2020-11-052-6/+6
|\ \ | |/ | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update to the new chefstyleTim Smith2020-11-052-6/+6
|/ | | | | | Rename the one place we reference a cop name Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.7.26 by Chef Expeditorv16.7.26Chef Expeditor2020-11-057-19/+20
| | | | 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-057-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10602 from chef/bumpsTim Smith2020-11-053-11/+7
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remove duplicate Gemfile gems + update ohai to 16.7.13Tim Smith2020-11-043-11/+7
| |/ | | | | | | | | | | Remove gemfile gems that are also in the gemspec. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Fix release note header levelsTim Smith2020-11-041-3/+3
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.7.24 by Chef Expeditorv16.7.24Chef Expeditor2020-11-047-19/+20
| | | | 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-037-19/+20
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10596 from chef/docsTim Smith2020-11-0311-20/+139
|\ | | | | 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-032-4/+5
| | | | | | | | 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-037-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10595 from chef/namespace-resource_inspectorTim Smith2020-11-024-80/+82
|\ \ | |/ |/| Signed-off-by: Tim Smith <tsmith@chef.io>
| * Namespace ResourceInspector to avoid conflicts with Inspec's.Pete Higgins2020-11-024-80/+82
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | Bump version to 16.7.21 by Chef Expeditorv16.7.21Chef Expeditor2020-11-037-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10590 from chef/frozenTim Smith2020-11-0237-25/+62
|\ \ | |/ |/| Signed-off-by: Tim Smith <tsmith@chef.io>
| * Merge branch 'master' into frozenTim Smith2020-11-029-20/+34
| |\ | |/ |/|
* | Bump version to 16.7.20 by Chef Expeditorv16.7.20Chef Expeditor2020-11-027-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10586 from chef/fix-homebrew_updateLamont Granquist2020-11-022-1/+14
|\ \
| * | Fix bad constant reference in homebrew_update resource.Pete Higgins2020-11-021-1/+4
| | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | Add homebrew to macos kitchen tests.Pete Higgins2020-11-021-0/+10
|/ / | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Remove the freezes in code nowfrozenTim Smith2020-11-022-25/+25
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Freeze strings in chef-utilsTim Smith2020-11-0237-0/+37
|/ | | | | | This saves us memory and gets us ready for a world where this becomes the default. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.7.19 by Chef Expeditorv16.7.19Chef Expeditor2020-10-317-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10587 from chef/bump_ohaiTim Smith2020-10-301-13/+13
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update ohai to 16.7.9 and rspec to 3.10Tim Smith2020-10-301-13/+13
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.7.18 by Chef Expeditorv16.7.18Chef Expeditor2020-10-307-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10545 from chef/out_to_execMatt Wrock2020-10-3022-132/+440
|\ | | | | 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>
| * extend windows plan build to an hourmwrock2020-10-281-0/+1
| | | | | | | | Signed-off-by: mwrock <matt@mattwrock.com>
| * convert most internal powershell_out to powershell_execmwrock2020-10-2821-131/+430
| | | | | | | | Signed-off-by: mwrock <matt@mattwrock.com>
* | Bump version to 16.7.17 by Chef Expeditorv16.7.17Chef Expeditor2020-10-307-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.