From fdcba13f010a26f2c3d4090b89e840f10c22f914 Mon Sep 17 00:00:00 2001 From: Sanket Jagtap Date: Wed, 8 Feb 2023 22:36:25 +0530 Subject: [PATCH 1/2] chore(build): ephemeral add, nav items --- deploy/frontend.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/deploy/frontend.yaml b/deploy/frontend.yaml index 910b28af3..915255554 100644 --- a/deploy/frontend.yaml +++ b/deploy/frontend.yaml @@ -32,10 +32,6 @@ objects: title: "OpenShift Subscriptions" href: "/openshift/subscriptions/openshift" product: "Subscription Watch" - - appId: "subscriptions" - title: "Streams for Apache Kafka" - href: "/application-services/subscriptions/streams" - product: "Subscription Watch" - appId: "subscriptions" title: "OpenShift Data Science" href: "/application-services/subscriptions/rhods" @@ -44,6 +40,14 @@ objects: title: "Advanced Cluster Security" href: "/application-services/subscriptions/rhacs" product: "Subscription Watch" + - appId: "subscriptions" + title: "RHEL Subscriptions" + href: "/insights/subscriptions/rhel" + product: "Subscription Watch" + - appId: "subscriptions" + title: "Container Platform" + href: "/openshift/subscriptions/openshift-container" + product: "Subscription Watch" module: # this should match chrome/fed-modules.json in cloud-services-config manifestLocation: "/apps/subscriptions/fed-mods.json" From 7fa998342b036513f8cc7a1fb3a8c3298bfcbe81 Mon Sep 17 00:00:00 2001 From: CD Cabrera Date: Tue, 22 Aug 2023 08:39:54 -0400 Subject: [PATCH 2/2] DEV update left nav snapshot --- tests/__snapshots__/dist.test.js.snap | 42 ++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 8 deletions(-) diff --git a/tests/__snapshots__/dist.test.js.snap b/tests/__snapshots__/dist.test.js.snap index e4c8dbdab..d63954c39 100644 --- a/tests/__snapshots__/dist.test.js.snap +++ b/tests/__snapshots__/dist.test.js.snap @@ -31,7 +31,7 @@ exports[`Build distribution should have a predictable ephemeral navigation based "productVariants": [], }, { - "coverage": "FALSE", + "coverage": "TRUE", "path": "/openshift-container", "productGroup": [ "openshift", @@ -510,13 +510,6 @@ exports[`Build distribution should have a predictable ephemeral navigation based ], "productVariants": [], }, - { - "coverage": "FALSE", - "path": undefined, - "productGroup": undefined, - "productId": undefined, - "productVariants": undefined, - }, { "coverage": "TRUE", "path": "/rhods", @@ -539,6 +532,39 @@ exports[`Build distribution should have a predictable ephemeral navigation based ], "productVariants": [], }, + { + "coverage": "TRUE", + "path": "/rhel", + "productGroup": [ + "rhel", + ], + "productId": [ + "RHEL for x86", + "Satellite Server", + ], + "productVariants": [ + "RHEL for ARM", + "RHEL for IBM Power", + "RHEL for IBM z", + "RHEL for x86", + "Satellite Capsule", + "Satellite Server", + ], + }, + { + "coverage": "TRUE", + "path": "/openshift-container", + "productGroup": [ + "openshift", + ], + "productId": [ + "OpenShift Container Platform", + "OpenShift-dedicated-metrics", + "OpenShift-metrics", + "rosa", + ], + "productVariants": [], + }, ] `;