pulumi/pkg/backend/httpstate
Abhinav Gupta fff7e0bc4b
pkg/backend: Prefer contract.Assertf over Assert
Incremental step towards #12132

Migrates uses of contract.{Assert, AssertNoError, Require} in pkg/engine
to `*f` variants so that we're required to provide more error context.

Refs #12132
2023-02-21 15:13:16 -08:00
..
client pkg/backend: Prefer contract.Assertf over Assert 2023-02-21 15:13:16 -08:00
testdata Reduce memory use for PULUMI_OPTIMIZED_CHECKPOINT_PATCH 2022-12-15 11:23:06 -05:00
backend.go pkg/backend: Prefer contract.Assertf over Assert 2023-02-21 15:13:16 -08:00
backend_test.go ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00
console.go Add support for a PULUMI_CONSOLE_DOMAIN env var (#4410) 2020-04-17 11:50:00 -07:00
console_test.go ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00
diffs.go Reduce memory use for PULUMI_OPTIMIZED_CHECKPOINT_PATCH 2022-12-15 11:23:06 -05:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
policypack.go all: Drop ioutil 2023-01-06 16:35:14 -08:00
snapshot.go Reduce memory use for PULUMI_OPTIMIZED_CHECKPOINT_PATCH 2022-12-15 11:23:06 -05:00
snapshot_test.go Add `--insecure` flag to `pulumi login` 2023-02-03 16:09:37 -08:00
stack.go pkg/backend: Prefer contract.Assertf over Assert 2023-02-21 15:13:16 -08:00
state.go pkg/backend: Prefer contract.Assertf over Assert 2023-02-21 15:13:16 -08:00
token_source.go Support PULUMI_OPTIMIZED_CHECKPOINT_PATCH protocol 2022-10-12 12:29:05 -04:00
token_source_test.go Disable token_source_test on windows (#10557) 2022-09-01 01:30:52 +02:00