summaryrefslogtreecommitdiff
path: root/lib/chef/mixin
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fixed/added specs for LogonSession changesnimisha2018-01-241-3/+5
| * Brought back Chef::Win32::Security functional test for running as a non admin...nimisha2018-01-241-2/+3
| * Chef::ReservedNames::Win32::Security.has_admin_privileges? prints a debug mes...nimisha2018-01-241-1/+1
* | Cleanup a bit of YARD and add a few thingsTim Smith2018-01-229-41/+31
|/
* Rename the OpenSSL mixin to avoid name conflictsTim Smith2018-01-221-1/+1
* Merge pull request #6736 from chef/openssl_resourcesTim Smith2018-01-221-0/+118
|\
| * Improve readability a tiny bit in the mixinTim Smith2018-01-121-1/+1
| * Add tests for the mixinTim Smith2018-01-051-10/+10
| * Add dhparam, rsa_private_key and rsa_public_key resourcesTim Smith2018-01-051-0/+118
* | Remove previously deprecated mixins and Chef::DSL::Recipe::FullDSLchef14_deprecationsTim Smith2018-01-014-148/+0
|/
* Cleanup some YARD warningsyard2Tim Smith2017-12-131-1/+1
* Fix remote_file with UNC paths failingnodes_not_hereTim Smith2017-10-191-1/+1
* Fixing specsnimisha2017-09-051-1/+1
* Added define_resource_requirement and some other validationsnimisha2017-09-051-0/+4
* Alternate user local logon authenticationnimisha2017-09-052-96/+1