summaryrefslogtreecommitdiff
path: root/lib/chef/mixin
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Update per lamonts commentbetter_error2Tim Smith2018-10-111-2/+2
| * Throw better error on invalid resources actionsTim Smith2018-10-111-1/+3
* | When a property regex fails don't call it an optionbetter_regex_errorTim Smith2018-10-111-1/+1
|/
* Properly capitalize PowerShell in descriptions and errorspowershellTim Smith2018-09-071-1/+1
* Add the helper methods to the libraryTim Smith2018-08-141-3/+281
* Update priv_key_file_valid? helper to support EC keysTim Smith2018-08-141-3/+8
* add back clean_array APIlcg/shell-out-regressionLamont Granquist2018-07-161-0/+5
* fix Style/MutableConstantLamont Granquist2018-07-022-4/+4
* fix Style/PreferredHashMethodsLamont Granquist2018-07-023-12/+12
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-1/+1
* fix Layout/IndentHeredocLamont Granquist2018-07-021-6/+6
* fix Style/HashSyntaxLamont Granquist2018-07-022-12/+12
* remove some ruby 1.8.7-ismslcg/remove-187-ismsLamont Granquist2018-06-251-23/+5
* fix edge condition in old timeout APIslcg/deprecate-shell-out-methodsLamont Granquist2018-06-201-5/+10
* deprecate old shell_out APIsLamont Granquist2018-06-191-15/+23
* add comment about odd construction herelcg/deprecate-shell-out-compact-timeoutLamont Granquist2018-06-181-0/+3
* fix infinite recursion and add more testsLamont Granquist2018-06-181-8/+8
* Unification of shell_out APIsLamont Granquist2018-06-151-83/+118