sourcegraph/cmd/frontend
Erik Seliger 6b98c253ab
chore: Frontend does not need disk (#64273)
A long time ago, we dropped the requirement for frontend to have any
disk for caching. Our helm deployments use read-only rootFSes, so this
wouldn't even work.

This PR aims to make that clearer by removing some last remnants of
those times.

Test plan: Frontend starts locally and integration tests pass in CI.
2024-08-06 13:22:00 +02:00
..
auth frontend: Remove global conf server variable (#64155) 2024-08-05 16:28:39 +02:00
backend chore: Remove global externalURL watcher (#64058) 2024-07-31 03:43:28 +02:00
dotcomproductsubscriptiontest feat/enterprise-portal: ConnectRPC layer for {Get/List}CodyGatewayAccess (#62771) 2024-05-27 13:39:57 -07:00
enterprise chore: Move cmd/frontend/webhooks to cmd/frontend/internal (#64157) 2024-08-05 16:46:38 +02:00
envvar Move dotcom check out of cmd/frontend (#60810) 2024-03-04 16:05:16 +00:00
graphqlbackend frontend: Remove global conf server variable (#64155) 2024-08-05 16:28:39 +02:00
hubspot chore: remove obsolete tracking code for Cody App downloads (#63364) 2024-06-23 21:48:31 -07:00
internal chore: Frontend does not need disk (#64273) 2024-08-06 13:22:00 +02:00
shared frontend: Consolidate remaining registry packages (#64156) 2024-08-05 16:29:50 +02:00
BUILD.bazel feat(frontend): do not embed frontend assets anymore (#63946) 2024-07-31 15:17:52 +02:00
image_test.yaml chore: Frontend does not need disk (#64273) 2024-08-06 13:22:00 +02:00
main.go feat(frontend): do not embed frontend assets anymore (#63946) 2024-07-31 15:17:52 +02:00
README.md

frontend

The frontend serves our web application and hosts our GraphQL API.

Typically there are multiple replicas running in production to scale with load.

Application data is stored in our PostgreSQL database.

Session data is stored in the Redis store, and non-persistent data is stored in the Redis cache.