summaryrefslogtreecommitdiff
path: root/lib/chef/mixin
Commit message (Expand)AuthorAgeFilesLines
* 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
* add back commentLamont Granquist2018-06-051-0/+2
* need to inject selfLamont Granquist2018-06-051-5/+6
* move maybe_add_timeout to module method for privacyLamont Granquist2018-06-041-3/+4
* remove uses of shell_out_compact_timeoutLamont Granquist2018-05-311-3/+3
* Make shell_out_compact automatically pick up timeoutsLamont Granquist2018-05-311-11/+12
* change "internal" to "default_env"Lamont Granquist2018-05-301-5/+5
* add internal flag to shell_out and execute resourceLamont Granquist2018-05-251-14/+16
* Merge pull request #7037 from chef/lcg/nil-sets-defaultThom May2018-03-281-5/+1
|\
| * remove errant debugginglcg/nil-sets-defaultLamont Granquist2018-03-221-1/+0
| * Setting nil to properties with implicit nil sets default valueLamont Granquist2018-03-221-5/+2
* | Merge pull request #7050 from chef/tm/deprecated_propertiesTim Smith2018-03-261-0/+4
|\ \
| * | RFC-102: Deprecation warning in resourcestm/deprecated_propertiesThom May2018-03-241-0/+4
| |/
* | mechanical conversion of most debug log statements to traceThom May2018-03-262-3/+3
|/
* Add new find_homebrew_username method in the Homebrew mixinTim Smith2018-03-201-3/+13
* Addressing feedback, adding docs and examplessp/powershell_execStuart Preston2018-03-091-0/+69
* Merge branch 'master' into sp/powershell_execStuart Preston2018-03-071-0/+5
|\
| * Added source_file to FromFileZeal Jagannatha2018-03-051-0/+5
* | Addressing initial feedback from reviewStuart Preston2018-03-051-5/+2
* | Initial commit of new Chef PowerShell supportStuart Preston2018-03-031-0/+39
|/
* Implement RFC 101: Custom Validation MessagesThom May2018-02-121-9/+19
* Add `introduced` property fieldThom May2018-02-121-0/+1
* properties can have descriptionsThom May2018-02-121-0/+12
* Merge pull request #6687 from MsysTechnologiesllc/nim/logonSession_user_permi...Bryan McLellan2018-01-251-3/+6
|\