summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5886 from MsysTechnologiesllc/nim/windows_taskThom May2017-04-061-0/+237
|\
| * Fixed review comments by thommaynimisha2017-04-061-1/+1
| * Fixed Rubocop style issues and review commentsnimisha2017-03-311-237/+237
| * Using chcp 437 and fixed some bugsnimisha2017-03-311-3/+7
| * Accepting random_delay and execution_time_limit in secondsnimisha2017-03-311-2/+56
| * Fixed Idempotency checknimisha2017-03-311-4/+9
| * Removed :change action. Moved validations to after_creatednimisha2017-03-311-3/+102
| * Updated random_delay implementation and added execution_time_limit propertynimisha2017-03-311-0/+10
| * Added support for random_delay optionnimisha2017-03-311-0/+1
| * Adding windows_task resourcenimisha2017-03-311-0/+64
* | Chef-13: better solution to gem_package source issueslcg/chef-13-gem-package-take-2Lamont Granquist2017-04-051-0/+3
* | ActionClass doesn’t need use_inline_resources anymore.Noah Kantrowitz2017-04-041-2/+0
* | Very minor follow up to https://github.com/chef/chef/commit/81db0e0cfc218169a...Noah Kantrowitz2017-04-041-1/+0
* | Chef-13: tweaks to rubygems source option for urlsLamont Granquist2017-04-041-1/+12
* | Merge branch 'master' into freeze-property-defaultNoah Kantrowitz2017-04-043-4/+7
|\ \
| * \ Merge pull request #5822 from gbatye/launchd_limit_load_sessionLamont Granquist2017-04-041-1/+1
| |\ \
| | * | launchd:limit_load_to_session_type accepted Array and StringGregory Batye2017-02-171-1/+1
| * | | Merge pull request #6000 from coderanger/no-more-constsNoah Kantrowitz2017-04-041-2/+0
| |\ \ \
| | * \ \ Merge branch 'master' into no-more-constsNoah Kantrowitz2017-04-042-2/+2
| | |\ \ \
| | * | | | Try removing the const-ificiation of DSL-based resources/providers.Noah Kantrowitz2017-04-031-2/+0
| * | | | | Merge pull request #5854 from mikedodge04/ld_restartThom May2017-04-041-1/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'chef/master' into ld_restartMike Dodge2017-03-2714-160/+42
| | |\ \ \ \ \
| | * | | | | | Adding restart action to launchd resourceMike Dodge2017-03-021-1/+1
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge pull request #5971 from nathwill/sd-verify-optionalThom May2017-04-041-0/+5
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | provide verification escape-hatch & document internal vs user-managed propertiesNathan Williams2017-03-301-0/+5
* | | | | | | Fix the default on Mount#supports as some tests mutate it in-place.Noah Kantrowitz2017-04-031-1/+1
|/ / / / / /
* | | | | | chef code changes for changing amazon platform_familyLamont Granquist2017-04-032-2/+2
| |_|_|/ / |/| | | |
* | | | | Merge pull request #5990 from chef/lcg/zypper-gpgThom May2017-04-031-0/+2
|\ \ \ \ \
| * | | | | Chef-13: turn on zypper gpg checks by defaultlcg/zypper-gpgLamont Granquist2017-04-021-0/+2
* | | | | | Chef-13: coerce package options property to a Stringlcg/package-optionsLamont Granquist2017-04-023-3/+9
* | | | | | Chef-13: remove deprecated launchd resource hash propertyLamont Granquist2017-03-311-12/+0
| |_|_|_|/ |/| | | |
* | | | | make nameless properties opt-inLamont Granquist2017-03-301-1/+3
| |/ / / |/| | |
* | | | set default guard_interpreter to powershell_scriptTor Magnus Rakvåg2017-03-301-1/+1
* | | | Make ActionClass a classLamont Granquist2017-03-291-17/+15
| |_|/ |/| |
* | | Merge pull request #5551 from MarkGibbons/smf_recursive_dependenciesThom May2017-03-211-0/+10
|\ \ \
| * | | smf_recursive_dependencies: Use shellsplit to process optional argsmarkgibbons2017-03-091-1/+2
| * | | smf_recursive_dependencies: Separate the svcadm options passed to shell_out.markgibbons2017-02-171-9/+9
| * | | Merge branch 'master' of https://github.com/chef/chef into smf_recursive_depe...markgibbons2017-02-0615-56/+238
| |\ \ \
| * | | | smf_recursive_dependencies: Fix resource definitionmarkgibbons2017-01-171-1/+1
| * | | | smf_recursive: Rename the property "recursive" to "options".markgibbons2016-12-121-2/+2
| * | | | Merge branch 'smf_recursive_dependencies' of https://github.com/MarkGibbons/chefmarkgibbons2016-12-121-0/+9
| |\ \ \ \
| | * | | | smf_recursive_dependencies: Allow solaris services to start recursively.markgibbons2016-11-151-0/+9
* | | | | | No more easy_install resource.Noah Kantrowitz2017-03-141-32/+0
* | | | | | Remove %{file} from verify interpolationtm/remove_path_validation_varThom May2017-03-081-7/+2
* | | | | | convert additional resource methods to propertieslcg/chef-resource-propertiesLamont Granquist2017-03-071-7/+1
* | | | | | add back the Array form of setting supportsLamont Granquist2017-03-072-2/+5
* | | | | | remove most of supports APILamont Granquist2017-03-063-29/+7
| |_|_|/ / |/| | | |
* | | | | Chef-13: Remove supports API from all user providersLamont Granquist2017-02-287-31/+8
* | | | | Chef 13: script resources (and e.g. bash) require 'code' propertyLamont Granquist2017-02-281-26/+4
* | | | | Chef-13: chef_gem no longer runs at compile time by defaultLamont Granquist2017-02-281-10/+3