pulumi/sdk/go/common
Levi Blackstone 05e382fdee
[sdk/go] Add config.SyncMap to support config concurrency
Add a new config.SyncMap type that wraps the Map
type, which is used for Pulumi config values. SyncMap
overloads all Map methods but adds locking around the
method calls. This is not quite as performant as modifying
the Map type, but avoids the need for a breaking change.
2021-03-22 09:51:52 -06:00
..
apitype [automation/go] - Expose structured logging (#6436) 2021-03-10 20:49:48 -08:00
constant expose execution kind via update metadata (#5258) 2020-08-31 09:07:59 -07:00
diag Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
encoding Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
resource [sdk/go] Add config.SyncMap to support config concurrency 2021-03-22 09:51:52 -06:00
testing Support locking on filestate logins (#2697) 2021-03-16 14:00:47 +11:00
tokens Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
tools switch os/user with luser 2020-07-27 14:44:08 -07:00
util Add support when GOPATH has multiple folders (#6506) 2021-03-11 21:11:32 +00:00
version move pkg/version -> sdk/go/common/version 2020-03-18 15:25:25 -07:00
workspace [sdk/go] Cache loaded configuration files (#6576) 2021-03-19 10:52:12 -06:00