pulumi/pkg/resource/deploy
bors[bot] 3e98035586
Merge #10916
10916: Engine and Golang support for shimless providers r=Frassle a=Frassle

<!--- 
Thanks so much for your contribution! If this is your first time contributing, please ensure that you have read the [CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md) documentation.
-->

# Description

<!--- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. -->

This allows the pulumi-language-go plugin to start up providers directly from .go source files.

The other language providers will be extended to support this as well in time.

## Checklist

<!--- Please provide details if the checkbox below is to be left unchecked. -->
- [x] I have added tests that prove my fix is effective or that my feature works
<!--- 
User-facing changes require a CHANGELOG entry.
-->
- [x] I have run `make changelog` and committed the `changelog/pending/<file>` documenting my change
<!--
If the change(s) in this PR is a modification of an existing call to the Pulumi Service,
then the service should honor older versions of the CLI where this change would not exist.
You must then bump the API version in /pkg/backend/httpstate/client/api.go, as well as add
it to the service.
-->
- [ ] Yes, there are changes in this PR that warrants bumping the Pulumi Service API version
  <!-- `@Pulumi` employees: If yes, you must submit corresponding changes in the service repo. -->


Co-authored-by: Fraser Waters <fraser@pulumi.com>
2022-11-17 09:08:50 +00:00
..
deploytest Engine and Golang support for shimless providers 2022-11-14 11:25:41 +00:00
providers Engine and Golang support for shimless providers 2022-11-14 11:25:41 +00:00
builtins.go Remove sequence numbers (#10203) 2022-07-25 12:08:03 +01:00
deployment.go Merge #11009 #11027 2022-11-01 10:17:07 +00:00
deployment_executor.go Merge #11009 #11027 2022-11-01 10:17:07 +00:00
deployment_executor_test.go Unparent deleted resources when rebuilding state (#10073) 2022-07-08 14:23:58 -07:00
deployment_test.go Remove source_fixed 2022-11-08 15:55:45 +00:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
import.go Add DeletedWith resource option 2022-10-31 12:03:18 +02:00
manifest.go Split Manifest type to it's own file (#8712) 2022-01-10 12:25:24 +00:00
plan.go feat(engine): Adds structured alias support to the engine 2022-10-11 17:56:32 -04:00
snapshot.go test # This is a combination of 3 commits. 2022-10-25 16:54:58 -07:00
snapshot_test.go test # This is a combination of 3 commits. 2022-10-25 16:54:58 -07:00
source.go Monitor.Invoke and Provider.Invoke take different arguments (#9323) 2022-04-14 10:59:46 +01:00
source_error.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
source_eval.go Merge #10916 2022-11-17 09:08:50 +00:00
source_eval_test.go Add DeletedWith resource option 2022-10-31 12:03:18 +02:00
source_null.go Clone snapshot before testing with it (#8551) 2021-12-09 09:09:48 +00:00
source_query.go Engine and Golang support for shimless providers 2022-11-14 11:25:41 +00:00
source_query_test.go Monitor.Invoke and Provider.Invoke take different arguments (#9323) 2022-04-14 10:59:46 +01:00
state_builder.go Non-mutating snapshot normalization (#10128) 2022-07-18 14:04:19 -04:00
state_builder_test.go Non-mutating snapshot normalization (#10128) 2022-07-18 14:04:19 -04:00
step.go Add DeletedWith resource option 2022-10-31 12:03:18 +02:00
step_executor.go Rename ExperimentalPlans to GeneratePlan 2022-10-10 09:19:32 +01:00
step_generator.go Disable auto stack parenting 2022-11-07 16:19:16 +00:00
step_generator_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
target.go Add getOrganization to nodejs and python (#10504) 2022-08-31 10:33:29 +01:00