pulumi/pkg/backend
bors[bot] cc11dde617
Merge #12412 #12413
12412: display: Switch "Open in Browser" to "View in Browser" r=abhinav a=abhinav

Switch this to "View in Browser" per discussion
which is closer to the old "View Live" message.

sdk/go/auto doesn't need an update because the regex there
is still using "View in Browser".


12413: pkg: Dedupe "open in browser" library r=abhinav a=abhinav

We currently have two different "open in browser" libraries
imported into our system:

    github.com/pkg/browser
    github.com/skratchdot/open-golang/open

pkg/browser has slightly more activity than open-golang
so switch to pkg/browser and delete the unused dependency.


Co-authored-by: Abhinav Gupta <abhinav@pulumi.com>
2023-03-10 18:30:02 +00:00
..
display Merge #12412 #12413 2023-03-10 18:30:02 +00:00
filestate [cli] Add an "open in browser" keybinding 2023-03-09 15:52:13 -08:00
httpstate pkg: Dedupe "open in browser" library 2023-03-10 10:57:33 -07:00
state [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
apply.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
backend.go Set the current project as ambient context on backends. 2023-03-03 20:32:42 +00:00
backend_test.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
errors.go Add a link to docs for the 409 Conflict error message (#3207) 2019-09-10 13:25:08 -07:00
mock.go Set the current project as ambient context on backends. 2023-03-03 20:32:42 +00:00
policypack.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
query.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
snapshot.go pkg/backend: Prefer contract.Assertf over Assert 2023-02-21 15:13:16 -08:00
snapshot_test.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
stack.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
updates.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
watch.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00