pulumi/sdk/go/common/resource
Fraser Waters 556cd9b6cd
Allow component providers to return outputs to the engine (#15408)
<!--- 
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 adds a new flag to provider Construct and Call requests to indicate
that the engine will accept output values in the response.

If a component provider sees that flag set they can return Output
PropertyValues and optionally skip filling in the dependency map in the
response.

The engine will use the combined information of the dependency map and
any dependencies found on any output values in the property to build the
final dependency map that is returned to programs.

## Checklist

- [x] I have run `make tidy` to update any new dependencies
- [x] I have run `make lint` to verify my code passes the lint check
  - [ ] I have formatted my code using `gofumpt`

<!--- 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.
-->
- [ ] 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 Cloud,
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
Cloud API version
<!-- @Pulumi employees: If yes, you must submit corresponding changes in
the service repo. -->
2024-02-14 08:15:24 +00:00
..
archive Move assets and archives to their own package (#15157) 2024-01-25 20:39:31 +00:00
asset Move assets and archives to their own package (#15157) 2024-01-25 20:39:31 +00:00
config Enable finding Pulumi projects created from Templates (#15056) 2024-01-24 16:47:12 +00:00
plugin Allow component providers to return outputs to the engine (#15408) 2024-02-14 08:15:24 +00:00
sig Move assets and archives to their own package (#15157) 2024-01-25 20:39:31 +00:00
testing Move assets and archives to their own package (#15157) 2024-01-25 20:39:31 +00:00
alias.go [engine] Fix aliasing children 2023-06-14 05:19:17 -07:00
alias_test.go feat(engine): Adds structured alias support to the engine 2022-10-11 17:56:32 -04:00
asset.go Move assets and archives to their own package (#15157) 2024-01-25 20:39:31 +00:00
asset_test.go Move assets and archives to their own package (#15157) 2024-01-25 20:39:31 +00:00
custom_timeouts.go move pkg/resource -> sdk/go/common/resource, but leave nested resource packages 2020-03-18 13:36:19 -07:00
errors.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
mapper_test.go Move assets and archives to their own package (#15157) 2024-01-25 20:39:31 +00:00
properties.go Move assets and archives to their own package (#15157) 2024-01-25 20:39:31 +00:00
properties_diff.go Use slice.Prealloc instead of make([]T, 0, ...) 2023-06-29 11:27:50 +01:00
properties_diff_test.go Move assets and archives to their own package (#15157) 2024-01-25 20:39:31 +00:00
properties_path.go [14573] Parse config paths strictly (#15173) 2024-01-19 10:51:27 +00:00
properties_path_test.go [14573] Parse config paths strictly (#15173) 2024-01-19 10:51:27 +00:00
properties_test.go [resource] Add a generic NewProperty function (#14534) 2023-11-11 21:12:17 +00:00
resource_goal.go Allow anything in resource names (#14107) 2023-11-20 08:59:00 +00:00
resource_id.go sdk/go: Prefer contract.Assertf over Assert 2023-02-15 10:22:43 -08:00
resource_id_test.go Use EqualError/ErrorContains instead of Error (#14737) 2023-12-08 06:40:14 +00:00
resource_operation.go move pkg/resource -> sdk/go/common/resource, but leave nested resource packages 2020-03-18 13:36:19 -07:00
resource_state.go Remove assert from NewState (#15197) 2024-01-22 14:29:55 +00:00
stack.go Allow anything in resource names (#14107) 2023-11-20 08:59:00 +00:00
status.go move pkg/resource -> sdk/go/common/resource, but leave nested resource packages 2020-03-18 13:36:19 -07:00
urn.go Enable perfsprint linter (#14813) 2023-12-12 12:19:42 +00:00
urn_test.go Don't validate URNs (#14741) 2023-12-08 09:38:32 +00:00