Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get enterprise chef-zero passing oc-chef-pedant #84

Merged
merged 65 commits into from
Aug 22, 2014
Merged

Commits on Aug 22, 2014

  1. Make oc-chef-pedant run

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    f72e479 View commit details
    Browse the repository at this point in the history
  2. User key is "username" (not "name") on EC

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    dd2f819 View commit details
    Browse the repository at this point in the history
  3. Make the requestor the one who "created" the object.

    No sense making ACLs for it all the time.
    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    914c827 View commit details
    Browse the repository at this point in the history
  4. Fix defaults for clients group

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    902d113 View commit details
    Browse the repository at this point in the history
  5. ORG/organization/_acl -> ORG/organizations/_acl

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    c267b63 View commit details
    Browse the repository at this point in the history
  6. Automatically associate creator with org

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    3f401a6 View commit details
    Browse the repository at this point in the history
  7. Support alternate syntax for groups.actors

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    4aa1fcc View commit details
    Browse the repository at this point in the history
  8. Skip USAG tests, we're seriously not gonna make them

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    183ce17 View commit details
    Browse the repository at this point in the history
  9. Make org creator automatically an admin

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    81f8848 View commit details
    Browse the repository at this point in the history
  10. Fix default acls to match oc-chef-pedant

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    dbb7dbd View commit details
    Browse the repository at this point in the history
  11. Both organization/_acl and organizations/_acl exist

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    9a44398 View commit details
    Browse the repository at this point in the history
  12. Make _acl wrong method raise 404 instead of 405

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    f14e184 View commit details
    Browse the repository at this point in the history
  13. /organizations/ORG/organization/_acl/create should 404

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    c5d4054 View commit details
    Browse the repository at this point in the history
  14. Include both org owner and superuser in org acls

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    5c6c2a6 View commit details
    Browse the repository at this point in the history
  15. Clients have access to themselves

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    317d723 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8261c7a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e350287 View commit details
    Browse the repository at this point in the history
  18. clients created w/org do not own themselves;

    containers created w/org do not follow org rules
    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    c5a81a1 View commit details
    Browse the repository at this point in the history
  19. Move owners_of to AclBase

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    512267c View commit details
    Browse the repository at this point in the history
  20. Build full acls for groups; don't give new container objects

    any groups by default
    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    2215d4c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d77274c View commit details
    Browse the repository at this point in the history
  22. Delete acls when object is deleted

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    ed21f72 View commit details
    Browse the repository at this point in the history
  23. Don't merge acls if the user has set acls

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    cb18806 View commit details
    Browse the repository at this point in the history
  24. Don't merge container/container ACLs for new containers

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    d03a792 View commit details
    Browse the repository at this point in the history
  25. Fix data bags for multi-identity-key change

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    050901c View commit details
    Browse the repository at this point in the history
  26. Fix pedant_users to contain all oc-chef-pedant users

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    d55406b View commit details
    Browse the repository at this point in the history
  27. Get association requests passing oc-chef-pedant

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    91768b0 View commit details
    Browse the repository at this point in the history
  28. Move all defaults to DefaultCreator, calculate on fly,

    remember ownership
    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    0bccfd7 View commit details
    Browse the repository at this point in the history
  29. Get container endpoints passing oc pedant

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    cdf5a01 View commit details
    Browse the repository at this point in the history
  30. Get groups endpoint passing oc chef pedant

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    d3c5d4a View commit details
    Browse the repository at this point in the history
  31. Fix list of /organizations/ORG/acls/containers

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    b0556a3 View commit details
    Browse the repository at this point in the history
  32. Let non-validator clients own themselves

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    e7f99fb View commit details
    Browse the repository at this point in the history
  33. Get authenticate_user working

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    21d8787 View commit details
    Browse the repository at this point in the history
  34. Get organization endpoint passing oc-chef-pedant

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    1d24016 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    fb4f17f View commit details
    Browse the repository at this point in the history
  36. Get principals endpoint passing oc_chef_pedant

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    f16071f View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    9da161d View commit details
    Browse the repository at this point in the history
  38. Get users endpoint passing oc-chef-pedant

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    3372e86 View commit details
    Browse the repository at this point in the history
  39. Validator clients don't own clients

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    c29e097 View commit details
    Browse the repository at this point in the history
  40. Get adapters working with default facade for ChefFS

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    bed28bb View commit details
    Browse the repository at this point in the history
  41. Give V1ToV2Adapter the ability to deal with / and /orgs

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    57203ee View commit details
    Browse the repository at this point in the history
  42. Make acls endpoints return 405 for disallowed methods

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    a4efe10 View commit details
    Browse the repository at this point in the history
  43. Make /containers/organizations real

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    c02c905 View commit details
    Browse the repository at this point in the history
  44. Fix cookbook ACLs (set can create directories)

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    c5db8bb View commit details
    Browse the repository at this point in the history
  45. Don't set type / membership unless json retrieved

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    965edb4 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    ebba48b View commit details
    Browse the repository at this point in the history
  47. Make association request endpoint match oc-chef-pedant

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    f903287 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    25c8afd View commit details
    Browse the repository at this point in the history
  49. Remove /verify_password

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    ca68846 View commit details
    Browse the repository at this point in the history
  50. Fix 404 in assoc. request count to be correct

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    862a5b9 View commit details
    Browse the repository at this point in the history
  51. Make "already in org" do 409, not 403

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    558451e View commit details
    Browse the repository at this point in the history
  52. Register created owners even on deleted defaults

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    4e1774e View commit details
    Browse the repository at this point in the history
  53. Update pedant refs to latest

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    0be3f9a View commit details
    Browse the repository at this point in the history
  54. Move CookbookData and DataNormalizer under ChefData

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    12e86dc View commit details
    Browse the repository at this point in the history
  55. Update to latest chef

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    43c0e44 View commit details
    Browse the repository at this point in the history
  56. Simplify

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    4c355c7 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    e21113a View commit details
    Browse the repository at this point in the history
  58. Add license endpoint

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    e26df58 View commit details
    Browse the repository at this point in the history
  59. Update to latest pedant

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    5a6c93b View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    1d31835 View commit details
    Browse the repository at this point in the history
  61. Get rspec data working again for creatorless data

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    8e71318 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    82e0cca View commit details
    Browse the repository at this point in the history
  63. Update to chef that points at chef-zero 3.0

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    cf36294 View commit details
    Browse the repository at this point in the history
  64. Add APIs for enterprisey things

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    a334d4b View commit details
    Browse the repository at this point in the history
  65. Bump revision to 3.0.0.rc.1

    John Keiser committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    8df5413 View commit details
    Browse the repository at this point in the history