summaryrefslogtreecommitdiff
path: root/lib/chef_zero/endpoints/organization_association_requests_endpoint.rb
Commit message (Expand)AuthorAgeFilesLines
* Optimize requires for non-omnibus installsTim Smith2020-08-121-1/+1
* Substitute require for require_relativeTim Smith2019-12-291-1/+1
* remove create additions flaglcg/remove-create-additionsLamont Granquist2016-09-021-1/+1
* Revert "remove create additions flag"Lamont Granquist2016-09-021-1/+1
* remove create additions flagLamont Granquist2016-09-021-1/+1
* ChefStyletm/styleThom May2016-07-291-6/+6
* Adding back logic to delete the association request when adding a user to an ...tball/add_user_to_orgtyler-ball2015-08-191-1/+11
* Support POST /organizations/ORGNAME/usersAndrew Brown2015-07-101-13/+4
* Removing 'json' gem dependency, replacing with 'ffi-yajl'tball/chef-zero-yajl-replace-jsontyler-ball2014-09-261-2/+2
* Make "already in org" do 409, not 403John Keiser2014-08-221-2/+1
* Get association requests passing oc-chef-pedantJohn Keiser2014-08-221-2/+3
* Implement /organizations/ORG/users/... endpointsJohn Keiser2014-07-231-2/+1
* Add /users/NAME/association_requests/...John Keiser2014-07-231-6/+9
* Add /organizations/ORG/association_requests/... endpointsJohn Keiser2014-07-231-0/+27