Skip to content

Remove showing the default value stream

Adam Hegyi requested to merge vsa-support-empty-view into master

What does this MR do and why?

This change removes returning an in-memory default value stream when no value streams are present yet. This behaviour will be used when the aggregated VSA backend is enabled. The change is behind a feature flag: use_vsa_aggregated_tables.

Enable the flag in rails console:

Feature.enable(:use_vsa_aggregated_tables)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports