summaryrefslogtreecommitdiff
path: root/lib/chef/data_bag_item.rb
Commit message (Expand)AuthorAgeFilesLines
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-1/+1
* Style/ClassCheckLamont Granquist2019-07-051-1/+1
* Style/MethodCallWithoutArgsParenthesesLamont Granquist2019-07-021-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+3
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-7/+7
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-5/+5
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-031-1/+1
* replace some instances of to_hash with to_hlcg/to-h-cleanupLamont Granquist2018-09-261-3/+5
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-1/+1
* fix Style/HashSyntaxLamont Granquist2018-07-021-1/+1
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-171-7/+1
* Ensure DataBagItems are a Mashtm/mash_up_dem_dbiThom May2017-04-051-1/+2
* Kill JSON auto inflate with firetm/remove_json_autoinflateThom May2017-03-141-6/+0
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-3/+3
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-1/+1
* Ensure that solo specific code is run at the proper timeThom May2016-05-161-1/+1
* Data bag item hash can have name keysalam/databag-fixSalim Alam2016-03-031-1/+0
* Clearer exception for loading non-existent data bag items in solo mode.Noah Kantrowitz2016-03-021-0/+1
* Fix a bug that was causing DataBagItem.to_hash to mutate the data bag itemjjh/databag_item_to_hash_non_mutatingJosh Hudson2016-02-261-2/+2
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-7/+7
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-3/+3
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* add deprecation warningsThom May2016-01-181-0/+1
* Use double quotes by defaultThom May2016-01-141-12/+12
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-2/+2
* more rubocop fixeslcg/more-rubocop-lintLamont Granquist2016-01-121-2/+2
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-17/+19
* Use why-run vs. why_run or whyrunTim Smith2015-10-181-1/+1
* allow dep injecting chef_server_rest into objectsLamont Granquist2015-02-111-2/+5
* Ruby 2.2 Issue:: data_bag_item.rb:161: warning: circular argument reference -...Jan2014-12-281-1/+1
* remove JSON gem usageLamont Granquist2014-08-111-7/+5
* Revert "remove #to_json Monkeytpatching"Lamont Granquist2014-08-091-5/+7
* remove #to_json MonkeypatchingLamont Granquist2014-08-091-7/+5
* allow dots in data bag names. Chef server already seems to accept these when...Ilan Rabinovitch2013-12-201-1/+1
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+214