summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/chef_fs_data_store.rb
Commit message (Expand)AuthorAgeFilesLines
* fix Lint/UnusedMethodArgumentlcg/unused_method_argumentLamont Granquist2015-03-061-1/+1
* Ensure cookbook_manifest is required where it's useddanielsdeleo2015-02-111-0/+1
* Temporarily implement deprecation warnings as errorsdanielsdeleo2015-02-111-1/+1
* Improve policy ChefFS supportpolicyfile-native-api-supportdanielsdeleo2015-01-271-1/+9
* Found some JSON pretty printing statements I missedtyler-ball2014-10-071-1/+1
* Add ChefFS rdoc, format existing ChefFS rdoc correctlyjk/docJohn Keiser2014-09-091-0/+54
* Make Chef::Config.versioned_cookbooks configurable by consumersjk/versioned_cookbooks_configJohn Keiser2014-09-051-6/+6
* remove JSON gem usageLamont Granquist2014-08-111-1/+1
* Make root_dir required for CookbookVersion to generate manifestJohn Keiser2014-04-231-0/+1
* Don't include .uploaded-cookbook-version.json in knife uploadJohn Keiser2014-04-221-12/+16
* Don't consider .uploaded-cookbook-version.json uploadableJohn Keiser2014-04-221-2/+4
* Do not automatically create data bagsJohn Keiser2014-04-221-1/+3
* Support storage of uploaded cookbook version in local modeJohn Keiser2014-04-221-0/+2
* Raise exception from /cookbooks/NAME if cookbook does not existJohn Keiser2014-04-211-1/+5
* Fix list /cookbooks/<name> for chef-zeroJohn Keiser2014-04-211-4/+6
* Raise better exceptions in local modeJohn Keiser2014-04-211-12/+43
* Fix DELETE requests for -z for all endpoints, and PUT/POST for cookbooksJohn Keiser2013-10-111-1/+1
* Fix data bag upload to not include extra chef_type/data_bag keysJohn Keiser2013-09-121-5/+1
* Don't do extra work recreating the chef_fs every time in knife serveJohn Keiser2013-09-121-1/+5
* CHEF-4233: get rid of extra chef_type/data_bag keys added to data bag in knif...John Keiser2013-06-121-5/+1
* Add useful description of local_fs repository for chef-zero to printJohn Keiser2013-06-071-0/+4
* Move ChefFSDataStore and config out to where they can be used by non-knife cl...John Keiser2013-06-071-0/+371