summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
* 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
* Chef 13: remove unused path property from execute resourceLamont Granquist2017-02-281-11/+1
* Chef-13 break: script and all its subclasses now errors on 'command' propertyLamont Granquist2017-02-281-8/+4
* coerce immutable arrays to normal arrayslcg/yum-coerce-array-attributesLamont Granquist2017-02-142-4/+13
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-133-3/+3
* package provider cleanuplcg/package-cleanupLamont Granquist2017-02-113-3/+3
* do not support dnf_package on dnf 0.xlcg/ban-dnf-0.6Lamont Granquist2017-02-081-3/+6
* Fixed specsnimisha2017-02-021-0/+8
* Using node[:platform_family] for checking windows platformnimisha2017-02-021-1/+1
* Fixing review commentsnimisha2017-02-021-29/+61
* Additional rubocop for execute resource default argumentsadamedx2017-02-021-3/+3
* Windows alternate user support for execute resourcesAdam Edwards2017-02-021-0/+24
* Fix comment grammarMal Graty2017-01-291-1/+1
* Verify systemd_unit file during createMal Graty2017-01-281-0/+67
* Added module_version attribute for dsc_resource. (#5701)Aliasgar162017-01-231-0/+8
* Merge pull request #5606 from chef/adamleff/warn-on-dangerous-property-namesThom May2017-01-183-3/+13
|\
| * Deprecate creating properties whose names are already methodsadamleff/warn-on-dangerous-property-namesAdam Leff2017-01-183-3/+13
* | Merge pull request #4894 from chef/lcg/dnf-providerLamont Granquist2017-01-112-14/+82
|\ \
| * | review feedback plus break out helper classLamont Granquist2016-12-151-2/+1
| * | fix chefstyleLamont Granquist2016-12-141-1/+1
| * | add more tests and work around superclass firing off deprecationsLamont Granquist2016-12-131-1/+4
| * | add tests and deprecation for allow_downgradeLamont Granquist2016-12-131-2/+3
| * | add flush_cache and fix yum'sLamont Granquist2016-12-132-14/+37
| * | squashing dnf workLamont Granquist2016-12-132-1/+43
| |/
* | yum_repostiroy: Allow baseurl to be an array & allow fastestmirror_enabled falseupdate_yumTim Smith2017-01-051-1/+1
* | Adding returns property to chocolatey_package resourceVasu11052016-12-281-0/+1
|/
* fix Style/MultilineIfModifierLamont Granquist2016-12-061-4/+6
* The suggested fix for the manage_home deprecation is incorrectTim Smith2016-12-061-2/+2
* Update ohai resource to new style, stop overwriting name propertyadamleff/update-ohai-resourceAdam Leff2016-12-021-25/+5
* Alias unmount to umount for mount resourceGrant Ridder2016-11-301-1/+1
* Merge pull request #5547 from chef/lcg/unified-integerLamont Granquist2016-11-162-3/+3
|\
| * fix Lint/UnifiedInteger copLamont Granquist2016-11-152-3/+3
* | Merge pull request #5460 from chef/tm/deprecation_with_urlThom May2016-11-163-6/+5
|\ \
| * | Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-163-6/+5
| |/
* | msu_package resource for Microsoft Update packagesNimishaS2016-11-161-0/+47
|/
* Merge pull request #5315 from MsysTechnologiesllc/dh/adding_powershell_packag...Bryan McLellan2016-11-111-0/+41
|\
| * Added unit specs for powershell packagedheerajd-msys2016-11-101-2/+2
| * Added code for adding support for powershell package managerdheerajd-msys2016-11-101-0/+41
* | Respond to review comments and chefstyletm/rescue_5115Thom May2016-11-101-13/+12
* | Code style fixes; :lipstick:Andrew Burns2016-11-101-1/+1
* | launchd: start_calendar_interval validity checkingAndrew Burns2016-11-101-1/+42
|/
* String to Array launchd:limit_load_to_session_type (#5424)Erik Gomez2016-11-081-1/+1
* Prevent apt_update failures on non-Linux platformstas50/apt_update_failsTim Smith2016-11-071-1/+1