Skip to content

Commit d09de5d

Browse files
committed
Add experimental "enable Pushpin" mode
1 parent 3580a2e commit d09de5d

8 files changed

Lines changed: 368 additions & 38 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Breaking:
66

77
### Enhancements:
8+
- Add experimental "enable Pushpin" mode
89

910
### Bug fixes:
1011

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ require (
4343
github.com/dnaeon/go-vcr v1.2.0 // indirect
4444
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
4545
github.com/kr/pretty v0.3.1 // indirect
46+
github.com/mitchellh/go-ps v1.0.0 // indirect
4647
github.com/otiai10/mint v1.6.3 // indirect
4748
github.com/rogpeppe/go-internal v1.14.1 // indirect
4849
github.com/stretchr/testify v1.10.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6T
8787
github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
8888
github.com/mholt/archiver/v3 v3.5.1 h1:rDjOBX9JSF5BvoJGvjqK479aL70qh9DIpZCl+k7Clwo=
8989
github.com/mholt/archiver/v3 v3.5.1/go.mod h1:e3dqJ7H78uzsRSEACH1joayhuSyhnonssnDhppzS1L4=
90+
github.com/mitchellh/go-ps v1.0.0 h1:i6ampVEEF4wQFF+bkYfwYgY+F/uYJDktmvLPf7qIgjc=
91+
github.com/mitchellh/go-ps v1.0.0/go.mod h1:J4lOc8z8yJs6vUwklHw2XEIiT4z4C40KtWVN3nvg8Pg=
9092
github.com/mitchellh/go-wordwrap v1.0.1 h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0=
9193
github.com/mitchellh/go-wordwrap v1.0.1/go.mod h1:R62XHJLzvMFRBbcrT7m7WgmE1eOyTSsCt+hzestvNj0=
9294
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c h1:cqn374mizHuIWj+OSJCajGr/phAmuMug9qIX3l9CflE=

pkg/commands/compute/compute_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,11 @@ func TestFlagDivergenceServe(t *testing.T) {
101101
ignoreServeFlags := []string{
102102
"addr",
103103
"debug",
104+
"experimental-enable-pushpin",
104105
"file",
105106
"profile-guest",
107+
"pushpin-path",
108+
"pushpin-port",
106109
"profile-guest-dir",
107110
"skip-build",
108111
"viceroy-args",

0 commit comments

Comments
 (0)