pulumi/pkg/resource/deploy/providers
Ian Wahbe 8e5e4caf6e
Pipe serverURL through register resource (#8544)
* [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

* Correct small nits from @justinp

* Add test for default providers

* Move special helpers to providers

* Partial conversion serverURL -> pluginDownloadURL

* Remove serverURL

* Remove more serverURL instances

* const correctness

* Add url to ProviderRequest.Name()

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

* Fix typo + lint

* Add test for url canonicalization

* Fix ProviderRequest.Name for version=nil
2021-12-17 14:52:01 -08:00
..
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
provider.go Pipe serverURL through register resource (#8544) 2021-12-17 14:52:01 -08:00
provider_test.go Pipe serverURL through register resource (#8544) 2021-12-17 14:52:01 -08:00
reference.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
reference_test.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
registry.go Pipe serverURL through register resource (#8544) 2021-12-17 14:52:01 -08:00
registry_test.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00