You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enriches Azure autolinks on commits: issues and pull requests (#3996)
* Makes UI to request Auzure autolinks properly
* Retrieves an issue from Azure
* Retrieves and caches state-map for the current Azure project.
* Retrieves a pull request from Azure
* Provides more information about azure PR and issue types
* Retrieves pull request for a branch in Azure DevOps to show in Home
* Provides more information about azure PR and issue types
* Improves pull request conversion and models
* Updates typing
* Updates isVSTS check
---------
Co-authored-by: Ramin Tadayon <[email protected]>
: // TODO: Tighten the typing on ProviderReference to be specific to a remote provider, and then have a separate "integration" property (on autolinks and elsewhere)
228
+
// that is of a new type IntegrationReference specific to integrations. Otherwise, make remote provider ids line up directly with integration ids.
229
+
// Either way, this converting/casting hackery needs to go away.
// Fall back to the old logic assuming that integration id might be saved as provider id.
233
+
// TODO: it should be removed when we put providers and integrations in order. Conversation: https://github.com/gitkraken/vscode-gitlens/pull/3996#discussion_r1936422826
0 commit comments