mirror of https://github.com/pulumi/pulumi.git
538fb3581d
12001: Support clones from Azure DevOps r=RobbieMcKinstry a=squaremo In general, go-git can't clone from Azure DevOps, because the latter requires the capabilities multi_ack and multi_ack_detailed, which aren't implemented. However, there's now a workaround, which boils down to this: pretend, for the initial clone, that those capabilities _are_ supported, and expect them not to be used. (See https://github.com/go-git/go-git/pull/613 for more on this workaround.) I tried this with a personal Azure DevOps account; an automated test would need either a reliably long-lived Azure DevOps repo, or a test server that can mimic Azure DevOps' particular capabilities. I'm open to suggestions! 12025: [sdks/go] Delegate alias computation to the engine r=abhinav a=Zaid-Ajaj Fixes #11066 Addresses #11697 Credit to `@abhinav` for making aliases unit-testable by intercepting `RegisterResource` calls. > I did change the test slightly so that it either checks for `AliasURNs: []string` or `Aliases: []*pulumirpc.Alias` because I've made it such that one of them is `nil` depending on `supportsAliasSpecs` ## Checklist <!--- Please provide details if the checkbox below is to be left unchecked. --> - [x] I have added tests that prove my fix is effective or that my feature works <!--- User-facing changes require a CHANGELOG entry. --> - [x] I have run `make changelog` and committed the `changelog/pending/<file>` documenting my change <!-- If the change(s) in this PR is a modification of an existing call to the Pulumi Service, then the service should honor older versions of the CLI where this change would not exist. You must then bump the API version in /pkg/backend/httpstate/client/api.go, as well as add it to the service. --> - [ ] Yes, there are changes in this PR that warrants bumping the Pulumi Service API version <!-- `@Pulumi` employees: If yes, you must submit corresponding changes in the service repo. --> Co-authored-by: Michael Bridgen <mbridgen@pulumi.com> Co-authored-by: Zaid Ajaj <zaid.naom@gmail.com> |
||
---|---|---|
.. | ||
20230123--cli--adds-a-shell-flag-to-pulumi-stack-output-to-print-outputs-as-a-shell-script.yaml | ||
20230124--sdk-python--fix-handling-of-output-keys-in-dicts-passed-to-output-from_input.yaml | ||
20230126--sdkgen--correctly-error-on-resource-using-the-reservered-name-provider.yaml | ||
20230130--sdk-python--delegate-alias-computation-to-the-engine.yaml | ||
20230131--programgen--add-a-new-unsecret-intrinsic-function-to-pcl.yaml | ||
20230131--sdk-go--delegate-alias-computation-to-the-engine.yaml | ||
20230202--auto--adds-support-for-cloning-from-azure-devops.yaml | ||
20230202--sdkgen-go--go-sdks-now-use-errors-new-instead-of-github-com-pkg-errors-new.yaml | ||
20230204--cli--add-insecure-flag-to-pulumi-login-which-disables-https-certificate-checks.yaml |