-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Fix: Allow partial integration results when some providers have authentication failures #4748
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
Draft
+81
−36
Conversation
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
Copilot
AI
changed the title
(削除) [WIP] Fix integration error due to bad Azure credentials (削除ここまで)
(追記) Fix: Allow partial integration results when some providers have authentication failures (追記ここまで)
Nov 13, 2025
Copilot finished work on behalf of
sergeibbb
November 13, 2025 13:47
sergeibbb
added a commit
that referenced
this pull request
Nov 13, 2025
Updates integration result handling to return an error only if all integration calls fail, allowing partial successes to be returned even when some calls encounter errors. Improves resilience and user feedback by ensuring that failures in some integrations do not prevent successful results from being delivered. (#4492, #4748)
@sergeibbb
sergeibbb
force-pushed
the
copilot/fix-integration-error-launchpad
branch
from
November 13, 2025 14:31
a154fa5 to
914781c
Compare
sergeibbb
added a commit
that referenced
this pull request
Nov 17, 2025
sergeibbb
added a commit
that referenced
this pull request
Nov 17, 2025
sergeibbb
added a commit
that referenced
this pull request
Nov 17, 2025
Enhances the launchpad error display by detecting authentication errors and providing a clearer, actionable message with options to reconnect integrations directly from the UI. Aggregates multiple errors to surface the most relevant cause and streamlines error item creation for consistency. Improves user experience by making it easier to resolve integration authentication issues. (#4492, #4748)
Updates integration result handling to return an error only if all integration calls fail, allowing partial successes to be returned even when some calls encounter errors. Improves resilience and user feedback by ensuring that failures in some integrations do not prevent successful results from being delivered. (#4492, #4748)
Enhances the launchpad error display by detecting authentication errors and providing a clearer, actionable message with options to reconnect integrations directly from the UI. Aggregates multiple errors to surface the most relevant cause and streamlines error item creation for consistency. Improves user experience by making it easier to resolve integration authentication issues. (#4492, #4748)
@sergeibbb
sergeibbb
force-pushed
the
copilot/fix-integration-error-launchpad
branch
from
November 17, 2025 13:46
d4f9c6d to
75d7275
Compare
sergeibbb
added a commit
that referenced
this pull request
Nov 18, 2025
(#4492, #4748) Introduces a "Show Output Channel" command accessible via command palette and context menus, with appropriate icons and menu placements. Enhances the Launchpad view to display actionable error messages, distinguishing authentication errors from general failures, and adds context-specific actions for resolving them. Improves user experience by making error states more visible and easier to address directly from the UI.
sergeibbb
added a commit
that referenced
this pull request
Nov 18, 2025
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.
Uh oh!
There was an error while loading. Please reload this page.
Authentication failures in one integration (e.g., Azure DevOps) block all other integrations (e.g., GitHub) from displaying results in Launchpad. This also affects other consumers of
getMyPullRequests().Changes
Modified
IntegrationService.getMyPullRequestsCore():Before vs After
This aligns with the existing pattern in
getMyIssuesCore()which already handles partial failures gracefully.Related
Fixes #4731
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.