pulumi/pkg/backend
Pat Gavlin b1052008ff
[diff] Handle YAML maps with numeric keys. (#9503)
YAML supports mappings with arbitrarily-typed keys (unlike JSON, which
only supports string keys). These mappings decode into
`map[interface{}]interface{}` values, which are not supported by
`resource.NewPropertyValue`. These changes add a function to the display
logic that translates `map[interface{}]interface{}` values decoded from
YAML to `map[string]interface{}` values iff the keys are strings or
numeric values.

Fixes #9502.
2022-05-02 12:11:46 -07:00
..
display [diff] Handle YAML maps with numeric keys. (#9503) 2022-05-02 12:11:46 -07:00
filestate Fix backupTarget (#9476) 2022-04-26 19:44:00 +01:00
httpstate Remove type test from `pulumi console` (#9101) 2022-04-19 10:16:27 +01:00
state [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
apply.go [cli] Add a replay-events debug command. (#9271) 2022-04-07 09:03:19 -07:00
backend.go Return organizations from Backend.CurrentUser (#9211) 2022-03-31 09:11:19 +01:00
backend_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
errors.go Add a link to docs for the 409 Conflict error message (#3207) 2019-09-10 13:25:08 -07:00
mock.go Return organizations from Backend.CurrentUser (#9211) 2022-03-31 09:11:19 +01:00
policypack.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
query.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
snapshot.go fix: do nil check before iterating over subfield (#9299) 2022-03-25 15:11:18 -07:00
snapshot_test.go Read needs a non-empty ID (#9243) 2022-03-18 17:04:54 +00:00
stack.go Don't type test for stack tags in pulumi new (#9113) 2022-03-23 22:05:26 +00:00
updates.go Add user agent to the CLI, Go and Nodejs Automation API SDKs (#6935) 2021-04-30 07:26:23 -07:00
watch.go Preview of update plans (#8448) 2022-01-31 10:31:51 +00:00
watch_darwin_arm64.go Fix watch command in macos arm64 builds (#7345) 2021-06-21 14:33:30 -07:00