pulumi/sdk/python/lib
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
..
pulumi implement programmatic default providers based on context in the engine and Go 2024-05-24 11:19:54 +02:00
test More descriptive exception in serialize_property (#16098) 2024-05-10 11:34:18 +00:00
test_with_mocks [sdk/{nodejs,python}] Fix errors when testing remote components with mocks (#8053) 2021-09-24 06:08:13 -07:00
setup.py Freeze v3.116.1 (#16196) 2024-05-15 07:20:27 +00:00