From fe7563b598ebbaa0a3c228e7f991019e7e00e132 Mon Sep 17 00:00:00 2001 From: chithra Date: Mon, 15 Sep 2025 14:32:55 +0530 Subject: [PATCH 1/4] feat: REnaming navigation menu --- src/components/Navigation/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Navigation/constants.ts b/src/components/Navigation/constants.ts index 60f27350de..3c56c2f90a 100644 --- a/src/components/Navigation/constants.ts +++ b/src/components/Navigation/constants.ts @@ -459,7 +459,7 @@ export const NAVIGATION_LIST: NavigationGroupType[] = [ disabled: true, items: [ { - title: 'Overview', + title: 'Notifications', dataTestId: 'ai-recommendations-overview', id: 'ai-recommendations-overview', icon: 'ic-speedometer', From c3a3977bcd2ac8336a0806392492d8326281b320 Mon Sep 17 00:00:00 2001 From: chithra Date: Tue, 23 Sep 2025 10:41:26 +0530 Subject: [PATCH 2/4] feat:changing targetUrl --- vite.config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.mts b/vite.config.mts index dcb785595b..63d9ec9be3 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -31,7 +31,7 @@ import tsconfigPaths from 'vite-tsconfig-paths' import { compression, defineAlgorithm } from 'vite-plugin-compression2' const WRONG_CODE = `import { bpfrpt_proptype_WindowScroller } from "../WindowScroller.js";` -const TARGET_URL = 'https://preview.devtron.ai/' +const TARGET_URL = 'https://preview.devtron.ai/'; function reactVirtualized(): PluginOption { return { From fc79dc06bccb8e2b0d2326bded7420a37951bdfe Mon Sep 17 00:00:00 2001 From: Asika TK Date: Tue, 23 Sep 2025 19:36:31 +0530 Subject: [PATCH 3/4] feat: chatbot initial commit --- .env | 2 +- src/index.tsx | 2 +- vite.config.mts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 12a76d0eab..4f9c7e1c54 100644 --- a/.env +++ b/.env @@ -68,7 +68,7 @@ FEATURE_DEFAULT_AUTHENTICATED_VIEW_ENABLE=false GATEKEEPER_URL=https://license.devtron.ai/dashboard FEATURE_AI_INTEGRATION_ENABLE=false LOGIN_PAGE_IMAGE= -FEATURE_ASK_DEVTRON_EXPERT=false +FEATURE_ASK_DEVTRON_EXPERT=true FEATURE_MANAGE_TRAFFIC_ENABLE=false FEATURE_REDFISH_NODE_ENABLE=false FEATURE_INFRA_PROVISION_INFO_BLOCK_HIDE=false diff --git a/src/index.tsx b/src/index.tsx index 5699c02c69..44eeb699a6 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -173,7 +173,7 @@ if (!window || !window._env_) { GATEKEEPER_URL: 'https://license.devtron.ai/dashboard', FEATURE_AI_INTEGRATION_ENABLE: true, LOGIN_PAGE_IMAGE: '', - FEATURE_ASK_DEVTRON_EXPERT: false, + FEATURE_ASK_DEVTRON_EXPERT: true, FEATURE_MANAGE_TRAFFIC_ENABLE: true, FEATURE_REDFISH_NODE_ENABLE: false, FEATURE_INFRA_PROVISION_INFO_BLOCK_HIDE: false, diff --git a/vite.config.mts b/vite.config.mts index 63d9ec9be3..25a6da26f4 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -31,7 +31,7 @@ import tsconfigPaths from 'vite-tsconfig-paths' import { compression, defineAlgorithm } from 'vite-plugin-compression2' const WRONG_CODE = `import { bpfrpt_proptype_WindowScroller } from "../WindowScroller.js";` -const TARGET_URL = 'https://preview.devtron.ai/'; +const TARGET_URL = 'https://gadgeon-dashboard.devtron.info/'; function reactVirtualized(): PluginOption { return { From 0c84dceee02546545817910d166547d9772d8e2e Mon Sep 17 00:00:00 2001 From: Asika TK Date: Fri, 24 Oct 2025 18:56:27 +0530 Subject: [PATCH 4/4] feat: chatbot reverted URL change --- vite.config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.mts b/vite.config.mts index 25a6da26f4..dcb785595b 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -31,7 +31,7 @@ import tsconfigPaths from 'vite-tsconfig-paths' import { compression, defineAlgorithm } from 'vite-plugin-compression2' const WRONG_CODE = `import { bpfrpt_proptype_WindowScroller } from "../WindowScroller.js";` -const TARGET_URL = 'https://gadgeon-dashboard.devtron.info/'; +const TARGET_URL = 'https://preview.devtron.ai/' function reactVirtualized(): PluginOption { return {