sourcegraph/cmd
TJ DeVries 1ff6fb12d9
syntax-highlighter: scip-ctags implementation (#50600)
- Write Rust one-for-one protocol compatible replacement for
universal-ctags in JSON streaming mode (scip-ctags)
- Use tree-sitter to generate scip symbols, then emit those through
scip-ctags
- These symbols will be reused for Cody context 

Currently, only zig is enabled (so other languages should remain unaffected by this change).

We will add other languages throughout the next week as we're able to check them off.

## Test plan

Unit and snapshot tests in the Rust symbol generation code - verified
working in the symbols sidebar and symbol search for enabled languages.

---------

Co-authored-by: SuperAuguste <19855629+SuperAuguste@users.noreply.github.com>
Co-authored-by: William Bezuidenhout <william.bezuidenhout@sourcegraph.com>
Co-authored-by: Eric Fritz <eric@eric-fritz.com>
Co-authored-by: Eric Fritz <eric@sourcegraph.com>
2023-05-30 15:53:36 +00:00
..
blobstore Running binaries with SANITY_CHECK=true immediately exits with a code zero (#52186) 2023-05-19 12:30:11 +00:00
frontend syntax-highlighter: scip-ctags implementation (#50600) 2023-05-30 15:53:36 +00:00
github-proxy App - Fix shutdown of postgres when terminating (#52463) 2023-05-26 09:34:27 -04:00
gitserver gitserver: Use a generic FIFO queue for cloning repos (#52574) 2023-05-30 09:20:48 +00:00
loadtest Running binaries with SANITY_CHECK=true immediately exits with a code zero (#52186) 2023-05-19 12:30:11 +00:00
migrator Running binaries with SANITY_CHECK=true immediately exits with a code zero (#52186) 2023-05-19 12:30:11 +00:00
repo-updater bzl: fix logic to build enterprise repo-updater (#52464) 2023-05-25 17:34:53 +00:00
searcher embeddings: support delta updates (#52158) 2023-05-22 14:22:01 +02:00
server syntax-highlighter: scip-ctags implementation (#50600) 2023-05-30 15:53:36 +00:00
sitemap sitemap: fix compile error after update to NewRetryPolicy (#51926) 2023-05-15 12:52:57 +00:00
sourcegraph-oss Running binaries with SANITY_CHECK=true immediately exits with a code zero (#52186) 2023-05-19 12:30:11 +00:00
symbols syntax-highlighter: scip-ctags implementation (#50600) 2023-05-30 15:53:36 +00:00
worker Running binaries with SANITY_CHECK=true immediately exits with a code zero (#52186) 2023-05-19 12:30:11 +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.