summaryrefslogtreecommitdiff
path: root/lib/chef/resource/registry_key.rb
Commit message (Expand)AuthorAgeFilesLines
* Prevent failures generating docsTim Smith2020-11-111-7/+13
* fix chefstyle violationsmwrock2020-11-111-7/+6
* migrate all registry_key examples to auto generated formatmwrock2020-11-111-3/+87
* provide a registry_key example that creates a multibyte binary valuemwrock2020-11-111-2/+3
* Avoid declaring arrays in loopsTim Smith2020-10-161-1/+3
* More resource documentation improvementTim Smith2020-10-151-1/+0
* Add missing examples and resource formatting for docs siteTim Smith2020-04-301-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* remove redundant identityLamont Granquist2020-04-021-1/+1
* Remove the canonical DSLLamont Granquist2020-03-031-2/+1
* Turn on unified_mode for 35 core resourcesLamont Granquist2019-10-281-0/+2
* Style/SymbolArrayLamont Granquist2019-07-021-3/+3
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+2
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* 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