Conversation
sergeibbb
added a commit
that referenced
this pull request
Jan 13, 2025
sergeibbb
added a commit
that referenced
this pull request
Jan 13, 2025
ede3ded to
f00ba5b
Compare
sergeibbb
added a commit
that referenced
this pull request
Jan 13, 2025
sergeibbb
added a commit
that referenced
this pull request
Jan 13, 2025
sergeibbb
added a commit
that referenced
this pull request
Jan 13, 2025
sergeibbb
added a commit
that referenced
this pull request
Jan 13, 2025
Member
Author
sergeibbb
added a commit
that referenced
this pull request
Jan 13, 2025
sergeibbb
added a commit
that referenced
this pull request
Jan 13, 2025
f00ba5b to
b15b070
Compare
sergeibbb
added a commit
that referenced
this pull request
Jan 13, 2025
sergeibbb
added a commit
that referenced
this pull request
Jan 13, 2025
sergeibbb
added a commit
that referenced
this pull request
Jan 13, 2025
sergeibbb
added a commit
that referenced
this pull request
Jan 13, 2025
sergeibbb
added a commit
that referenced
this pull request
Jan 13, 2025
sergeibbb
added a commit
that referenced
this pull request
Jan 13, 2025
b15b070 to
fb6f815
Compare
sergeibbb
added a commit
that referenced
this pull request
Jan 13, 2025
sergeibbb
added a commit
that referenced
this pull request
Jan 13, 2025
sergeibbb
added a commit
that referenced
this pull request
Jan 13, 2025
sergeibbb
added a commit
that referenced
this pull request
Jan 13, 2025
eamodio
approved these changes
Jan 14, 2025
Member
eamodio
left a comment
There was a problem hiding this comment.
Overall it looks good - though I did have a few questions.
sergeibbb
added a commit
that referenced
this pull request
Jan 14, 2025
sergeibbb
added a commit
that referenced
this pull request
Jan 14, 2025
sergeibbb
added a commit
that referenced
this pull request
Jan 14, 2025
eamodio
reviewed
Jan 15, 2025
eamodio
reviewed
Jan 15, 2025
eamodio
reviewed
Jan 15, 2025
Comment on lines
104
to
+108
| await this.container.storage.deleteSecret(key); | ||
| await this.authenticationService.removeConfigured({ | ||
| integrationId: this.authProviderId, | ||
| domain: isSelfHostedIntegrationId(this.authProviderId) ? sessionId : undefined, | ||
| }); |
Member
There was a problem hiding this comment.
Nit for another day, but it feels like these operations should be combined into the AuthService rather than in the base class.
eamodio
reviewed
Jan 15, 2025
Contributor
|
@sergeibbb Please feel free to take over from here including @eamodio 's review comments on my "configured integrations" changes. |
ramin-t
reviewed
Jan 15, 2025
15c7e7f to
672297d
Compare
sergeibbb
added a commit
that referenced
this pull request
Jan 15, 2025
sergeibbb
added a commit
that referenced
this pull request
Jan 15, 2025
sergeibbb
added a commit
that referenced
this pull request
Jan 15, 2025
sergeibbb
added a commit
that referenced
this pull request
Jan 15, 2025
sergeibbb
added a commit
that referenced
this pull request
Jan 15, 2025
sergeibbb
added a commit
that referenced
this pull request
Jan 15, 2025
sergeibbb
added a commit
that referenced
this pull request
Jan 15, 2025
benferizi
pushed a commit
to benferizi/vscode-gitlens
that referenced
this pull request
Feb 25, 2025
benferizi
pushed a commit
to benferizi/vscode-gitlens
that referenced
this pull request
Feb 25, 2025
benferizi
pushed a commit
to benferizi/vscode-gitlens
that referenced
this pull request
Feb 25, 2025
benferizi
pushed a commit
to benferizi/vscode-gitlens
that referenced
this pull request
Feb 25, 2025
benferizi
pushed a commit
to benferizi/vscode-gitlens
that referenced
this pull request
Feb 25, 2025
benferizi
pushed a commit
to benferizi/vscode-gitlens
that referenced
this pull request
Feb 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
#3901
Checklist
Fixes $XXX -orCloses #XXX -prefix to auto-close the issue that your PR addresses