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.
When drilling down into a code insights data point, we generate a diff search for the difference between that data point and the point before it. This is not ideal for many reasons:
It is somewhat confusing semantics. You don't see what the data point represents, you only see the diff
Many code insights searches cannot actually be represented as a diff search
The query rewriting has been the source of a bunch of different bugs
Diff search is slow
Instead, we want to change the behavior to drill down into a search at the commit that data point represents.
When drilling down into a code insights data point, we generate a diff search for the difference between that data point and the point before it. This is not ideal for many reasons:
Instead, we want to change the behavior to drill down into a search at the commit that data point represents.