From be1ff072b7febef3212fe7046bdc0746e2939ffe Mon Sep 17 00:00:00 2001 From: Mike Turley Date: Fri, 23 Jun 2023 09:49:02 -0400 Subject: [PATCH 1/2] :sparkles: Enable dynamic reports feature flag Signed-off-by: Mike Turley --- client/src/app/FeatureFlags.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/app/FeatureFlags.ts b/client/src/app/FeatureFlags.ts index c726a6aab1..2ed0512e47 100644 --- a/client/src/app/FeatureFlags.ts +++ b/client/src/app/FeatureFlags.ts @@ -1,6 +1,6 @@ export const FEATURES_ENABLED = { migrationWaves: true, - dynamicReports: false, + dynamicReports: true, }; if (process.env?.FEATURES_ENABLED) { From c27674b44ae4bbab0d7fed3632d3abf6e6242fe6 Mon Sep 17 00:00:00 2001 From: Mike Turley Date: Fri, 23 Jun 2023 09:58:45 -0400 Subject: [PATCH 2/2] Update snapshots Signed-off-by: Mike Turley --- .../__snapshots__/DefaultLayout.test.tsx.snap | 56 +++++++++++++++++++ .../__snapshots__/SidebarApp.test.tsx.snap | 52 +++++++++++++++++ 2 files changed, 108 insertions(+) diff --git a/client/src/app/layout/DefaultLayout/tests/__snapshots__/DefaultLayout.test.tsx.snap b/client/src/app/layout/DefaultLayout/tests/__snapshots__/DefaultLayout.test.tsx.snap index b36b5af10d..9a8f442ceb 100644 --- a/client/src/app/layout/DefaultLayout/tests/__snapshots__/DefaultLayout.test.tsx.snap +++ b/client/src/app/layout/DefaultLayout/tests/__snapshots__/DefaultLayout.test.tsx.snap @@ -244,6 +244,34 @@ Object { sidebar.migrationWaves +
  • + + sidebar.issues + +
  • +
  • + + sidebar.dependencies + +
  • @@ -530,6 +558,34 @@ Object { sidebar.migrationWaves +
  • + + sidebar.issues + +
  • +
  • + + sidebar.dependencies + +
  • diff --git a/client/src/app/layout/SidebarApp/tests/__snapshots__/SidebarApp.test.tsx.snap b/client/src/app/layout/SidebarApp/tests/__snapshots__/SidebarApp.test.tsx.snap index 7ef5a53562..b70e70f071 100644 --- a/client/src/app/layout/SidebarApp/tests/__snapshots__/SidebarApp.test.tsx.snap +++ b/client/src/app/layout/SidebarApp/tests/__snapshots__/SidebarApp.test.tsx.snap @@ -124,6 +124,32 @@ Object { sidebar.migrationWaves +
  • + + sidebar.issues + +
  • +
  • + + sidebar.dependencies + +
  • @@ -250,6 +276,32 @@ Object { sidebar.migrationWaves +
  • + + sidebar.issues + +
  • +
  • + + sidebar.dependencies + +