pulumi/pkg/resource
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
deploy implement programmatic default providers based on context in the engine and Go 2024-05-17 18:19:59 +02:00
edit
graph Better handle property dependencies and `deletedWith` (#16088) 2024-05-03 17:08:06 +00:00
provider
stack Revert "Revert "Run integration tests and dev builds with race detection" (#15998)" (#16148) 2024-05-09 16:15:41 +00:00
testdata