pulumi/sdk/go/common
svangordon-fruit 29fa23d6d9
Accept git remotes with periods in hostname (#7386)
Fix `cloudSourceControlSSHRegex` so that it will match git remotes with periods or hyphens in the hostname. However, `azureSourceControlSSHRegex` _does_ match hostnames with a period. As a result, `TryGetVCSInfo` will treat these sorts of remotes as Azure source control remotes and drop the first group. This causes updates to have an incorrect `"vcs.kind"` field. For example, an update with a Git remote of `github.foo.acme.com` will have a `"vcs.kind"` field of `foo.acme.com`. This occurs if a user is using a self-hosted GH enterprise instance.
2021-08-01 10:47:44 -07:00
..
apitype Add ContinuationToken to ListStacksResponse (#7510) 2021-07-13 14:01:39 -07:00
constant expose execution kind via update metadata (#5258) 2020-08-31 09:07:59 -07:00
diag [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
encoding [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
resource Revert flag parse ordering change (#7640) 2021-07-27 12:42:52 -04:00
testing Read passphrase from the terminal when rotating. (#7347) 2021-06-22 11:13:57 -07:00
tokens [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
tools [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
util Accept git remotes with periods in hostname (#7386) 2021-08-01 10:47:44 -07:00
version move pkg/version -> sdk/go/common/version 2020-03-18 15:25:25 -07:00
workspace Fanout build experiment (#7628) 2021-07-27 10:07:15 -04:00