Code Insights: [Umbrella] FE setting migration problems
Created by: vovakulikov
Context
In this umbrella issue, we collect all known issues that are related to the setting migration story and the new GQL API.
To activate the new gql API you should turn on the experimental flag in your setting cascade - "codeInsightsGqlApi": true. If you see some strange behavior include this problem in the list below.
Known issues
-
1. Start Y-axis with 0 doesn't work for backend insights in new API https://github.com/sourcegraph/sourcegraph/pull/27613 -
2. Edit page doesn't work properly for some insights (example on k8s - "New insight with new API 22") https://github.com/sourcegraph/sourcegraph/pull/27614 -
3. After search insight creation the dashboard page fails with runtime error about the premature observable cancelation. [will be solved in this PR https://github.com/sourcegraph/sourcegraph/pull/27431] -
4. Creation UI live preview chart flashes Don't have data for this repositories error while a user types the first query of the first data series. Fixed in https://github.com/sourcegraph/sourcegraph/pull/27517