pulumi/sdk/go/common/workspace
bors[bot] 22df0fe235
Merge #12203
12203: Pass *Project to GetCurrentCloudURL r=Frassle 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. -->

Chipping away at https://github.com/pulumi/pulumi/issues/12152. This makes GetCurrentCloudURL take a `*Project` rather than loading the project itself. All call sites have been fixed up, most now need to the project loading there instead but over time we'll bump all these loads to the very top of the call stack in pkg/cmd.

Co-authored-by: Fraser Waters <fraser@pulumi.com>
2023-02-17 11:08:56 +00:00
..
config.go typing made optional in hierarchical config and relaxed stack config validation 2022-10-30 23:42:39 +01:00
creds.go Pass *Project to GetCurrentCloudURL 2023-02-17 10:32:03 +00:00
creds_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
loaders.go sdk/go: Prefer contract.Assertf over Assert 2023-02-15 10:22:43 -08:00
paths.go Replace pkg/errors in sdk/go/common/workspace 2023-01-19 20:22:54 +00:00
paths_test.go all: Drop ioutil 2023-01-06 16:35:14 -08:00
plugins.go Merge #12190 2023-02-17 09:20:38 +00:00
plugins_install_nodejs_test.go ci: Use reduced smoke testing on Windows & macOS targets 2022-09-21 09:55:06 -07:00
plugins_install_python_test.go ci: Use reduced smoke testing on Windows & macOS targets 2022-09-21 09:55:06 -07:00
plugins_install_test.go all: Drop ioutil 2023-01-06 16:35:14 -08:00
plugins_test.go Rename http source 2023-02-16 19:51:37 +00:00
project.go sdk/go: Prefer contract.Assertf over Assert 2023-02-15 10:22:43 -08:00
project.json fix #11864: pulumi panics when Pulumi.yaml has a provider with an empty/unspecified `path` key 2023-01-18 10:33:39 -08:00
project_test.go all: Drop ioutil 2023-01-06 16:35:14 -08:00
settings.go move pkg/workspace -> sdk/go/common/workspace 2020-03-18 14:35:53 -07:00
templates.go sdk/go: Prefer contract.Assertf over Assert 2023-02-15 10:22:43 -08:00
templates_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
workspace.go sdk/go: Prefer contract.Assertf over Assert 2023-02-15 10:22:43 -08:00