sourcegraph/cmd/frontend/internal/githubapp
Erik Seliger 3fd5abc292
frontend: Remove global conf server variable (#64155)
To make things more explicit and remove the global variable, this is now passed down to where it's needed.
It is a bit messy right now, since it's used deep in the serve-handler but that just highlights better where
it's actually used IMO. As a next step, I want to get rid of the requirement to indicate server-restart
required, so we should be able to drop a bunch of the prop drilling here.

Test plan: Still compiles, E2E test works.
2024-08-05 16:28:39 +02:00
..
BUILD.bazel fix(batches): switch github app installation handling from redirect flow to webhooks (#64036) 2024-07-26 11:53:34 +00:00
httpapi_test.go fix(batches): switch github app installation handling from redirect flow to webhooks (#64036) 2024-07-26 11:53:34 +00:00
httpapi.go fix(batches): switch github app installation handling from redirect flow to webhooks (#64036) 2024-07-26 11:53:34 +00:00
init.go
parser.go feat: implement functionality to create credential GitHub apps (#63635) 2024-07-05 08:56:41 -05:00
resolver_test.go frontend: Remove global conf server variable (#64155) 2024-08-05 16:28:39 +02:00
resolver.go batches: allow refreshing commit signing apps installation (#60125) 2024-02-14 18:11:35 +00:00