sourcegraph/cmd
Quinn Slack a07c67ad67
support single-program execution for local dev (#56750)
support single-program execution

Now, `sg start single-program` starts a single-binary local dev server. This is similar to Cody app, but instead of using a Tauri desktop app UI and limiting to only Cody-related functionality, it runs a full Sourcegraph instance and lets you access it through your web browser. It is useful for local dev because it's less resource-intensive and has faster recompile/relink times than `sg start` (which runs many processes).
2023-09-30 03:55:26 +00:00
..
batcheshelper Move batcheshelper out of enterprise (#54923) 2023-07-13 19:46:09 +02:00
blobstore uploadstore: list with prefix (#56538) 2023-09-15 14:49:02 +02:00
bundled-executor Build bundled-executor with shell build tag again (#55792) 2023-08-11 21:39:32 +02:00
cody-gateway telemetry-gateway: minor naming fixups (#56872) 2023-09-20 20:24:04 -04:00
executor support single-program execution for local dev (#56750) 2023-09-30 03:55:26 +00:00
executor-kubernetes Move executor-kubernetes out of enterprise (#56449) 2023-09-08 16:24:05 +02:00
frontend support single-program execution for local dev (#56750) 2023-09-30 03:55:26 +00:00
github-proxy app: Move out of enterprise and merge with cmd/sourcegraph-oss (#56447) 2023-09-08 16:23:46 +02:00
gitserver gitserver: Don't attempt to clone repos without auth when DB fails (#57118) 2023-09-29 23:00:23 +02:00
loadtest bzl: set version on bins, not lib + add missing (#54030) 2023-06-23 14:06:58 +02:00
migrator release: sourcegraph@5.1.9 (#56900) 2023-09-21 12:36:37 -04:00
pings sec: use constant time comparison (#57009) 2023-09-25 17:02:05 +00:00
precise-code-intel-worker app: Move out of enterprise and merge with cmd/sourcegraph-oss (#56447) 2023-09-08 16:23:46 +02:00
repo-updater repoupdater: Remove unused update arg from RepoLookup (#57115) 2023-09-29 22:59:45 +02:00
searcher grpc: searcher: convert well-known errors to proper grpc status codes (#57103) 2023-09-27 16:06:55 -07:00
server Remove GitHub proxy service (#56485) 2023-09-14 19:43:40 +02:00
sitemap Include the last sub-sitemap in the sitemap index (#56526) 2023-09-14 09:13:57 +09:00
sourcegraph support single-program execution for local dev (#56750) 2023-09-30 03:55:26 +00:00
symbols fix nocgo stub file (#56832) 2023-09-20 14:35:40 +00:00
telemetry-gateway telemetrygateway: add export of instance ID for licensed and unlicensed instances (#57067) 2023-09-27 08:54:53 -07:00
worker support single-program execution for local dev (#56750) 2023-09-30 03:55:26 +00:00
README.md Reminder to keep architecture diagram in-sync (#36869) 2022-06-08 19:40:36 -07:00

This directory contains Sourcegraph services and binaries.

When a services is added, removed, or when a service's dependencies change, update our architecture diagram.