pulumi/sdk
Michael Bridgen c48b9d9eaf
Accept short branch names in GitRepo.Branch (#10118)
* Accept short branch names in GitRepo.Branch

Users often give short names for branches -- e.g., `dev`, rather than
`refs/heads/dev`. This commit makes that work rather than produce an
error, by adopting the heuristic that anything that doesn't look like a
full branch name (i.e., not starting with ref/heads/) must be a short
name.

Signed-off-by: Michael Bridgen <mbridgen@pulumi.com>
2022-07-13 16:42:45 +01:00
..
dotnet Compile protobufs with "pulumi" namespace (#10074) 2022-07-12 14:45:03 +01:00
go Accept short branch names in GitRepo.Branch (#10118) 2022-07-13 16:42:45 +01:00
nodejs Compile protobufs with "pulumi" namespace (#10074) 2022-07-12 14:45:03 +01:00
proto/go Compile protobufs with "pulumi" namespace (#10074) 2022-07-12 14:45:03 +01:00
python Update python protobuf (#10063) 2022-07-12 21:24:51 +01:00
README.md Compile protobufs with "pulumi" namespace (#10074) 2022-07-12 14:45:03 +01:00
go.mod Add NewUniqueName (#9852) 2022-06-15 20:11:20 +01:00
go.sum Add NewUniqueName (#9852) 2022-06-15 20:11:20 +01:00

README.md

Pulumi Language SDKs

This directory contains the Pulumi SDKs for all supported languages.

Please see the respective READMEs for information about installing and using these libraries:

The language providers work by implementing gRPC interfaces defined in the top level directory proto.