summaryrefslogtreecommitdiff
path: root/lib/chef/mixin
Commit message (Expand)AuthorAgeFilesLines
* Add .error! for powershell_execTim Smith2020-04-261-1/+10
* Ruby 2.7 fix for powershell_outlcg/ruby-2.7-6Lamont Granquist2020-04-161-1/+1
* Replace a few uses of attributes / parameters in messaging with propertiesTim Smith2020-04-151-4/+4
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-1334-35/+35
* Revert someVivek Singh2020-04-061-1/+1
* Fix typoVivek Singh2020-04-065-8/+8
* Change name_property to be identity and not desired_state by defaultLamont Granquist2020-04-021-1/+13
* Remove outdated comment about shell args on different platforms.remove-outdated-commentPete Higgins2020-03-201-4/+0
* Update all our links to use the new docs site formatTim Smith2020-03-041-1/+1
* Removed useless checkJulien Huon2019-12-251-3/+0
* Fix chefstyle errorsJulien Huon2019-12-251-2/+2
* Add the capability to automatically renew a certificate with x509_certificate...Julien Huon2019-12-251-0/+24
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-0811-161/+36
* Fix RDoc copy-pasta in Chef::Mixin::ParamsValidate#validateReuben Garrett2019-07-111-1/+1
* fix 4 copsLamont Granquist2019-07-051-2/+2
* Style/SymbolProcLamont Granquist2019-07-052-6/+6
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-052-3/+3
* Style/ClassCheckLamont Granquist2019-07-054-13/+13
* Style/RegexpLiteralLamont Granquist2019-07-051-1/+1
* Style/NegatedIfLamont Granquist2019-07-055-14/+14
* Style/EmptyLiteralLamont Granquist2019-07-052-3/+3
* Style/MethodCallWithoutArgsParenthesesLamont Granquist2019-07-021-1/+1
* Style/SymbolArrayLamont Granquist2019-07-022-2/+2
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-0210-0/+22
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-023-7/+7
* update commentsLamont Granquist2019-06-141-4/+20
* Target mode for systemd service helperLamont Granquist2019-05-292-2/+45
* Merge pull request #8562 from brodock/8561-include-filename-template-errorLamont Granquist2019-05-281-9/+14
|\
| * Improving error handling for template renderGabriel Mazetto2019-05-261-9/+14
* | Fixed issue for chef-client run was throwing error when provided empty string...vinay sharma2019-05-251-2/+2
* | Merge pull request #8595 from chef/lcg/shellout-require-idempotencyLamont Granquist2019-05-241-1/+1
|\ \
| * | fix shellout require idempotency and bump gemsLamont Granquist2019-05-241-1/+1
* | | Use Shellwords.join in shell_outLamont Granquist2019-05-241-1/+2
|/ /
* | fix target mode checklcg/target-mode-whichLamont Granquist2019-05-231-2/+2
* | make which/where be target-mode awareLamont Granquist2019-05-231-2/+13
* | Better target mode shell_outlcg/better-target-mode-shell-outLamont Granquist2019-05-232-91/+37
* | This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-205-7/+7
|/
* Change some more require to require_relativeLamont Granquist2019-05-103-6/+6
* Convert require to require_relativeLamont Granquist2019-05-0815-27/+27
* Target mode code tweakslcg/target-mode-tweaksLamont Granquist2019-05-071-10/+19
* Target Mode initial implementationBryan McLellan2019-05-061-0/+74
* Implement Chef::Resource#copy_properties_fromlcg/copy-properties-fromLamont Granquist2019-04-081-0/+35
* WIP: Remove audit mode from chef-clientTim Smith2019-03-111-4/+1
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-152-7/+7
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-031-1/+1
* Make sure which mixin requires chef_classTim Smith2018-11-271-1/+3
* this still needs to be restricted to only providersLamont Granquist2018-10-261-1/+3
* delete the argument that will go away in chef 15Lamont Granquist2018-10-261-1/+0
* Do the shell_out deprecations for Chef-15.Lamont Granquist2018-10-261-74/+2
* Merge pull request #7729 from chef/better_error2Tim Smith2018-10-231-1/+3
|\