-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[dashboard] github app installation #3704
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
12f11c0
to
bdb4f3e
Compare
TODO: Remove changes in
|
fixes ##3702 |
@@ -1205,7 +1205,7 @@ export class GitpodServerImpl<Client extends GitpodClient, Server extends Gitpod | |||
const user = this.checkAndBlockUser(); | |||
|
|||
if (!this.env.githubAppEnabled) { | |||
throw new ResponseError(ErrorCodes.NOT_FOUND, 'User is not authenticated. Please login.'); | |||
throw new ResponseError(ErrorCodes.NOT_FOUND, 'No GitHub enabled for this installation. Please talk to your administrator.'); |
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.
Should be 'No GitHub app enabled ....'
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
bdb4f3e
to
2250b76
Compare
2250b76
to
55b137c
Compare
<span className="text-gray-500">This action will also allow Gitpod to access private repositories. You can edit git provider permissions later in user settings.</span> | ||
</div> | ||
<div className="mt-6"> | ||
<button className="secondary">Cancel</button> |
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.
issue: This went through with no action. We could potentially remove the button all together. /cc @csweichel @svenefftinge
How to Test