sourcegraph/cmd/syntactic-code-intel-worker
Anton Sviridov 6a88babae2
Syntactic indexing produce scip files (#63580)
Fixes GRAPH-695

The syntactic code intel worker now actually performs indexing of
repositories by piping the TAR archive stream from Gitserver straight
into scip-syntax CLI, and then manually invoking the upload enqueuer.


## Test plan

- New integration test verifying that indexing worker handles the
records correctly and uploads valid indexes

<!-- REQUIRED; info at
https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles
-->

## Changelog

<!-- OPTIONAL; info at
https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c
-->
2024-07-09 13:49:55 +02:00
..
shared Syntactic indexing produce scip files (#63580) 2024-07-09 13:49:55 +02:00
BUILD.bazel bazel: transcribe test ownership to bazel tags (#62664) 2024-05-16 15:51:16 +01:00
CODENOTIFY Batch indexing: syntactic codeintel worker scaffolding (#59747) 2024-01-24 13:04:20 +00:00
image_test.yaml highlighter: Rename scip-treesitter-cli -> scip-syntax (#60077) 2024-02-05 13:15:09 +01:00
main.go Batch indexing: syntactic codeintel worker scaffolding (#59747) 2024-01-24 13:04:20 +00:00
README.md Batch indexing: syntactic codeintel worker scaffolding (#59747) 2024-01-24 13:04:20 +00:00

Syntactic code intel worker

🚧 WORK IN PROGRESS 🚧

Stateless service that handles generating SCIP data for codebases using Tree-sitter for powering syntax-based code navigation.

Design docs (Sourcegraph internal)