Skip to content

Code Insights: Fix minor problems with compute v1 before the 3.42 release

Administrator requested to merge vk/compute-insight-v1-fixes into main

Created by: vovakulikov

This PR fixes

  • Appearance compute insights on the dashboard page if they were created before the experimental feature flag was disabled (case: enable feature flag → create compute insight → disable feature flag)
  • Bad empty loading state for compute powered insight right after creation
  • Improve group selection control on the compute creation UI page
  • Group legend labels if we have more than 1 data series in compute.

Related slack thread

Test plan

  • Go to the compute creation page and create compute insight
  • See that after creation, you can see in progress compute insight with historical data overlay (data on the chart may look like wrong, but this is related to the bigger problem with API, and it wouldn't be resolved in this version)
  • See that after some time and page refreshing, you can see the right dataset on the chart)

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading