pulumi/sdk/go/common
Fraser Waters 61aca31e4b Send resource name and type as well as URN to providers
We want to make URN's opaque tokens that don't need clients to parse them. One
thing providers currently parse the URN for is the resource name and type.
Pretty simple to extend the rpc interface to send these tokens as individual
fields plus the URN.

We can start getting providers to use these tokens and fallback to parsing,
eventuall providers can decide to take a requirement on an up-to-date engine
that sends these fields.
2023-09-25 22:00:47 +01:00
..
apitype Addresses initial Org Search feedback (#13920) 2023-09-12 00:18:43 +00:00
constant Send update metadata about update plans 2022-10-12 22:55:59 +01:00
diag [sdk] Update uniseg 2023-05-25 22:24:13 -07:00
encoding all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
env Add SelfManaged env vars (#14015) 2023-09-25 14:07:46 +00:00
resource Send resource name and type as well as URN to providers 2023-09-25 22:00:47 +01:00
slice Use slice.Prealloc instead of make([]T, 0, ...) 2023-06-29 11:27:50 +01:00
testing address comments: use os.UserHomeDir() and disable parallel tests 2023-06-26 13:53:58 +02:00
tokens Use fallback project name rather than "pulum" (#13953) 2023-09-18 18:01:37 +00:00
tools all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
util cmdutil: Support errors.Join-based multi-errors (#13813) 2023-09-01 19:01:16 +00:00
version move pkg/version -> sdk/go/common/version 2020-03-18 15:25:25 -07:00
workspace Add token info to whoami (#13206) 2023-09-23 12:46:11 +00:00