pulumi/sdk/go/common
Ian Wahbe 9bb8efe597
Add gzip flag to filestate backend (#9610)
* add gzip compression in filestate backend

New versions of pulumi can now read json files wrapped in .gz
Compression is disabled by default, can be enabled via:
  PULUMI_SELF_MANAGED_STATE_GZIP=true

* functionnal test for gzip filestate

* update CHANGELOG_PENDING.md

* Move compression to encoding

* Update changelog

* Clean up tests

* Adjust IsCompressed check

* Don't leave out of data state files

Co-authored-by: Arthur Woimbée <arthur@extrality.ai>
Co-authored-by: Arthur Woimbée <arthur.woimbee@gmail.com>
2022-05-23 12:13:21 -07:00
..
apitype Revert "Strip Aliases from state (#9275)" (#9282) 2022-03-24 20:08:18 +01:00
constant expose execution kind via update metadata (#5258) 2020-08-31 09:07:59 -07:00
diag Ensure that FormatOptions.Color is set before use in diag.defaultSink (#9334) 2022-04-01 20:22:35 +01:00
encoding Add gzip flag to filestate backend (#9610) 2022-05-23 12:13:21 -07:00
resource Fix concurrent access to PropertyValue in TestPropertyPath (#9553) 2022-05-05 14:38:17 +01:00
testing ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
tokens Update tokens.Name to match what's actually in the service (#9163) 2022-03-11 17:06:18 +00:00
tools Toward replacing MSBuild with make+bash on Windows (#8617) 2022-01-07 22:27:14 -05:00
util Move InstallDependencies to the language plugin (#9294) 2022-04-03 15:54:59 +01:00
version move pkg/version -> sdk/go/common/version 2020-03-18 15:25:25 -07:00
workspace Fix dynamic providers not on $PATH (#9396) 2022-04-14 12:35:12 +01:00