summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/chef_fs_data_store.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "another chefstyle catchup + pull master"Lamont Granquist2016-01-181-7/+7
* another chefstyle catchup + pull masterLamont Granquist2016-01-181-7/+7
* No cookbook versions is missing cookbookjk/cookbook-artifacts-local-modeJohn Keiser2016-01-151-0/+3
* Split identifier from name for cookbook_artifactsJohn Keiser2016-01-151-1/+3
* Don't treat the cookbook as missing just because it has no versions--John Keiser2016-01-151-3/+0
* Create a default cookbook artifact that looks like what the pedant tests expectJohn Keiser2016-01-151-1/+18
* Treat cookbook artifacts the same as cookbooks for local modeJohn Keiser2016-01-151-48/+48
* Allow top level directories to be created in local modejk/policies-local-modeJohn Keiser2016-01-151-1/+1
* Treat repository policies dir as one level (/policies/name-revision.json)John Keiser2016-01-151-19/+75
* Make local mode respect policiesJohn Keiser2016-01-151-26/+84
* Use double quotes by defaultThom May2016-01-141-79/+79
* Move server and repository fs objects to their own directoriesJohn Keiser2016-01-131-2/+2
* Don't feed policies to older versions of chef-zeroJohn Keiser2015-12-151-1/+8
* Add knife/ChefFS support for policyfiles and policy_groups.John Keiser2015-12-151-0/+33
* Use repo_mode to decide whether to treat /users asJohn Keiser2015-11-181-7/+13
* Fix /acls/environments and /acls/environments/x.jsonJohn Keiser2015-11-181-1/+14
* Support POST /organizations/NAME/association_requests and POST /organizations...John Keiser2015-11-181-0/+160
* 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