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 was archived by the owner on Sep 30, 2024. It is now read-only.
The problem that if search API gets some alerts (non fail warnings) code insight logic on the backend fails to count any other repositories which actually have been resolved (even if we got some warnings). Because of this if some repositories through a warning during code insight repositories count we get non-working code insight.
In this issue we have to ignore repo alerts from search API and resolve all other repositories.
Original slack thread https://sourcegraph.slack.com/archives/C05EA9KQUTA/p1709638832002029
The problem that if search API gets some alerts (non fail warnings) code insight logic on the backend fails to count any other repositories which actually have been resolved (even if we got some warnings). Because of this if some repositories through a warning during code insight repositories count we get non-working code insight.
In this issue we have to ignore repo alerts from search API and resolve all other repositories.