pulumi/pkg/engine/lifecycletest
Thomas Gummerer f20b7acc7d 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-24 11:19:54 +02:00
..
testdata implement programmatic default providers based on context in the engine and Go 2024-05-24 11:19:54 +02:00
alias_test.go
analyzer_test.go
continue_on_error_test.go fix a panic when refresh is used with --continue-on-error (#16184) 2024-05-13 11:45:00 +00:00
default_providers_test.go implement programmatic default providers based on context in the engine and Go 2024-05-24 11:19:54 +02:00
delete_before_replace_test.go
golang_sdk_test.go
import_test.go Add Paramaterize to provider interface (#16174) 2024-05-15 16:22:39 +00:00
parameterized_test.go RegisterProvider engine work (#16241) 2024-05-23 06:16:59 +00:00
pending_delete_test.go
provider_test.go
pulumi_test.go
refresh_test.go
resource_reference_test.go
source_query_test.go
step_generator_test.go
target_test.go
test_plan.go
transformation_test.go
update_plan_test.go