sourcegraph/internal
Robert Lin 95c6946b9d
lib/log: migrate to github.com/sourcegraph/log (#36834)
This change migrates lib/log to https://github.com/sourcegraph/log in the hopes of easing adoption for other services.
2022-06-08 15:02:38 -07:00
..
actor Backend: add AnonymousUID to Actor struct (#32475) 2022-03-11 07:58:07 -06:00
api httpapi: remove unused internal CanSendEmail (#36358) 2022-06-02 13:55:36 +02:00
authz mocks: Speed up generation of mock interfaces (#36681) 2022-06-07 00:21:50 +00:00
cmd typo: occurrence has a double r. (#36579) 2022-06-03 20:49:57 +00:00
codeintel lib/log: migrate to github.com/sourcegraph/log (#36834) 2022-06-08 15:02:38 -07:00
comby comby: preserve multiline matching behavior (#35838) 2022-05-24 19:27:05 -07:00
conf lib/log: migrate to github.com/sourcegraph/log (#36834) 2022-06-08 15:02:38 -07:00
cookie usage stats: Send device id in backend logs (#25920) 2021-10-12 17:41:33 +08:00
database lib/log: migrate to github.com/sourcegraph/log (#36834) 2022-06-08 15:02:38 -07:00
debugserver all: use any instead of interface{} (#35102) 2022-05-09 10:59:39 +02:00
deviceid middleware: only register device id on dotcom (#25954) 2021-10-12 21:45:36 +08:00
diskcache searcher: TMPDIR on CACHE_DIR (#36160) 2022-06-03 04:58:15 +00:00
encryption all: use any instead of interface{} (#35102) 2022-05-09 10:59:39 +02:00
endpoint all: use any instead of interface{} (#35102) 2022-05-09 10:59:39 +02:00
env RFC 619: Move auto-indexing background jobs into the new job skeleton (#35745) 2022-05-25 23:23:35 +00:00
errcode repo-updater: Delete repos that are unavailable for legal reasons (#35049) 2022-05-09 10:31:16 +02:00
eventlogger api: seperate internal client into internalapi (#28151) 2021-11-25 11:02:57 -08:00
extsvc lib/log: migrate to github.com/sourcegraph/log (#36834) 2022-06-08 15:02:38 -07:00
featureflag Add lazy feature flag evaluation (#35359) 2022-06-07 23:04:23 +06:00
fileutil Replace os.MkdirTemp in tests with t.TempDir() (#34590) 2022-04-27 16:08:29 +00:00
gitserver lib/log: migrate to github.com/sourcegraph/log (#36834) 2022-06-08 15:02:38 -07:00
goroutine mocks: Speed up generation of mock interfaces (#36681) 2022-06-07 00:21:50 +00:00
gosyntect feat: Add jsonnet highlighting support (#36134) 2022-06-06 21:54:21 -04:00
gqltestutil insights: revert insights database in single docker for integration tests (#36678) 2022-06-07 17:17:01 +00:00
honey all: use any instead of interface{} (#35102) 2022-05-09 10:59:39 +02:00
hostname Store hostname of workerutil Record processor on job dequeue (#21739) 2021-06-21 13:10:11 +01:00
httpcli internal/extsvc/github: Testing improvements (#34004) 2022-04-21 07:27:14 +05:30
httpserver httpserver: Make pre-shutdown sleep configurable (#28159) 2021-11-24 18:16:40 -06:00
httptestutil all: use any instead of interface{} (#35102) 2022-05-09 10:59:39 +02:00
insights mocks: Speed up generation of mock interfaces (#36681) 2022-06-07 00:21:50 +00:00
inventory all: use any instead of interface{} (#35102) 2022-05-09 10:59:39 +02:00
jsonc all: use any instead of interface{} (#35102) 2022-05-09 10:59:39 +02:00
lazyregexp all: replace regexp with grafana/regexp (#30948) 2022-02-14 09:08:21 +00:00
logging lib/log: migrate to github.com/sourcegraph/log (#36834) 2022-06-08 15:02:38 -07:00
luasandbox lib/log: migrate to github.com/sourcegraph/log (#36834) 2022-06-08 15:02:38 -07:00
metrics lib/log: migrate to github.com/sourcegraph/log (#36834) 2022-06-08 15:02:38 -07:00
mutablelimiter mutablelimiter: Clean up comments (#23712) 2021-08-09 14:36:44 +02:00
observation lib/log: migrate to github.com/sourcegraph/log (#36834) 2022-06-08 15:02:38 -07:00
oobmigration mocks: Speed up generation of mock interfaces (#36681) 2022-06-07 00:21:50 +00:00
pathmatch all: replace regexp with grafana/regexp (#30948) 2022-02-14 09:08:21 +00:00
profiler all: make profiler.Init best effort (#34329) 2022-04-22 10:06:29 +02:00
pubsub errors: Introduce internal package (#30558) 2022-02-07 15:03:45 +00:00
randstring
ratelimit instrumentation: Replace noisy rate limit logs with metrics (#35857) 2022-05-24 09:25:25 +02:00
rcache all: use any instead of interface{} (#35102) 2022-05-09 10:59:39 +02:00
redispool errors: Introduce internal package (#30558) 2022-02-07 15:03:45 +00:00
repos lib/log: migrate to github.com/sourcegraph/log (#36834) 2022-06-08 15:02:38 -07:00
repotrackutil Enforce unconvert lint (#18746) 2021-03-01 12:28:08 -07:00
repoupdater refactor(repo-updater): migrate use of log15 to use lib/log (#36024) 2022-05-26 16:04:37 +02:00
resetonce add resetable sync.Once for timed caching of ctags globs (#32082) 2022-03-02 22:08:35 +00:00
search search: keep filter nodes for unordered lucky rule (#36831) 2022-06-08 19:50:51 +00:00
security dev: fix golangci-lint, re-enable depguard, disable nolintlint (#34298) 2022-04-21 19:37:04 +00:00
sentry lib/log: migrate to github.com/sourcegraph/log (#36834) 2022-06-08 15:02:38 -07:00
services/executors all: use any instead of interface{} (#35102) 2022-05-09 10:59:39 +02:00
slack errors: Introduce internal package (#30558) 2022-02-07 15:03:45 +00:00
src-cli Update src-cli constant (#36233) 2022-05-30 15:53:32 +02:00
src-prometheus errors: Introduce internal package (#30558) 2022-02-07 15:03:45 +00:00
symbols Improve the error message in the symbols sidebar (#36441) 2022-06-02 21:33:43 +00:00
sysreq errors: Introduce internal package (#30558) 2022-02-07 15:03:45 +00:00
temporarysettings temporary settings: graphql backend (#24295) 2021-08-26 07:57:22 -07:00
testutil testutil: remove Diff and FetchTar (#35297) 2022-05-11 13:57:20 +00:00
timeutil search: Move FakeClock to timeutil (#17283) 2021-01-14 11:24:46 -07:00
trace lib/log: migrate to github.com/sourcegraph/log (#36834) 2022-06-08 15:02:38 -07:00
tracer all: use any instead of interface{} (#35102) 2022-05-09 10:59:39 +02:00
txemail all: use any instead of interface{} (#35102) 2022-05-09 10:59:39 +02:00
types worker: add Bitbucket Project worker (#36777) 2022-06-08 15:46:31 +04:00
unpack all: use any instead of interface{} (#35102) 2022-05-09 10:59:39 +02:00
uploadstore mocks: Speed up generation of mock interfaces (#36681) 2022-06-07 00:21:50 +00:00
usagestats Add lazy feature flag evaluation (#35359) 2022-06-07 23:04:23 +06:00
vcs lib/log: migrate to github.com/sourcegraph/log (#36834) 2022-06-08 15:02:38 -07:00
version errors: Introduce internal package (#30558) 2022-02-07 15:03:45 +00:00
workerutil lib/log: migrate to github.com/sourcegraph/log (#36834) 2022-06-08 15:02:38 -07:00