-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[server] add vscode(-insiders) ouath2 clients #6272
Conversation
/werft run 👍 started the job as gitpod-build-server-vscode-oauth2.1 |
/werft run 👍 started the job as gitpod-build-server-vscode-oauth2.2 |
/werft run 👍 started the job as gitpod-build-server-vscode-oauth2.3 |
/werft run 👍 started the job as gitpod-build-server-vscode-oauth2.4 |
/werft run 👍 started the job as gitpod-build-server-vscode-oauth2.5 |
/werft run 👍 started the job as gitpod-build-server-vscode-oauth2.6 |
8d0cb95
to
265ce2c
Compare
/werft run 👍 started the job as gitpod-build-server-vscode-oauth2.9 |
4ccda96
to
1029829
Compare
@@ -419,7 +419,7 @@ export class TypeORMUserDBImpl implements UserDB { | |||
} else { | |||
var user: MaybeUser; | |||
if (accessToken.user) { | |||
user = await this.findUserById(accessToken.user.id) | |||
user = await this.findUserById(String(accessToken.user.id)) |
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.
nit: we never use String
. In this case maybe .toString()
would be a more idiomatic solution.
/werft run 👍 started the job as gitpod-build-server-vscode-oauth2.12 |
Added team IDE because merging actually blocked by me 😅 |
Closing this for now. see internal discussion. |
66a2b05
to
71c83cb
Compare
/werft run with-clean-slate-deployment 👍 started the job as gitpod-build-server-vscode-oauth2.19 |
/werft run 👍 started the job as gitpod-build-server-vscode-oauth2.22 |
ec64495
to
aaa462c
Compare
aaa462c
to
5a2989a
Compare
@geropl could you review this 🙏 |
/unhold |
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.
LGTM
Description
It adds 2 new oauth2 clients for Gitpod Server: VS Code Desktop and VS Code Desktop Insiders.
Related Issue(s)
#3733
How to test
Check that the local app is still working.
Release Notes
Documentation