pulumi/pkg/resource/deploy
Harry bb84532fe6
Plugin Link (#10146)
* demo

* modifications for serialization

* Provisionally changed plugins from map to array

* warnings for duplicate

* avoid breaking change

* avoid null pointer dereference

* added test

* Delete Pulumi.yaml

* ensurePluginsAreInstalled

* lint

* reworked NewContext and added kind

* auto-detect current project for YAML

* lint

* removed debug statement

* automatically modify local paths

* typo

* First return value of GetPluginPath was never used

* Always use the path returned from getPluginInfoAndPath in GetPluginPath

Also assert that Path is the correct directory for PluginInfo.

* address comments

* added language, analyzers

* path tweaks and cosmetic changes

* changelog + tweaks

* changed NewContextWithRoot to accept plugins instead of project

* Fix TestUnmarshalProjectWithProviderList

* Fix NewContext

* Fix comment

Co-authored-by: Fraser Waters <fraser@pulumi.com>
2022-07-22 14:17:43 +01:00
..
deploytest Plugin Link (#10146) 2022-07-22 14:17:43 +01:00
providers Plugin Link (#10146) 2022-07-22 14:17:43 +01:00
builtins.go Read needs a non-empty ID (#9243) 2022-03-18 17:04:54 +00:00
deployment.go Warn users when there are pending operations but proceed with deployment (#9293) 2022-04-05 22:44:11 +02:00
deployment_executor.go Unparent deleted resources when rebuilding state (#10073) 2022-07-08 14:23:58 -07:00
deployment_executor_test.go Unparent deleted resources when rebuilding state (#10073) 2022-07-08 14:23:58 -07:00
deployment_test.go [engine] Clear pending operations with refresh. (#8435) 2022-03-25 10:59:19 +01:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
import.go Revert "Strip Aliases from state (#9275)" (#9282) 2022-03-24 20:08:18 +01:00
manifest.go Split Manifest type to it's own file (#8712) 2022-01-10 12:25:24 +00:00
plan.go Revert "Send smart aliases via gRPC to engine (#9731)" (#9999) 2022-06-29 13:18:14 +01:00
snapshot.go Non-mutating snapshot normalization (#10128) 2022-07-18 14:04:19 -04:00
snapshot_test.go Non-mutating snapshot normalization (#10128) 2022-07-18 14:04:19 -04: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 Remove As[Q]Name functions (#10156) 2022-07-15 14:56:54 +01:00
source_eval_test.go Revert "Strip Aliases from state (#9275)" (#9282) 2022-03-24 20:08:18 +01:00
source_fixed.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
source_null.go Clone snapshot before testing with it (#8551) 2021-12-09 09:09:48 +00:00
source_query.go Monitor.Invoke and Provider.Invoke take different arguments (#9323) 2022-04-14 10:59:46 +01: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 Moving previewDigest to sdk/go/common/display, and exporting it. (#9886) 2022-06-27 09:08:06 -05:00
step_executor.go Revert additional secret outputs warning (#9922) 2022-06-22 13:52:42 +01:00
step_generator.go Revert "Filter non-targeted resource out much earlier (#9960)" (#10026) 2022-07-01 08:29:50 +01: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 Readd "Make StackReference.Name a tokens.Name (#9088)" (#9236) 2022-03-17 21:37:11 +00:00