- Notifications
You must be signed in to change notification settings - Fork913
feat: use Agent v2 API for Service Banner#11806
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
spikecurtis commentedJan 24, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
This stack of pull requests is managed by Graphite.Learn more about stacking. Join@spikecurtis and the rest of your teammates on |
cfe6dcc
to6f243f6
Compare368f754
to4dc08bc
Compare4dc08bc
to6e7e25f
Compare6f243f6
toa85394d
Compare6e7e25f
toc4af306
Comparea85394d
to1c21905
Comparec4af306
to4579eae
Compare1c21905
to98ab55e
Compare4579eae
to7961d48
Compare98ab55e
to174664c
Compare7961d48
to04cdbc1
Compare174664c
to385e74a
Compare04cdbc1
to320f232
Compare385e74a
to43a1c9e
Compare320f232
to492a7d4
Compare@@ -254,3 +246,73 @@ type closeFunc func() error | |||
func (c closeFunc) Close() error { | |||
return c() | |||
} | |||
type FakeAgentAPI struct { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Could you generate this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I could generate it as a Mock, but that won't fit as easily into our existing tests.
492a7d4
toa401924
CompareMerge activity
|
Uh oh!
There was an error while loading.Please reload this page.
Agent uses the v2 API for the service banner, rather than the v1 HTTP API.
One of several for#10534