summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add organization, acl, group, container rspec macrosrspec_enterpriseJohn Keiser2014-08-263-44/+198
* Update to latest chef gemJohn Keiser2014-08-222-2/+2
* Bump revision to 3.0v3.0John Keiser2014-08-222-2/+2
* Bump revision to 3.0.0.rc.1v3.0.0.rc.1John Keiser2014-08-222-1/+6
* Add APIs for enterprisey thingsJohn Keiser2014-08-221-8/+55
* Update to chef that points at chef-zero 3.0John Keiser2014-08-222-2/+2
* Fix issue where default objects didn't report their deletionJohn Keiser2014-08-221-11/+6
* Get rspec data working again for creatorless dataJohn Keiser2014-08-222-4/+6
* Alias ChefData::CookbookData to CookbookData for backcompatJohn Keiser2014-08-221-0/+2
* Update to latest pedantJohn Keiser2014-08-222-3/+3
* Add license endpointJohn Keiser2014-08-222-0/+27
* Add POST /organizations/ORG/users/NAME to add user directJohn Keiser2014-08-221-0/+24
* SimplifyJohn Keiser2014-08-221-2/+2
* Update to latest chefJohn Keiser2014-08-222-3/+3
* Move CookbookData and DataNormalizer under ChefDataJohn Keiser2014-08-2223-479/+483
* Update pedant refs to latestJohn Keiser2014-08-222-3/+3
* Register created owners even on deleted defaultsJohn Keiser2014-08-221-2/+10
* Make "already in org" do 409, not 403John Keiser2014-08-221-2/+1
* Fix 404 in assoc. request count to be correctJohn Keiser2014-08-221-1/+1
* Remove /verify_passwordJohn Keiser2014-08-222-24/+0
* Add users to the users group in an org if not already thereJohn Keiser2014-08-221-0/+10
* Make association request endpoint match oc-chef-pedantJohn Keiser2014-08-221-1/+1
* Verify that the user exists before getting association requestsJohn Keiser2014-08-222-0/+3
* Don't set type / membership unless json retrievedJohn Keiser2014-08-221-2/+4
* Fix cookbook ACLs (set can create directories)John Keiser2014-08-224-15/+25
* Make /containers/organizations realJohn Keiser2014-08-222-15/+16
* Make acls endpoints return 405 for disallowed methodsJohn Keiser2014-08-227-32/+10
* Give V1ToV2Adapter the ability to deal with / and /orgsJohn Keiser2014-08-221-24/+28
* Get adapters working with default facade for ChefFSJohn Keiser2014-08-222-12/+25
* Validator clients don't own clientsJohn Keiser2014-08-221-5/+19
* Get users endpoint passing oc-chef-pedantJohn Keiser2014-08-225-8/+36
* Get users endpoint (mostly) up to oc-chef-pedant standardsJohn Keiser2014-08-2211-14/+72
* Get principals endpoint passing oc_chef_pedantJohn Keiser2014-08-221-2/+6
* Report authz id and whether principal is a member of the orgJohn Keiser2014-08-221-2/+12
* Get organization endpoint passing oc-chef-pedantJohn Keiser2014-08-223-3/+9
* Get authenticate_user workingJohn Keiser2014-08-221-3/+5
* Let non-validator clients own themselvesJohn Keiser2014-08-221-15/+11
* Fix list of /organizations/ORG/acls/containersJohn Keiser2014-08-221-1/+5
* Get groups endpoint passing oc chef pedantJohn Keiser2014-08-221-0/+1
* Get container endpoints passing oc pedantJohn Keiser2014-08-222-2/+5
* Move all defaults to DefaultCreator, calculate on fly,John Keiser2014-08-2220-493/+697
* Get association requests passing oc-chef-pedantJohn Keiser2014-08-223-7/+9
* Fix pedant_users to contain all oc-chef-pedant usersJohn Keiser2014-08-221-41/+44
* Fix data bags for multi-identity-key changeJohn Keiser2014-08-222-4/+4
* Don't merge container/container ACLs for new containersJohn Keiser2014-08-221-9/+8
* Don't merge acls if the user has set aclsJohn Keiser2014-08-221-23/+24
* Delete acls when object is deletedJohn Keiser2014-08-227-30/+46
* Get rid of owner storage, move to explicit container acl modelJohn Keiser2014-08-222-111/+145
* Build full acls for groups; don't give new container objectsJohn Keiser2014-08-223-23/+50
* Move owners_of to AclBaseJohn Keiser2014-08-222-39/+41