sourcegraph/cmd/syntactic-code-intel-worker
Will Dollman 144999c1f3
Publish sourcegraph-base image (#62002)
* Publish sourcegraph-base image

* Add oci_defs

* Remove dind from legacy image builds - this breaks runtype.CandidateNoTest

* Switch executor-vm command to bazel

* Set isCandidate true when using CandidateNoTest run type

* Rename sourcegraph and sourcegraph-base to better reflect their current purposes

sourcegraph -> sourcegraph-base
sourcegraph-base -> sourcegraph-template

* Re-lock sourcegraph-template

* Update wolfi target

* Add Aspect bazelrc to executor-vm build.sh

This script may be run locally or on CI, so handle both cases

* Tweak bazelrc generation

* Update configHashes - bodge alert
2024-04-19 14:44:06 +01:00
..
shared Move authz.SetProviders call to cmd/ package (#61838) 2024-04-18 16:08:42 +02:00
BUILD.bazel Publish sourcegraph-base image (#62002) 2024-04-19 14:44:06 +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)