- Notifications
You must be signed in to change notification settings - Fork1k
chore: refactor Appearance to an interface callable by AGPL code#11769
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 23, 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 |
5c875b2
tof168e58
Compared63b387
to5ad6f3f
Compare
code-asher left a comment• 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.
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.
Looks good to me! You probably already saw the tests but in case not I suppose in some tests we are not settingAppearanceFetcher
on the site handler or something like that.
f168e58
tofaa1f29
Compare5ad6f3f
to4fc8623
Comparefaa1f29
toe980510
Compare4fc8623
tocdec5e1
Comparee980510
toeaabdb7
Comparecdec5e1
to79bee1c
Compareeaabdb7
to6a70ddf
Compare79bee1c
to529250f
Compare6a70ddf
toc980d65
Compare529250f
to25063cb
Comparec980d65
to38f23ea
Compare25063cb
to06d2b3d
Compare06d2b3d
to810bb6e
CompareMerge activity
|
Uh oh!
There was an error while loading.Please reload this page.
The new Agent API needs an interface for ServiceBanners, so this PR creates it and refactors the AGPL and Enterprise code to achieve it.
Before we depended on the fact that the HTTP endpoint was missing to serve an empty ServiceBanner on AGPL deployments, but that won't work with dRPC, so we need a real interface to call.