summaryrefslogtreecommitdiff
path: root/lib/chef_zero/data_store/default_facade.rb
Commit message (Expand)AuthorAgeFilesLines
* ChefStyletm/styleThom May2016-07-291-5/+5
* Correct policy_groups default permissionsJohn Keiser2016-01-271-1/+1
* Removing 'json' gem dependency, replacing with 'ffi-yajl'tball/chef-zero-yajl-replace-jsontyler-ball2014-09-261-1/+1
* Get rspec data working again for creatorless dataJohn Keiser2014-08-221-3/+5
* Fix cookbook ACLs (set can create directories)John Keiser2014-08-221-2/+7
* Make acls endpoints return 405 for disallowed methodsJohn Keiser2014-08-221-1/+1
* Move all defaults to DefaultCreator, calculate on fly,John Keiser2014-08-221-341/+34
* Get rid of owner storage, move to explicit container acl modelJohn Keiser2014-08-221-84/+132
* Build full acls for groups; don't give new container objectsJohn Keiser2014-08-221-20/+42
* Move owners_of to AclBaseJohn Keiser2014-08-221-38/+0
* clients created w/org do not own themselves;John Keiser2014-08-221-5/+11
* Fix data acl defaults (was not taking container into account)John Keiser2014-08-221-1/+2
* Include both org owner and superuser in org aclsJohn Keiser2014-08-221-22/+62
* Both organization/_acl and organizations/_acl existJohn Keiser2014-08-221-5/+15
* Fix default acls to match oc-chef-pedantJohn Keiser2014-08-221-18/+9
* Make org creator automatically an adminJohn Keiser2014-08-221-6/+6
* Automatically associate creator with orgJohn Keiser2014-08-221-11/+21
* ORG/organization/_acl -> ORG/organizations/_aclJohn Keiser2014-08-221-0/+3
* Fix defaults for clients groupJohn Keiser2014-08-221-4/+4
* Get ChefFS data store working with the new DefaultFacadeJohn Keiser2014-07-231-2/+2
* Add file storeJohn Keiser2014-07-231-1/+1
* Introduce osc_compat so multi org can still use osc_compatJohn Keiser2014-07-231-5/+5
* Implement /organizations/ORG/users/... endpointsJohn Keiser2014-07-231-4/+2
* Add /users/NAME/association_requests/...John Keiser2014-07-231-1/+2
* Add /organizations/ORG/association_requests/... endpointsJohn Keiser2014-07-231-1/+2
* Add global user acls endpointJohn Keiser2014-07-231-13/+20
* Add /users top level endpointJohn Keiser2014-07-231-6/+19
* Add ACL putJohn Keiser2014-07-231-1/+21
* Fix issue with billing-admins default aclsJohn Keiser2014-07-231-1/+1
* Move org defaults to a common class, DefaultFacadeJohn Keiser2014-07-231-0/+316