pulumi/pkg/engine
bors[bot] daad9b606c
Merge #11272
11272: Disable auto stack parenting r=AaronFriel 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. -->

Might fix https://github.com/pulumi/pulumi/issues/10950, but I've not been able to reproduce that bug so this is just a best guess.

## Checklist

<!--- Please provide details if the checkbox below is to be left unchecked. -->
- [ ] 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-08 22:49:57 +00:00
..
lifecycletest Disable auto stack parenting 2022-11-07 16:19:16 +00:00
deployment.go Introduce PULUMI_DEBUG_GRPC support 2022-11-08 14:01:15 -05:00
destroy.go Plugin Link (#10146) 2022-07-22 14:17:43 +01:00
detailedDiff.go [display] Refactor diff translation and display. (#9363) 2022-04-07 12:05:33 -07:00
detailedDiff_test.go [display] Refactor diff translation and display. (#9363) 2022-04-07 12:05:33 -07:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
engine.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
errors.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
events.go Do not panic when sending events to closed emitter (#10489) 2022-08-25 12:43:10 -04:00
events_test.go Do not panic when sending events to closed emitter (#10489) 2022-08-25 12:43:10 -04:00
eventsink.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
import.go Moving previewDigest to sdk/go/common/display, and exporting it. (#9886) 2022-06-27 09:08:06 -05:00
journal.go Non-mutating snapshot normalization (#10128) 2022-07-18 14:04:19 -04:00
plugin_host.go Introduce PULUMI_DEBUG_GRPC support 2022-11-08 14:01:15 -05:00
plugins.go Split PluginInfo in Info and Spec (#10501) 2022-08-26 15:51:14 +01:00
plugins_test.go Split PluginInfo in Info and Spec (#10501) 2022-08-26 15:51:14 +01:00
project.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
query.go Remove config from host, was unused (#10235) 2022-07-25 12:34:49 +01:00
refresh.go Plugin Link (#10146) 2022-07-22 14:17:43 +01:00
snapshot.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
update.go Decouple the generation of plans from the automatic use of plans 2022-10-28 17:56:47 +01:00
update_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00