-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Change Collaborators List to include permissions #4814
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
Conversation
The CI build is failing due to the SDK being slightly out-of-date. There is a pull request for this at go-gitea/go-sdk#116 |
0dc7e62
to
7bf82fc
Compare
Hmm... Thinking on there is a way of adding this without making a breaking change to the api. Would it be more preferable to change the api to: /api/v1/repos/{owner}/{repo}/collaborators/{collaborator}/permissions and: /api/v1/repos/{owner}/{repo}/permissions ? |
7bf82fc
to
18ef90b
Compare
18ef90b
to
979d9c2
Compare
654caa9
to
f34e46e
Compare
84faf46
to
7e0bc54
Compare
630b7c4
to
ec5756b
Compare
c56810a
to
33dade7
Compare
Signed-off-by: Andrew Thornton <[email protected]>
…n the permission Signed-off-by: Andrew Thornton <[email protected]>
33dade7
to
b3c8175
Compare
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 months. Thank you for your contributions. |
This pull request adjusts the api for /api/v1/repos/:owner/:reponame/collaborators to return the permissions for each collaborator, making this api a bit more useful.