pulumi/pkg/backend
Pat Gavlin eeff5257c3
Do not read TGZs into memory. (#5983)
* Do not read TGZs into memory.

This runs a serious risk of exhausting the memory on lower-end machines
(e.g. certain CI VMs), especially given the potential size of some
plugins.

* CHANGELOG

* fixes
2020-12-20 12:54:11 -08:00
..
display Assume no terminal if the display width/height is 0 (#5959) 2020-12-18 15:38:15 -08:00
filestate Correctly rename stack files during a rename (#5812) 2020-12-01 16:55:48 -08:00
httpstate Do not read TGZs into memory. (#5983) 2020-12-20 12:54:11 -08:00
state Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
apply.go [cli] Add an import command. (#4765) 2020-10-14 12:51:53 +01:00
backend.go Correctly rename stack files during a rename (#5812) 2020-12-01 16:55:48 -08:00
backend_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01: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 Correctly rename stack files during a rename (#5812) 2020-12-01 16:55:48 -08:00
policypack.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
query.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
snapshot.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
snapshot_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
stack.go Correctly rename stack files during a rename (#5812) 2020-12-01 16:55:48 -08:00
updates.go expose execution kind via update metadata (#5258) 2020-08-31 09:07:59 -07:00
watch.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00