-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Add Get/Update for api/v1/user/applications/oauth2 #11008
Conversation
Had some fixups with registering the new endpoints and passing the tests. |
looks like an unrelated postgres logging error |
@dmolik pleace read the Contributing Guidline for API: https://github.com/go-gitea/gitea/blob/master/CONTRIBUTING.md#api-v1 |
@dmolik If you do not forcepush it's easier to review (pull get squash-merged at the end) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
last nit
Note for me: if merged, prepare UpdateOAuth2Application to return the app result back and handle errors |
Okie dokie, I went ahead and squashed the commits |
Looks like there were some mysql and mssql test failures, unrelated to this change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just push an empty commit to restart CI
Add api methods for getting and updating user oauth2 applications. Signed-off-by: Dan Molik <[email protected]>
@6543 sweet the build passed! want to give it a once over? |
Ping lgtm |
created refactor #11034 |
Following on from #11008 refactor UpdateOAuth2Application
Add api methods for getting and updating user oauth2 applications. Signed-off-by: Dan Molik <[email protected]> Co-authored-by: techknowlogick <[email protected]>
Following on from go-gitea#11008 refactor UpdateOAuth2Application
Add API methods for getting and updating user oauth2 applications.