sourcegraph/internal/github_apps/auth
Erik Seliger 169db11ce6
rcache: Explicitly pass redis pool to use (#63644)
Recently, this was refactored to also allow using the redispool.Store.
However, that makes it very implicit to know where something is being
written, so instead we pass down the pool instance at instantiation.

This also gives a slightly better overview of where redispool is
actually required.

Test plan: CI passes.
2024-07-10 01:23:19 +02:00
..
auth_test.go Separate database package mocks to dbmocks package (#55778) 2023-08-14 10:48:45 +02:00
auth.go rcache: Explicitly pass redis pool to use (#63644) 2024-07-10 01:23:19 +02:00
BUILD.bazel rcache: Explicitly pass redis pool to use (#63644) 2024-07-10 01:23:19 +02:00
credential.go feat(batches): implement {site,user} credential authenticator for github apps (#63616) 2024-07-04 04:14:23 -05:00