-
Currently we recalculate and reaggregate all time series data for each request when a chart is loaded. Given that the Code Insight data changes at most every day we are potentially doing a lot of wast…
-
Code Insights has two databases it interacts with, both `pgsql` and `codeinsights-db`. In some environments (at the moment dev) these are actually the same database. When we pass handles into stores w…
-
Changing the query field resets the group option selected
https://sourcegraph.slack.com/files/U021CRVEQ5V/F03PJH2DLB1/cleanshot_2022-07-18_at_13.28.42.gif
/cc @joelkw @felixfbecker @vovakulikov @u…
-
At a high level: for insight series that are recorded, support some mechanism to retry either the entire series, or possibly parts of the series. Transient errors or other issues in the Sourcegraph in…
-
[POC PR](https://github.com/sourcegraph/sourcegraph/pull/39394)
[Design](https://www.figma.com/file/Dv0MTqpANcLj7rz7V3DVnT/Inline-references-to-Insights-%2338444-Review?node-id=1690%3A28087)
Mak…
-
We have one thing that need to be retired for the unify insights work.
* Code paths (including the actual JIT resolvers) for just-in-time resolvers in the insight-view resolver chain
-
Slack [thread](https://sourcegraph.slack.com/archives/C014ZCKMCAV/p1631833766088100) for context.
When insight data series are queried they can be filtered by regex include or exclude based on repo…
-
For context about limitations see the discussion to PR #36376
Improvements:
- change the content of label when section is collapsed. It should be shortened and display only type of sorting and num…
-
I ran into this when adding live previews for compute insights. There needs to be some kind of sorting in order for the generated data to return in a stable way. (Not in a different order each time it…
-
## Background
Since we adopted the code insight dashboards feature, we should have the `add to dashboard` action in the insight menu. Currently, we have one way to add insights to the dashboard. This…