pulumi/pkg/resource/deploy/deploytest
Thomas Gummerer c9e47e4bba implement programmatic default providers based on context in the engine and Go
This PR takes an alternative approach for implementing programmatic
default providers, that was suggested in the internal design doc.

Instead of making the default provider global, we create an API with a
callback that creates a new subcontext.  In that subcontext and only
in that subcontext is the provider set as the default provider.  We
achieve this by setting up a new monitor with a different port, so the
engine can distinguish between the contexts.
2024-05-17 18:19:59 +02:00
..
analyzer.go Refactor: move plugin kind to apitype (#15946) 2024-04-25 17:30:30 +00:00
analyzer_test.go Refactor: move plugin kind to apitype (#15946) 2024-04-25 17:30:30 +00:00
backendclient.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
callbacks.go Engine support for remote transforms (#15290) 2024-02-21 16:30:46 +00:00
languageruntime.go Use the local artifacts, not released artifacts in conformance tests (#15777) 2024-03-26 13:10:34 +00:00
languageruntime_test.go Use the local artifacts, not released artifacts in conformance tests (#15777) 2024-03-26 13:10:34 +00:00
pluginhost.go Refactor: move plugin kind to apitype (#15946) 2024-04-25 17:30:30 +00:00
pluginhost_test.go Refactor: move plugin kind to apitype (#15946) 2024-04-25 17:30:30 +00:00
provider.go Add Paramaterize to provider interface (#16174) 2024-05-15 16:22:39 +00:00
provider_test.go Add Paramaterize to provider interface (#16174) 2024-05-15 16:22:39 +00:00
resourcemonitor.go implement programmatic default providers based on context in the engine and Go 2024-05-17 18:19:59 +02:00
resourcemonitor_test.go deploytest/RegisterResource: return struct instead of values (#15988) 2024-04-19 11:08:56 +00:00
sink.go [ci] `pkg/resource/deploy` coverage (#14831) 2023-12-19 16:14:40 +00:00