summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 17.0.12 by Chef Expeditorv17.0.12Chef Expeditor2020-12-297-18/+20
* Merge pull request #9847 from chef/lcg/dnf-versionfixTim Smith2020-12-285-58/+435
|\
| * add apologetic commentlcg/dnf-versionfixLamont Granquist2020-12-281-0/+3
| * chefstyleLamont Granquist2020-12-281-13/+13
| * add a couple more commentsLamont Granquist2020-12-281-0/+5
| * use_magical_versionLamont Granquist2020-12-282-17/+33
| * comments and spellcheckLamont Granquist2020-12-283-4/+11
| * Fix idempotency and parsing issues with DNF installsLamont Granquist2020-12-285-47/+393
* | Merge pull request #10785 from chef/scriptsTim Smith2020-12-2813-52/+52
|\ \
| * | Move all the CI scripts into the .expeditor dirTim Smith2020-12-2813-52/+52
|/ /
* | Merge pull request #10784 from chef/update-spellcheck-taskTim Smith2020-12-281-6/+1
|\ \
| * | Update spellcheck task for new version of cspell.Pete Higgins2020-12-281-6/+1
* | | Update CHANGELOG.md with details from pull request #10761Chef Expeditor2020-12-291-3/+4
* | | Bump version to 17.0.11 by Chef Expeditorv17.0.11Chef Expeditor2020-12-297-19/+20
* | | Merge pull request #10761 from chef/dont-rely-on-live-servers-for-rubygems-testsTim Smith2020-12-285-7/+39
|\ \ \
| * | | Stub http requests in rubygems tests.Pete Higgins2020-12-285-7/+39
* | | | Merge pull request #10782 from chef/cleanup-knife-statusTim Smith2020-12-288-66/+63
|\ \ \ \
| * | | | Fix chefstyle violations.Pete Higgins2020-12-282-3/+3
| * | | | Untangle some gnarly code.Pete Higgins2020-12-281-7/+4
| * | | | Rename a variable to get rid of a spelling exception.Pete Higgins2020-12-282-3/+2
| * | | | Move FormattingOptions to its own file and remove duplication.Pete Higgins2020-12-286-54/+55
| | |/ / | |/| |
* | | | Merge pull request #10783 from chef/fix-spellcheckTim Smith2020-12-281-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix typo.Pete Higgins2020-12-281-1/+1
|/ / /
* | | Bump version to 17.0.10 by Chef Expeditorv17.0.10Chef Expeditor2020-12-287-19/+20
* | | Merge pull request #10781 from chef/fix-knife-status-presenter-nil-ipaddressTim Smith2020-12-282-1/+55
|\ \ \ | |_|/ |/| |
| * | Fix knife status json output for EC2 instance with no public IP.Pete Higgins2020-12-282-1/+55
| |/
* | Bump version to 17.0.9 by Chef Expeditorv17.0.9Chef Expeditor2020-12-287-19/+20
* | Bump version to 17.0.8 by Chef Expeditorv17.0.8Chef Expeditor2020-12-287-19/+20
* | Merge pull request #10699 from chef-davin/windows_security_policyTim Smith2020-12-282-40/+73
|\ \
| * | fixing a chefstyle errorDavin Taddeo2020-12-211-0/+1
| * | Merge branch 'master' of github.com:chef/chef into windows_security_policyDavin Taddeo2020-12-2026-180/+202
| |\ \
| * | | Update lib/chef/resource/windows_security_policy.rbDavin Taddeo2020-12-181-8/+3
| * | | Merge branch 'master' of github.com:chef/chef into windows_security_policyDavin Taddeo2020-12-1626-113/+105
| |\ \ \
| * | | | Updates to use powershell_exec and shell_out instead of powershell_out.Davin Taddeo2020-12-161-4/+3
| * | | | taking suggestions from @phiggins into the code.Davin Taddeo2020-12-141-7/+8
| * | | | Merge branch 'master' of github.com:chef/chef into windows_security_policyDavin Taddeo2020-12-1377-746/+2477
| |\ \ \ \
| * | | | | This should do what I want, without the problems we've seen previously.Davin Taddeo2020-12-132-52/+70
| * | | | | refactor the code for windows_security_policy resourceDavin Taddeo2020-11-302-20/+39
* | | | | | Merge pull request #10780 from chef/more_styleTim Smith2020-12-283-11/+6
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Enable more RuboCop cops that were previously disabledTim Smith2020-12-283-11/+6
* | | | | | Bump version to 17.0.7 by Chef Expeditorv17.0.7Chef Expeditor2020-12-287-19/+20
|/ / / / /
* | | | | Merge pull request #10779 from chef/Lint_ParenthesesAsGroupedExpressionTim Smith2020-12-2816-36/+34
|\ \ \ \ \
| * | | | | Resolve Lint/ParenthesesAsGroupedExpression warningsLint_ParenthesesAsGroupedExpressionTim Smith2020-12-2516-36/+34
* | | | | | Bump version to 17.0.6 by Chef Expeditorv17.0.6Chef Expeditor2020-12-287-19/+20
* | | | | | Merge pull request #10773 from chef/perf_bumpsTim Smith2020-12-288-11/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Use casecmp instead of a case insensitive regexperf_bumpsTim Smith2020-12-211-2/+2
| * | | | | Avoid regex range for a single characterTim Smith2020-12-211-1/+1
| * | | | | Move the whole regex into our regex constantTim Smith2020-12-211-2/+2
| * | | | | Use include? instead of a regex with string matchingTim Smith2020-12-213-3/+3
| * | | | | Require without the file extensionTim Smith2020-12-211-1/+1