summaryrefslogtreecommitdiff
path: root/lib/chef/data_bag.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fixed Validation failed while creating databag and databag item"Lamont Granquist2021-06-211-2/+1
* Fixed Validation failed while creating databag and databag itemsanga172021-05-121-1/+2
* Avoid assigning variables before returning if we don't have toTim Smith2020-07-071-2/+1
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-111-2/+2
* Updated exception messageSnehal/Github-#333_knife_vault_on_windows_10_failssnehaldwivedi2020-06-051-2/+2
* Updated exception message Chef::Exceptions::InvalidDataBagPathsnehaldwivedi2020-06-041-2/+2
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* fix 4 copsLamont Granquist2019-07-051-1/+2
* Convert require to require_relativeLamont Granquist2019-05-081-7/+7
* chefstyle fixlcg/early-run-contextLamont Granquist2019-03-151-3/+3
* Early alloction of the Chef::RunContextLamont Granquist2019-03-141-2/+2
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-4/+4
* 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-2/+4
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-1/+1
* fix Layout/LeadingCommentSpaceLamont 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-3/+1
* Fix related to #3058EmFl2017-12-081-1/+1
* Don't allow creation of data bags named node, role, client or environment.Sandra Tiffin2017-10-041-0/+4
* Kill JSON auto inflate with firetm/remove_json_autoinflateThom May2017-03-141-6/+0
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-1/+1
* 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-2/+2
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-1/+1
* Fix rubocop warningsJay Mundrawala2016-02-161-2/+3
* Fix databag globbing issues for chef-solo on windowsyoungjl12016-02-161-3/+3
* autofixing whitespace copsLamont Granquist2016-02-051-4/+4
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-3/+3
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* 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-11/+11
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-7/+12
* 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
* Escape path for globbing.Claire McQuin2014-09-221-2/+2
* remove JSON gem usageLamont Granquist2014-08-111-4/+3
* Revert "remove #to_json Monkeytpatching"Lamont Granquist2014-08-091-3/+4
* remove #to_json MonkeypatchingLamont Granquist2014-08-091-4/+3
* [CHEF-3399] Raise in case of data bag items conflict. Tests.Ivan Larionov2014-05-311-4/+8
* [CHEF-3399] Use first seen data bag (do not overwrite). Tests.Ivan Larionov2014-05-311-2/+2
* [CHEF-3399] Make data_bag_path an array like cookbook_pathIvan Larionov2014-05-311-11/+21
* allow periods in databag names tooIlan Rabinovitch2013-12-201-1/+1
* Make Chef::DataBag.save use POST instead of PUTJeremiah Snapp2013-10-041-3/+2
* Adjust the return value of DataBag.list to be a Hash, the same as when not in...Hiroaki Nakamura2013-05-241-1/+2
* Modify DataBag.list for chef-solo.Hiroaki Nakamura2013-05-241-6/+14
* switch from JSON.parse to JSONCompatdanielsdeleo2013-02-111-1/+1
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+145