sourcegraph/lib
Idan Varsano c407226c05
Repo Sync: If all errors are warnings, delete repos with bad permissions (#40690)
* Prevent stopping sync if a querying for repos in Bitbucket project key returns a 'fatal' error
2022-08-24 19:26:12 +00:00
..
batches Remove resolving repositories log (#40426) 2022-08-22 16:31:38 +02:00
codeintel codeintel: add dashboard for precide-code-intel-worker total in-progress upload size (#39690) 2022-08-11 21:43:14 +01:00
errors Repo Sync: If all errors are warnings, delete repos with bad permissions (#40690) 2022-08-24 19:26:12 +00:00
gitservice requestclient: propagate request client IP, add gitserver access logger (#38798) 2022-07-15 13:32:31 +02:00
group lib/group: fix race condition in test (#39340) 2022-07-27 18:06:43 +00:00
output lib/output: fix emoji line without style (#38323) 2022-07-06 14:20:34 -07:00
process lib/process: always pipe _exactly_ what the command outputs (#36574) 2022-06-03 15:13:27 -07:00
go.mod gomod: update grafana/regexp (#40338) 2022-08-15 15:08:11 +01:00
go.sum gomod: update grafana/regexp (#40338) 2022-08-15 15:08:11 +01: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.