summaryrefslogtreecommitdiff
path: root/lib/chef/resource/dsc_resource.rb
Commit message (Expand)AuthorAgeFilesLines
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-4/+4
* more distro constants for "Chef"Marc Chamberland2019-05-231-1/+1
* More distro constant applicationsMarc Chamberland2019-05-231-1/+2
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* Properly capitalize PowerShell in descriptions and errorspowershellTim Smith2018-09-071-1/+1
* Add additional resource descriptionsTim Smith2018-09-061-4/+1
* Add descriptions and introduced dates to dsc_resourceTim Smith2018-07-251-3/+9
* Merge pull request #6951 from chef/dsc_resource_rebootLamont Granquist2018-03-121-8/+1
|\
| * Properly validate reboot_action in dsc_resourcedsc_resource_rebootTim Smith2018-03-051-8/+1
* | Remove platfom restrictions in provides and don't require providersTim Smith2018-03-071-1/+2
* | Convert more set_or_returns to proper propertiesmore_propertiesTim Smith2018-03-051-14/+2
|/
* Add new introduced and description resource properties to many resourceTim Smith2018-02-141-5/+6
* Add descriptions and @since comments to all resourcesTim Smith2017-12-191-0/+5
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-1/+1
* Added module_version attribute for dsc_resource. (#5701)Aliasgar162017-01-231-0/+8
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-5/+6
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Manual fix ups for things that didn't follow the usual pattern.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-1/+1
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-120/+120
* Add timeout attribute to dsc_resourcejdm/dsc_resource_timeoutJay Mundrawala2015-12-031-1/+9
* Prevent inspect on PsCredential from printing out plain text passwordjdm/dont-print-pscredJay Mundrawala2015-11-231-2/+20
* Add reboot notification to dsc_resourceSteven Murawski2015-11-181-0/+12
* Overwrite resource_name with providesJohn Keiser2015-06-081-1/+0
* Add default_action and allowed_actions to Resource class, remove from LWRPJohn Keiser2015-06-011-2/+2
* Add use_automatic_resource_nameJohn Keiser2015-06-011-1/+1
* Make resource_name call providesJohn Keiser2015-06-011-0/+1
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-1/+0
* Added module_name to dsc_resourceJay Mundrawala2015-03-201-0/+8
* Add integration point for ps_credential dslJay Mundrawala2015-03-201-0/+4
* Make things workJay Mundrawala2015-03-201-3/+3
* Added DelayedEvaluator to dsc_resourceJay Mundrawala2015-03-201-3/+18
* Added dsc_resource resourceJay Mundrawala2015-03-201-0/+56