sourcegraph/internal/uploadhandler
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
..
BUILD.bazel Syntactic indexing produce scip files (#63580) 2024-07-09 13:49:55 +02:00
iface.go codeintel: Document states of Upload and Index types (#61183) 2024-03-18 19:36:17 +08:00
mocks_test.go codeintel: Higher-level store cleanup (#50387) 2023-04-05 19:08:47 -05:00
observability.go Housekeeping: Rename variables to avoid collisions with packages (#47179) 2023-01-31 16:28:43 +01:00
upload_enqueuer_observability.go Syntactic indexing produce scip files (#63580) 2024-07-09 13:49:55 +02:00
upload_enqueuer.go Syntactic indexing produce scip files (#63580) 2024-07-09 13:49:55 +02:00
upload_handler_multipart.go Replace all traditional for-loops (#60988) 2024-03-11 16:05:47 +02:00
upload_handler_single.go Syntactic indexing produce scip files (#63580) 2024-07-09 13:49:55 +02:00
upload_handler_state.go chore: Enable traces for uploads (#63025) 2024-06-03 04:17:50 -07:00
upload_handler_test.go Syntactic indexing produce scip files (#63580) 2024-07-09 13:49:55 +02:00
upload_handler.go Syntactic indexing produce scip files (#63580) 2024-07-09 13:49:55 +02:00