From bf5ed0667e6098f64890f90b5cde2ffd84178952 Mon Sep 17 00:00:00 2001 From: vishnu Date: Tue, 17 Jun 2025 19:32:27 +0530 Subject: [PATCH 1/3] configupdated --- interface-routes/qa-saas-routes.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/interface-routes/qa-saas-routes.json b/interface-routes/qa-saas-routes.json index 350a600..d36b8bb 100644 --- a/interface-routes/qa-saas-routes.json +++ b/interface-routes/qa-saas-routes.json @@ -12063,6 +12063,34 @@ "packageName": "elevate-mentoring" } ] + }, + { + "sourceRoute": "/project/health", + "type": "GET", + "priority": "MUST_HAVE", + "inSequence": false, + "orchestrated": false, + "targetPackages": [ + { + "basePackageName": "project", + "packageName": "elevate-project" + } + ], + "service": "project" + }, + { + "sourceRoute": "/project/healthCheckStatus", + "type": "GET", + "priority": "MUST_HAVE", + "inSequence": false, + "orchestrated": false, + "targetPackages": [ + { + "basePackageName": "project", + "packageName": "elevate-project" + } + ], + "service": "project" } ] } From 7e91661e2a2cb37d05651ad9e321c2fba75413df Mon Sep 17 00:00:00 2001 From: vishnu Date: Tue, 17 Jun 2025 19:43:36 +0530 Subject: [PATCH 2/3] config update and elevate-project version patch --- elevate-project/constants/routes.js | 22 ++++++++++++++++++++++ elevate-project/package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/elevate-project/constants/routes.js b/elevate-project/constants/routes.js index b31ab9d..63440ec 100644 --- a/elevate-project/constants/routes.js +++ b/elevate-project/constants/routes.js @@ -3027,5 +3027,27 @@ module.exports = { }, service: "project" }, + { + sourceRoute: "/project/health", + type: "GET", + inSequence: false, + orchestrated: false, + targetRoute: { + path: "/project/health", + type: "GET" + }, + service: "project" + }, + { + sourceRoute: "/project/healthCheckStatus", + type: "GET", + inSequence: false, + orchestrated: false, + targetRoute: { + path: "/project/healthCheckStatus", + type: "GET" + }, + service: "project" + }, ] } \ No newline at end of file diff --git a/elevate-project/package.json b/elevate-project/package.json index 02777a0..b45459e 100644 --- a/elevate-project/package.json +++ b/elevate-project/package.json @@ -1,6 +1,6 @@ { "name": "elevate-project", - "version": "1.1.37", + "version": "1.1.38", "description": "Npm package for Elevate-Project service integration with Interface service", "main": "index.js", "scripts": { From b34d7241b059c2d6ff42a10e28f720c0a8087dc3 Mon Sep 17 00:00:00 2001 From: vishnu Date: Tue, 17 Jun 2025 20:03:13 +0530 Subject: [PATCH 3/3] config update and elevate-project version patch --- interface-routes/qa-saas-routes.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/interface-routes/qa-saas-routes.json b/interface-routes/qa-saas-routes.json index d36b8bb..ca1340d 100644 --- a/interface-routes/qa-saas-routes.json +++ b/interface-routes/qa-saas-routes.json @@ -12091,6 +12091,34 @@ } ], "service": "project" + }, + { + "sourceRoute": "/survey/health", + "type": "GET", + "priority": "MUST_HAVE", + "inSequence": false, + "orchestrated": false, + "targetPackages": [ + { + "basePackageName": "survey", + "packageName": "elevate-survey-observation" + } + ], + "service": "survey" + }, + { + "sourceRoute": "/survey/healthCheckStatus", + "type": "GET", + "priority": "MUST_HAVE", + "inSequence": false, + "orchestrated": false, + "targetPackages": [ + { + "basePackageName": "survey", + "packageName": "elevate-survey-observation" + } + ], + "service": "survey" } ] }