pulumi/pkg/backend
Matthew Riley 71e9d8c2af Use bytes.Reader instead of bytes.Buffer
Calling `bytes.NewBuffer` gives up ownership of the backing memory and creates
a _mutable_ buffer. We don't need that, so let's use `bytes.NewReader` instead.
2018-06-03 01:33:50 -07:00
..
cloud Use bytes.Reader instead of bytes.Buffer 2018-06-03 01:33:50 -07:00
local Fail fast when attempting to load a too-new or too-old deployment (#1382) 2018-05-25 13:29:59 -07:00
state Add license headers 2018-05-22 15:02:47 -07:00
backend.go Add license headers 2018-05-22 15:02:47 -07:00
display.go Add license headers 2018-05-22 15:02:47 -07:00
snapshot.go Fix a confusing error message arising from multiple API calls failing in the same way (#1432) 2018-05-24 15:36:35 -07:00
snapshot_test.go Add license headers 2018-05-22 15:02:47 -07:00
stack.go Relax stack name requirements (#1381) 2018-05-29 13:52:11 -07:00
updates.go Add license headers 2018-05-22 15:02:47 -07:00