sourcegraph/lib
Robert Lin f3b13f44eb
msp/runtime: use scoped loggers for healthz, expose EnvironmentID in contract (#59724)
As titled. Also downgrades healthz failures to warn - we have additional alerting for if this fails persistently at an infrastructure level.
2024-01-22 16:42:27 -08:00
..
api enterprise: Move last directory out (#57392) 2023-10-05 20:15:40 +00:00
background bazel: first pass at moving moving logging linting into nogo (#58910) 2024-01-02 10:07:25 -08:00
batches code-search: handle changeset fork when creating a batch change via src-cli (#58156) 2023-11-08 09:55:05 +01:00
cliutil sg: improve positional completions (#58569) 2023-11-27 16:30:59 -08:00
codeintel codeintel: Refine language detection for extensions (#59318) 2024-01-04 23:52:54 +08:00
errors chore: links/ownership devx->dev-infra (#58999) 2023-12-14 15:07:20 +00:00
gitservice gitservice: use an error hook instead of a logger (#56611) 2023-09-14 12:36:05 +02:00
iterator ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
managedservicesplatform msp/runtime: use scoped loggers for healthz, expose EnvironmentID in contract (#59724) 2024-01-22 16:42:27 -08:00
output lib/output: Remove Style interface (#54163) 2023-06-26 14:32:23 +00:00
pointers msp: add monitoring stack (#58816) 2023-12-13 19:40:57 +00:00
process vcssyncer: Move clone implementation details into syncer (#57688) 2023-10-27 20:55:59 +02:00
servicecatalog Remove GitHub proxy service (#56485) 2023-09-14 19:43:40 +02:00
go.mod Bump go-mockgen to include lenient type checking (#59397) 2024-01-08 21:20:24 +00:00
go.sum Bump go-mockgen to include lenient type checking (#59397) 2024-01-08 21:20:24 +00:00
README.md lib: Introduce non-enterprise lib directory (#18992) 2021-03-10 19:41:33 -06:00
tools.go build with go 1.17 (#24566) 2021-09-03 14:46:55 +00:00

Sourcegraph lib module

This directory is the root of a separate go module from the primary module rooted at sourcegraph/sourcegraph. This module exists to hold code that we want to reuse outside of the sourcegraph/sourcegraph repo.

Code in this module should not import from sourcegraph/sourcegraph or from other Sourcegraph repositories to avoid complicated dependency relationships. Instead consider moving code from elsewhere into this module.