sourcegraph/internal/codeintel/codenav
Varun Gandhi 3437f8253d
chore: Centralize languages package as source-of-truth (#63292)
This patch does a few things:

- Adds `go-enry` packages to depguard, so that people do not
  accidentally use enry APIs instead of the corresponding APIs
  in the `languages` package.
- Adds more tests for different functions in the languages package
  to ensure mutual consistency in how language<->extension mappings
  are handled.
- Adds tests for enry upgrades
- Adds comments with IDs so that related parts in the code can be
   pieced together easily
2024-06-18 13:10:24 +00:00
..
internal/lsifstore chore: Simplify location uniquing (#63263) 2024-06-14 10:36:02 +02:00
shared Resolve syntactic symbol at request range (#63189) 2024-06-12 18:37:58 +02:00
transport/graphql Adds function to find candidate occurrences via search (#63196) 2024-06-14 12:57:41 +02:00
BUILD.bazel Adds function to find candidate occurrences via search (#63196) 2024-06-14 12:57:41 +02:00
commit_cache.go chore: Change errors.HasType to respect multi-errors (#63024) 2024-06-06 13:02:14 +00:00
gittree_translator_test.go Consolidate DiffPath and Diff methods (#61600) 2024-04-16 13:23:07 +02:00
gittree_translator.go gitserver: Migrate Diff to gRPC call (#61938) 2024-04-18 15:14:14 +02:00
iface.go chore: Document post-condition for upload matching (#62529) 2024-05-08 16:14:30 +01:00
init.go Adds a search client to the codenav service (#63180) 2024-06-11 20:04:51 +08:00
mocks_test.go chore: Remove unused code paths in lsifstore package (#63259) 2024-06-14 08:52:47 +02:00
observability.go Adds function to find candidate occurrences via search (#63196) 2024-06-14 12:57:41 +02:00
request_state.go chore: Simplify RequestState/PositionalRequestArgs o11y code (#63040) 2024-06-04 18:08:48 +08:00
scip_utils_test.go Resolve syntactic symbol at request range (#63189) 2024-06-12 18:37:58 +02:00
scip_utils.go Resolve syntactic symbol at request range (#63189) 2024-06-12 18:37:58 +02:00
service_closest_uploads_test.go Adds a search client to the codenav service (#63180) 2024-06-11 20:04:51 +08:00
service_definitions_test.go chore: Remove dead code (#57083) 2023-10-03 17:34:51 -05:00
service_diagnostics_test.go Adds a search client to the codenav service (#63180) 2024-06-11 20:04:51 +08:00
service_hover_test.go Adds a search client to the codenav service (#63180) 2024-06-11 20:04:51 +08:00
service_new_test.go Adds a search client to the codenav service (#63180) 2024-06-11 20:04:51 +08:00
service_new.go chore: Add specialized function for sorting primitive sets (#63269) 2024-06-17 17:02:50 +02:00
service_ranges_test.go Adds a search client to the codenav service (#63180) 2024-06-11 20:04:51 +08:00
service_references_test.go chore: Remove dead code (#57083) 2023-10-03 17:34:51 -05:00
service_snapshot_test.go Adds a search client to the codenav service (#63180) 2024-06-11 20:04:51 +08:00
service_stencil_test.go Adds a search client to the codenav service (#63180) 2024-06-11 20:04:51 +08:00
service_test.go Separate database package mocks to dbmocks package (#55778) 2023-08-14 10:48:45 +02:00
service.go chore: Centralize languages package as source-of-truth (#63292) 2024-06-18 13:10:24 +00:00
syntactic.go Adds function to find candidate occurrences via search (#63196) 2024-06-14 12:57:41 +02:00
types.go chore: Simplify RequestState/PositionalRequestArgs o11y code (#63040) 2024-06-04 18:08:48 +08:00
utils.go cleanup: Remove 'Dump' terminology from backend (#61131) 2024-03-15 10:30:18 +08:00