* fix(azure-devops): retry with -preview api-version and keep project-level Git base for on-prem Server (STA-3494) Azure DevOps Server rejects api-version=7.1 with 400 VssInvalidPreviewVersionException unless the -preview suffix is supplied, so auth and every Git endpoint failed. Retry once with -preview on that rejection and remember the requirement per origin. Also stop letting a same-origin ORCA_AZURE_DEVOPS_API_BASE_URL (collection-level, needed only for the connectionData auth probe) override the project-level base derived from the remote for Git endpoints; cross-origin (proxy) overrides keep working. * fix(azure-devops): constrain preview retry and base override |
||
|---|---|---|
| .. | ||
| azure-devops-api-request.test.ts | ||
| azure-devops-api-request.ts | ||
| client.test.ts | ||
| client.ts | ||
| pull-request-creation.test.ts | ||
| pull-request-creation.ts | ||
| pull-request-mappers.test.ts | ||
| pull-request-mappers.ts | ||
| repository-ref.test.ts | ||
| repository-ref.ts | ||