-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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 API endpoints to manage OAuth2 Application (list/create/delete) #10437
Add API endpoints to manage OAuth2 Application (list/create/delete) #10437
Conversation
Added List and Delete methods as requested. |
6e4d549
to
b179bfa
Compare
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.
great work @IGZgustavomarin only smal nits left and we need some tests
9521b76
to
7d2b16e
Compare
this is a big project, I've tried to setup my environment for testing but couldn't do it. I'll try again. But any help is welcome. Also not sure which criteria to follow add tests. Which methods of this PR should be covered? NOTE: Although, I did manual tests by building/running as a local docker image and sending requests with Postman. |
7d2b16e
to
2f7d6c8
Compare
CI Fail with:
|
fixed |
aa6c31c
to
f4120f4
Compare
Codecov Report
@@ Coverage Diff @@
## master #10437 +/- ##
==========================================
- Coverage 43.75% 43.75% -0.01%
==========================================
Files 586 586
Lines 81633 81633
==========================================
- Hits 35717 35716 -1
Misses 41492 41492
- Partials 4424 4425 +1
Continue to review full report at Codecov.
|
Kudos to @6543 for all the time you spent helping me to implement a better features and the tests. |
@IGZgustavomarin CI failed. |
Yes, but it fails on different places on each pipeline, and none on First on testing-amd64 > test-mysql >:
And then on testing-arm64 > test-sqlite >:
It doesn't seem related to this feature. Can the tests be run again? Or, in caseyou think this is related with this code, how to start debugging it. Thanks! |
07d51c3
to
c296222
Compare
@IGZgustavomarin if it CI fail unrelated the easyest way to restart is to push an empty commit: |
There were some changes on |
the most convenient methot to keep your pull up to date is the "update branch" botton of github |
ping lgtm |
Ping LG-TM |
This PR adds support to create OAuth2 Applications through the API. The intention is to be able to automate the creation of application programmatically.
Maybe it is related to the issue #8764 and #9210
Tasks: