pulumi/pkg/testing/integration
Ian Wahbe 3e2408716c
[sdk/go] Add PluginDownloadURL resource option (#8555)
* [engine] Pipe serverURL through register resource

* Fix lint

* Thread serverURL through default provider calls

* Change tag from "serverURL" to "pluginDownloadURL"

* Update CHANGELOG_PENDING.md

* Allow provider to be null

* Fix tests

* Include server url passthrough in test

* Fix parseProviderRequest

* Add test for url pass through

* Fix lint

* Add ServerURL resource option

* Plugin to grpc

* Add integration test

* Correct small nits from @justinp

* Add test for default providers

* Use built in test infrastructure

* Fix lint

* Move special helpers to providers

* Partial conversion serverURL -> pluginDownloadURL

* Remove serverURL

* Remove more serverURL instances

* Exchange ServerURL for PluginDownloadURL

* const correctness

* Add url to ProviderRequest.Name()

I also canonicalize the url by removing any trailing '/'

* Fix typo + lint

* Add test for url canonicalization

* Dedupe pluginDownloadURL in ProviderRequest.Name
2022-01-05 12:04:39 -08:00
..
command.go Codegen testing upgrades (#7989) 2021-09-22 13:55:20 -04:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
program.go [sdk/go] Add PluginDownloadURL resource option (#8555) 2022-01-05 12:04:39 -08:00
program_test.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
pulumi.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
s3reporter.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
util.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00