summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Really skip the reboot pending func test if a reboot is pendingbtm/really-skip-reboot-testBryan McLellan2020-04-061-1/+6
| | | | | | This looks like it never worked but we happened to never run into it until we added a desktop platform to the pipeline. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump version to 16.0.186 by Chef Expeditorv16.0.186Chef Expeditor2020-04-057-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9603 from chef/btm/permsBryan McLellan2020-04-051-9/+55
|\ | | | | Improved Ruby download/install for functional tests
| * Improved Ruby download/install for functional testsBryan McLellan2020-04-051-9/+55
|/ | | | | | | | | | Adds more error checking and avoids trying to download Ruby if for some reason it already exists on disk and matches the SHA256 hash. The primary issue discovered when troubleshooting this script was that aws.exe was running asynchronous. That was 'fixed' with '| Out-Null'. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump version to 16.0.185 by Chef Expeditorv16.0.185Chef Expeditor2020-04-057-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9602 from ↵Bryan McLellan2020-04-051-1/+1
|\ | | | | | | | | MsysTechnologiesllc/vasundhara/update-introduced-version-windows-task Updated introduced version for start_when_available option
| * Updated introudced version for start_when_available optionVasu11052020-04-051-1/+1
|/ | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
* Bump version to 16.0.184 by Chef Expeditorv16.0.184Chef Expeditor2020-04-047-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9544 from pschaumburg/ps/windows_firewall_rule-reworkTim Smith2020-04-042-52/+173
|\ | | | | windows_firewall_rule: Fix idempotency and add icmp_type property
| * Merge branch 'master' into ps/windows_firewall_rule-reworkPatrick Schaumburg2020-04-0317-80/+264
| |\
| * \ Merge branch 'master' into ps/windows_firewall_rule-reworkPatrick Schaumburg2020-04-0237-121/+141
| |\ \
| * | | add example for icmp_typePatrick Schaumburg2020-04-021-0/+11
| | | | | | | | | | | | Signed-off-by: Patrick Schaumburg <pschaumburg@tecracer.de>
| * | | remove unused testsPatrick Schaumburg2020-04-011-78/+0
| | | | | | | | | | | | | | | | Signed-off-by: Patrick Schaumburg <pschaumburg@tecracer.de>
| * | | Merge branch 'master' into ps/windows_firewall_rule-reworkPatrick Schaumburg2020-04-0128-96/+555
| |\ \ \
| * | | | use define_resource_requirements instead of own methodPatrick Schaumburg2020-04-011-28/+35
| | | | | | | | | | | | | | | Signed-off-by: Patrick Schaumburg <pschaumburg@tecracer.de>
| * | | | disable false valuePatrick Schaumburg2020-03-301-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Patrick Schaumburg <pschaumburg@tecracer.de>
| * | | | fix chefstyle errorPatrick Schaumburg2020-03-301-2/+3
| | | | | | | | | | | | | | | Signed-off-by: Patrick Schaumburg <pschaumburg@tecracer.de>
| * | | | add missing validationPatrick Schaumburg2020-03-301-0/+1
| | | | | | | | | | | | | | | Signed-off-by: Patrick Schaumburg <pschaumburg@tecracer.de>
| * | | | add some more testsPatrick Schaumburg2020-03-302-8/+23
| | | | | | | | | | | | | | | Signed-off-by: Patrick Schaumburg <pschaumburg@tecracer.de>
| * | | | fix second checkPatrick Schaumburg2020-03-301-1/+1
| | | | |
| * | | | fix 2 lintingsPatrick Schaumburg2020-03-301-2/+3
| | | | |
| * | | | return true instead of easily truePatrick Schaumburg2020-03-301-1/+1
| | | | |
| * | | | fix rubocopPatrick Schaumburg2020-03-301-2/+3
| | | | | | | | | | | | | | | Signed-off-by: Patrick Schaumburg <pschaumburg@tecracer.de>
| * | | | changing unit tests for methodPatrick Schaumburg2020-03-301-42/+14
| | | | | | | | | | | | | | | Signed-off-by: Patrick Schaumburg <pschaumburg@tecracer.de>
| * | | | redo unit checks for is_set_properly?Patrick Schaumburg2020-03-301-28/+57
| | | | | | | | | | | | | | | Signed-off-by: Patrick Schaumburg <pschaumburg@tecracer.de>
| * | | | fix linting errors + add unit test for is_set_properly? methodPatrick Schaumburg2020-03-302-6/+67
| | | | | | | | | | | | | | | Signed-off-by: Patrick Schaumburg <pschaumburg@tecracer.de>
| * | | | add check for protocol and icmp_type during action createPatrick Schaumburg2020-03-301-1/+31
| | | | | | | | | | | | | | | Signed-off-by: Patrick Schaumburg <pschaumburg@tecracer.de>
| * | | | add existing examples to codePatrick Schaumburg2020-03-301-0/+28
| | | | | | | | | | | | | | | Signed-off-by: Patrick Schaumburg <pschaumburg@tecracer.de>
| * | | | fix test for groupPatrick Schaumburg2020-03-271-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Patrick Schaumburg <pschaumburg@tecracer.de>
| * | | | use double quotes instead of single quotesPatrick Schaumburg2020-03-271-1/+1
| | | | |
| * | | | fix wrong property names again in testsPatrick Schaumburg2020-03-271-13/+3
| | | | |
| * | | | fix wrong property name in testsPatrick Schaumburg2020-03-271-2/+2
| | | | |
| * | | | remove space in test as it should not be therePatrick Schaumburg2020-03-271-4/+4
| | | | |
| * | | | add and change testsPatrick Schaumburg2020-03-271-45/+90
| | | | |
| * | | | add icmp_type propertyPatrick Schaumburg2020-03-261-2/+10
| | | | |
| * | | | remove default value for descriptionPatrick Schaumburg2020-03-261-1/+0
| | | | |
* | | | | Bump version to 16.0.183 by Chef Expeditorv16.0.183Chef Expeditor2020-04-047-19/+20
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #9591 from chef/btm/fix-windows-func-testTim Smith2020-04-041-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Use $env:temp instead of c:/ for functional tests
| * | | | | Use $env:temp instead of c:/btm/fix-windows-func-testBryan McLellan2020-04-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The drive root has more restrictive permissions Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | | | | | Bump version to 16.0.182 by Chef Expeditorv16.0.182Chef Expeditor2020-04-047-19/+20
| | | | | | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | | Merge pull request #9593 from chef/lcg/eager-load-libraries-optionTim Smith2020-04-047-48/+252
|\ \ \ \ \ \ | | | | | | | | | | | | | | Implement eager_load_libraries metadata option
| * | | | | | fix accidental mangling of the glob patternlcg/eager-load-libraries-optionLamont Granquist2020-04-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | | Fix chefspec monkeypatching madnessLamont Granquist2020-04-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently chefspec considers this a public API (it isn't) Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | | Implement eager_load_libraries metadata optionLamont Granquist2020-04-037-48/+252
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This implements RFC-40 from the old chef rfc repo: https://github.com/chef-boneyard/chef-rfc/blob/master/rfc040-on-demand-cookbook-libraries.md Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | | Bump version to 16.0.181 by Chef Expeditorv16.0.181Chef Expeditor2020-04-047-19/+20
| | | | | | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | | Merge pull request #9596 from cinc-project/dist_windows_bootstrap_templateTim Smith2020-04-043-6/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Dist windows bootstrap template - fix msi_url
| * | | | | Fix missing dist constants in bootstrap logicMarc Chamberland2020-04-032-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
| * | | | | revert dist constant to hardcoded in default_bootstrap_templateMarc Chamberland2020-04-031-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It actually broke third party distros, template name is internal to chef and shouldn't change based on distro. Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
* | | | | Bump version to 16.0.180 by Chef Expeditorv16.0.180Chef Expeditor2020-04-037-19/+20
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #9581 from chef/lcg/redundant-identityTim Smith2020-04-0324-38/+56
|\ \ \ \ \ | |_|_|_|/ |/| | | | Change the name_property to be the identity property by default, and to have desired_state: false by default