summaryrefslogtreecommitdiff
path: root/lib/chef/data_bag.rb
Commit message (Expand)AuthorAgeFilesLines
* 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