summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 16.2.34 by Chef Expeditorv16.2.34Chef Expeditor2020-06-157-19/+20
* Bump version to 16.2.33 by Chef Expeditorv16.2.33Chef Expeditor2020-06-157-19/+20
* Merge pull request #9980 from chef-davin/windows_audit_policyTim Smith2020-06-156-2/+302
|\
| * fixed the introduced method callDavin Taddeo2020-06-151-1/+1
| * modifying some line spacing and adding an "introduced" tag.Davin Taddeo2020-06-151-1/+2
| * updates for chefstyle and spellcheck errorsDavin Taddeo2020-06-154-4/+3
| * add some appropriate bangs (!) and change the resource description in guidanc...Davin Taddeo2020-06-151-6/+6
| * missed commiting the reference to the full chain to reference the WIN_AUDIT_S...Davin Taddeo2020-06-151-1/+1
| * Update lib/chef/resource/windows_audit_policy.rb Davin Taddeo2020-06-151-1/+1
| * still not sure if I'm calling this constant right... if this doesn't work, I ...Davin Taddeo2020-06-151-1/+1
| * fix some badly named variables, and added auditpol to the cspell list as I ca...Davin Taddeo2020-06-152-3/+4
| * hoping this fixes my uninitialized constant issueDavin Taddeo2020-06-151-0/+1
| * Updated code to reflect feedback from @phigginsDavin Taddeo2020-06-152-150/+88
| * rollback putting my variable names into the cspell exceptions listDavin Taddeo2020-06-151-9/+0
| * Merge branch 'master' of github.com:chef/chef into windows_audit_policyDavin Taddeo2020-06-1591-166/+255
| |\
| * | updated spellcheck to stop spellcheck errors on our Chef MVPs.Davin Taddeo2020-06-111-0/+4
| * | more chefstyle fixes - should be the lastDavin Taddeo2020-06-111-6/+6
| * | Merge branch 'master' of github.com:chef/chef into windows_audit_policyDavin Taddeo2020-06-1122-111/+113
| |\ \
| * | | re-fix chefstyle thingsDavin Taddeo2020-06-111-15/+15
| * | | updating to use the `converge_by` option for nicer logging during the client ...Davin Taddeo2020-06-111-35/+34
| * | | a couple more spellcheck fixes that I missed.Davin Taddeo2020-06-111-0/+2
| * | | chefstyle and spellcheck fixes.Davin Taddeo2020-06-113-21/+32
| * | | fixing a lot more :facepalm: copy/paste errors.Davin Taddeo2020-06-111-4/+4
| * | | fix a missing comma in the code. :facepalm:Davin Taddeo2020-06-111-2/+2
| * | | add windows_audit_policy to the resource list.Davin Taddeo2020-06-101-0/+1
| * | | Add some code examplesDavin Taddeo2020-06-101-0/+33
| * | | Create windows_audit_policy resource and some unit tests for it.Davin Taddeo2020-06-102-0/+319
* | | | Merge pull request #9963 from ramereth/fix-chef-apply-enforce_licenseTim Smith2020-06-152-1/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix how enforce_license is set in run method for chef-applyLance Albertson2020-06-082-1/+8
* | | | Bump version to 16.2.32 by Chef Expeditorv16.2.32Chef Expeditor2020-06-157-19/+20
* | | | Merge pull request #9993 from chef/snapTim Smith2020-06-143-11/+15
|\ \ \ \
| * | | | Chefstyle fixesTim Smith2020-06-142-10/+11
| * | | | Disable snap dokken tests for nowTim Smith2020-06-141-1/+4
|/ / / /
* | | | Bump version to 16.2.31 by Chef Expeditorv16.2.31Chef Expeditor2020-06-147-19/+20
* | | | Bump version to 16.2.30 by Chef Expeditorv16.2.30Chef Expeditor2020-06-147-20/+20
* | | | Merge pull request #9989 from chef/matchTim Smith2020-06-1480-118/+118
|\ \ \ \
| * | | | Avoid a nil checkmatchTim Smith2020-06-111-1/+1
| * | | | Use .match? not =~ when match values aren't necessaryTim Smith2020-06-1180-118/+118
| | |_|/ | |/| |
* | | | Merge pull request #9944 from jaymzh/snapfixesTim Smith2020-06-144-29/+112
|\ \ \ \ | |/ / / |/| | |
| * | | Add kitchen tests for snapdPhil Dibowitz2020-06-143-1/+16
| * | | Fix snap_package bugsPhil Dibowitz2020-06-141-28/+96
|/ / /
* | | Bump version to 16.2.29 by Chef Expeditorv16.2.29Chef Expeditor2020-06-117-18/+20
* | | Merge pull request #9979 from chef/cleanup-resource-inheritanceTim Smith2020-06-1112-29/+14
|\ \ \
| * | | Fix chefstyle violations.Pete Higgins2020-06-112-2/+2
| * | | Fix a test to silence an rspec warning.cleanup-resource-inheritancePete Higgins2020-06-101-1/+1
| * | | Remove an unnecessary require.Pete Higgins2020-06-101-1/+0
| * | | Remove some unnecessary requires.Pete Higgins2020-06-105-5/+0
| * | | Remove unnecessary provides line from WindowsScript.Pete Higgins2020-06-101-2/+0
| * | | Fix a test to avoid rspec warning.Pete Higgins2020-06-101-1/+1
| * | | Remove unnecessary protected/public blocks.Pete Higgins2020-06-101-6/+2