You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
Add a logger to schemaResolver, and initialize it with log.Scoped (or logtest where appropriate) wherever schemaResolver is created (unless an existing logger is easily available, in which case that should be used)
Add a logger to RepositoryResolver, and let it be injected from NewRepositoryResolver. Use log.Scoped (or logtest where appropriate) to provide the logger at all usages of NewRepositoryResolver
Pull requests with ~450 lines changed should take 24 hours at maximum. Ping the reviewer in the spec pull request if time-consuming changes are required.
The text was updated successfully, but these errors were encountered:
Problem statement
https://github.com/sourcegraph/sourcegraph/issues/36382
Success criteria
schemaResolver
, and initialize it withlog.Scoped
(orlogtest
where appropriate) whereverschemaResolver
is created (unless an existing logger is easily available, in which case that should be used)RepositoryResolver
, and let it be injected fromNewRepositoryResolver
. Uselog.Scoped
(orlogtest
where appropriate) to provide the logger at all usages ofNewRepositoryResolver
cmd/frontend/graphqlbackend/repository.go
are replaced with calls to the appropriate loggerTime estimate
The text was updated successfully, but these errors were encountered: