pulumi/pkg/backend/httpstate
Luke Hoban 25011d9b7f
Compress `/import` API calls to the Pulumi REST API (#10558)
The Pulumi REST API supports GZIP compressed payloads, and we use this for `PATCH /checkpoints` and `POST /events/batch`.

We were not using it for `POST /import` or `POST /batch-decrypt`, even though both can in common cases need to upload multi-MB payloads.

We now GZIP these two payloads.
2022-09-01 20:14:13 -07:00
..
client Compress `/import` API calls to the Pulumi REST API (#10558) 2022-09-01 20:14:13 -07:00
backend.go allow `pulumi destroy -s <stack>` if not in a pulumi project dir (#9918) 2022-07-11 08:28:53 -07:00
backend_test.go test: use `T.Setenv` to set env vars in tests (#10234) 2022-07-24 10:41:44 +01:00
console.go Add support for a PULUMI_CONSOLE_DOMAIN env var (#4410) 2020-04-17 11:50:00 -07:00
console_test.go test: use `T.Setenv` to set env vars in tests (#10234) 2022-07-24 10:41:44 +01:00
crypto.go Move default secret manager to stack (#10423) 2022-08-18 15:31:34 +01:00
crypto_test.go Move default secret manager to stack (#10423) 2022-08-18 15:31:34 +01:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
policypack.go Respond to SIGINT during plugin install (#9793) 2022-06-09 14:57:56 -07:00
snapshot.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
stack.go Move default secret manager to stack (#10423) 2022-08-18 15:31:34 +01:00
state.go Add getOrganization to nodejs and python (#10504) 2022-08-31 10:33:29 +01:00
token_source.go Reintroduce renew lease optimization (#10462) 2022-08-30 14:04:42 -04:00
token_source_test.go Disable token_source_test on windows (#10557) 2022-09-01 01:30:52 +02:00