-
Notifications
You must be signed in to change notification settings - Fork 111
Add oAuth plugin API methods #665
Conversation
Signed-off-by: Igor Vinokur <ivinokur@redhat.com>
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) ℹ️ |
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) ℹ️ |
crw-ci-test |
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) ℹ️ |
crw-ci-test |
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) ℹ️ |
async getOAuthProviders(): Promise<string[]> { | ||
const cheApiClient = await this.getCheApiClient(); | ||
try { | ||
return await cheApiClient.getOAuthProviders(); |
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.
PR check fails here because of error:
task-plugin: $ rimraf lib
@eclipse-che/theia-plugin-ext: [compile] src/node/che-api-service.ts(301,39): error TS2339: Property 'getOAuthProviders' does not exist on type 'IRemoteAPI'.
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) |
* Fix width of automatic plugin report Currently the automatic plugin report looks very scrunched. This change will allow the table to take up the width of the page. Signed-off-by: Eric Williams <ericwill@redhat.com> * Use palette.styl Signed-off-by: Eric Williams <ericwill@redhat.com>
Signed-off-by: Igor Vinokur ivinokur@redhat.com
What does this PR do?
Add
getProviders()
andisAuthenticated()
oAuth methods to plugin API.What issues does this PR fix or reference?
eclipse-che/che#15261
Release Notes
Docs PR