sourcegraph/cmd/server
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
..
internal Housekeeping: fix some code smells in the Go code (#49995) 2023-03-28 20:31:32 +09:00
rootfs dev: add shfmt for shell script consistency (#9900) 2020-04-15 12:44:36 -07:00
shared Add embeddings to server behind env var (#50288) 2023-04-04 16:45:50 +02:00
build-bazel.sh syntax-highlighter: scip-ctags implementation (#50600) 2023-05-30 15:53:36 +00:00
build-wolfi.sh Apply Wolfi Cloud Instance Fixes (#51263) 2023-05-18 10:48:43 +01:00
BUILD.bazel Running binaries with SANITY_CHECK=true immediately exits with a code zero (#52186) 2023-05-19 12:30:11 +00:00
build.sh Deploy Wolfi-based Grafana image (#48992) 2023-03-09 13:41:25 +01:00
Dockerfile Bump syntax-highlighter docker container for single-docker deployment (#51616) 2023-05-09 18:28:55 +02:00
Dockerfile.bazel ci: enable bazel builds for docker images (#51241) 2023-04-28 10:41:13 +02:00
Dockerfile.wolfi Build Wolfi images (#47182) 2023-04-24 17:32:36 +00:00
go-build-wolfi.sh Apply Wolfi Cloud Instance Fixes (#51263) 2023-05-18 10:48:43 +01:00
go-build.sh cmd(server): fix build version embed (#11633) 2020-06-22 23:50:42 +08:00
main.go Running binaries with SANITY_CHECK=true immediately exits with a code zero (#52186) 2023-05-19 12:30:11 +00:00
pre-build.sh ci: add shellcheck linter for shell scripts (#9903) 2020-04-21 10:03:17 -07:00