Add LegacyValueStreamMetrics component for graphql migration
Compare changes
As part of Value Stream Analytics: Migrate lifecycle metri... (#498179 - closed) we need to migrate ValueStreamMetrics
from REST to apollo + graphql. Unfortunately the component is used for both CI/CD Analytics and Value Stream Analytics.
This MR breaks up the work needed to migrate both pages, deprecates the existing component and introduces the new component that will be used going forward.
This MR:
LegacyValueStreamMetrics
- a clone of the existing REST based value stream metrics componentValueStreamMetrics
with LegacyValueStreamMetrics
for CI/CD Analytics and Value Stream AnalyticsValueStreamMetrics
component using graphql + apolloPlease include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
No visual changes introduced with this MR
All tests passing
Related to #498179 (closed)