summaryrefslogtreecommitdiff
path: root/lib/chef/resource/registry_key.rb
Commit message (Expand)AuthorAgeFilesLines
* MSYS-872 Fix for registry key resource doesn't recognise keys when passed as ...Vasu11052018-07-311-2/+5
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-1/+1
* Convert :key property in registry_key to use propertyregistry_keyTim Smith2018-04-271-9/+1
* Modify the provides for all resources from cookbooks so chef winsprovidesTim Smith2018-04-061-1/+1
* registry_key: Properly limit allowed values for architectureTim Smith2018-03-041-19/+9
* Add descriptions and @since comments to all resourcesTim Smith2017-12-191-0/+1
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-1/+1
* Allow deletion of registry_key without the need for users to pass type and da...aliasgar162016-09-301-3/+3
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-3/+3
* autofixing whitespace copsLamont Granquist2016-02-051-6/+6
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* 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-3/+3
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-3/+3
* Use SHA256 instead for registry_key when data is not displayableJay Mundrawala2015-10-241-1/+1
* Merge pull request #3145 from veetow/patch-1Lamont Granquist2015-08-181-1/+1
|\
| * Update registry_key.rbveetow2015-03-251-1/+1
* | Overwrite resource_name with providesJohn Keiser2015-06-081-2/+0
* | Add default_action and allowed_actions to Resource class, remove from LWRPJohn Keiser2015-06-011-2/+3
* | Add use_automatic_resource_nameJohn Keiser2015-06-011-1/+1
* | Make resource_name call providesJohn Keiser2015-06-011-1/+1
* | Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-1/+0
* | Add "provides" to all resourcesJohn Keiser2015-05-131-0/+1
|/
* add comment for future fixCHEF-5323Claire McQuin2014-06-091-0/+29
* convert data to string before checksummingClaire McQuin2014-06-051-1/+1
* send md5 checksummed registry key if data type is binary/dword/qwordClaire McQuin2014-06-051-3/+33
* values default should be empty array instead of nilLamont Granquist2012-12-191-0/+1
* Deleting comments, pp statements etc.PrajaktaPurohit2012-12-191-1/+1
* Correcting the author and copyright informationPrajaktaPurohit2012-12-191-5/+2
* Making the resource registry values check stricterPrajaktaPurohit2012-12-191-0/+2
* unit tests for regkey resourceLamont Granquist2012-12-191-5/+19
* fixes to regkey resourceLamont Granquist2012-12-191-6/+4
* make default action :createLamont Granquist2012-12-191-1/+1
* Setting up the resource and providersPrajaktaPurohit2012-12-191-2/+2
* Adding the registry provider and resourcePrajaktaPurohit2012-12-191-0/+74