From b54df0ddd0c6a0372327c5aa3668e5a6458fcd64 Mon Sep 17 00:00:00 2001 From: st782s Date: Thu, 4 May 2017 07:48:42 -0400 Subject: [PORTAL-7] Rebase This rebasing includes common libraries and common overlays projects abstraction of components Change-Id: I9a24a338665c7cd058978e8636bc412d9e2fdce8 Signed-off-by: st782s --- ecomp-portal-FE-os/client/configurations/dev.json | 93 +++++++++++++++++++ .../client/configurations/devServer.json | 101 +++++++++++++++++++++ .../client/configurations/integ.json | 93 +++++++++++++++++++ ecomp-portal-FE-os/client/configurations/mock.json | 101 +++++++++++++++++++++ 4 files changed, 388 insertions(+) create mode 100644 ecomp-portal-FE-os/client/configurations/dev.json create mode 100644 ecomp-portal-FE-os/client/configurations/devServer.json create mode 100644 ecomp-portal-FE-os/client/configurations/integ.json create mode 100644 ecomp-portal-FE-os/client/configurations/mock.json (limited to 'ecomp-portal-FE-os/client/configurations') diff --git a/ecomp-portal-FE-os/client/configurations/dev.json b/ecomp-portal-FE-os/client/configurations/dev.json new file mode 100644 index 00000000..6d6c4cae --- /dev/null +++ b/ecomp-portal-FE-os/client/configurations/dev.json @@ -0,0 +1,93 @@ +{ + "api": { + "userApps": "http://localhost:8080/ecompportal/portalApi/userApps", + "persUserApps": "http://localhost:8080/ecompportal/portalApi/persUserApps", + "appCatalog": "http://localhost:8080/ecompportal/portalApi/appCatalog", + "accountAdmins": "http://localhost:8080/ecompportal/portalApi/accountAdmins", + "availableApps": "http://localhost:8080/ecompportal/portalApi/availableApps", + "allAvailableApps": "http://localhost:8080/ecompportal/portalApi/allAvailableApps", + "userProfile": "http://localhost:8080/ecompportal/portalApi/userProfile", + "queryUsers": "http://localhost:8080/ecompportal/portalApi/queryUsers", + "adminAppsRoles": "http://localhost:8080/ecompportal/portalApi/adminAppsRoles", + "adminApps": "http://localhost:8080/ecompportal/portalApi/adminApps", + "appsForSuperAdminAndAccountAdmin": "http://localhost:8080/ecompportal/portalApi/appsForSuperAdminAndAccountAdmin", + "accountUsers": "http://localhost:8080/ecompportal/portalApi/app/:appId/users", + "saveNewUser": "http://localhost:8080/ecompportal-be-os/portalApi/saveNewUser", + "userAppRoles": "http://localhost:8080/ecompportal/portalApi/userAppRoles", + "onboardingApps": "http://localhost:8080/ecompportal/portalApi/onboardingApps", + "widgets": "http://localhost:8080/ecompportal/portalApi/widgets", + "widgetsValidation": "http://localhost:8080/ecompportal/portalApi/widgets/validation", + "functionalMenuForAuthUser": "http://localhost:8080/ecompportal/portalApi/functionalMenuForAuthUser", + "functionalMenuForEditing": "http://localhost:8080/ecompportal/portalApi/functionalMenuForEditing", + "functionalMenuForNotificationTree": "http://localhost:8080/ecompportal/portalApi/functionalMenuForNotificationTree", + "functionalMenu": "http://localhost:8080/ecompportal/portalApi/functionalMenu", + "functionalMenuItemDetails": "http://localhost:8080/ecompportal/portalApi/functionalMenuItemDetails/:menuId", + "appRoles": "http://localhost:8080/ecompportal/portalApi/appRoles/:appId", + "appThumbnail": "http://localhost:8080/ecompportal/portalApi/appThumbnail/:appId", + "functionalMenuItem": "http://localhost:8080/ecompportal/portalApi/functionalMenuItem", + "regenerateFunctionalMenuAncestors": "http://localhost:8080/ecompportal/portalApi/regenerateFunctionalMenuAncestors", + "listOfApp": "http://localhost:8080/ecompportal/portalApi/getAppList", + "setFavoriteItem": "http://localhost:8080/ecompportal/portalApi/setFavoriteItem", + "getFavoriteItems": "http://localhost:8080/ecompportal/portalApi/getFavoriteItems", + "removeFavoriteItem": "http://localhost:8080/ecompportal/portalApi/removeFavoriteItem/:menuId", + "ping": "http://localhost:8080/ecompportal/portalApi/ping", + "functionalMenuStaticInfo": "http://localhost:8080/ecompportal/portalApi/functionalMenuStaticInfo", + "portalAdmins": "http://localhost:8080/ecompportal/portalApi/portalAdmins", + "portalAdmin": "http://localhost:8080/ecompportal/portalApi/portalAdmin", + "getManifest": "http://localhost:8080/ecompportal/portalApi/manifest", + "getActiveUser": "http://localhost:8080/ecompportal/portalApi/dashboard/activeUsers", + "getSearchAllByStringResults": "http://localhost:8080/ecompportal/portalApi/dashboard/search", + "commonWidget": "http://localhost:8080/ecompportal/portalApi/dashboard/widgetData", + "deleteCommonWidget": "http://localhost:8080/ecompportal/portalApi/dashboard/deleteData", + "getContactUS": "http://localhost:8080/ecompportal/portalApi/contactus/list", + "getAppsAndContacts": "http://localhost:8080/ecompportal/portalApi/contactus/allapps", + "saveContactUS": "http://localhost:8080/ecompportal/portalApi/contactus/save", + "deleteContactUS": "http://localhost:8080/ecompportal/portalApi/contactus/delete", + "getContactUSPortalDetails": "http://localhost:8080/ecompportal/portalApi/contactus/feedback", + "getAppCategoryFunctions": "http://localhost:8080/ecompportal/portalApi/contactus/functions", + "onlineUserUpdateRate": "http://localhost:8080/ecompportal/portalApi/dashboard/onlineUserUpdateRate", + "storeAuditLog": "http://localhost:8080/ecompportal/portalApi/auditLog/store", + "leftmenuItems": "http://localhost:8080/ecompportal/portalApi/leftmenuItems", + "getFunctionalMenuRole":"http://localhost:8080/ecompportal/portalApi/getFunctionalMenuRole", + "getNotifications": "http://localhost:8080/ecompportal/portalApi/getNotifications", + "getMessageRecipients": "http://localhost:8080/ecompportal/portalApi/getMessageRecipients", + "getAdminNotifications": "http://localhost:8080/ecompportal/portalApi/getAdminNotifications", + "getAllAppRoleIds": "http://localhost:8080/ecompportal/portalApi/getNotificationAppRoles", + "getNotificationHistory": "http://localhost:8080/ecompportal/portalApi/getNotificationHistory", + "notificationUpdateRate": "http://localhost:8080/ecompportal/portalApi/notificationUpdateRate", + "notificationRead": "http://localhost:8080/ecompportal/portalApi/notificationRead", + "saveNotification": "http://localhost:8080/ecompportal/portalApi/saveNotification", + "getNotificationRoles":"http://localhost:8080/ecompportal/portalApi/notificationRole", + "getRole": "http://localhost:8080/ecompportal/portalApi/get_role", + "getRoles": "http://localhost:8080/ecompportal/portalApi/get_roles", + "toggleRole": "http://localhost:8080/ecompportal/portalApi/role_list/toggleRole", + "removeRole": "http://localhost:8080/ecompportal/portalApi/role_list/removeRole", + "saveRole": "http://localhost:8080/ecompportal/portalApi/role/saveRole.htm", + "toggleRoleRoleFunction": "http://localhost:8080/ecompportal/portalApi/role/removeRoleFunction.htm", + "addRoleRoleFunction": "http://localhost:8080/ecompportal/portalApi/role/addRoleFunction.htm", + "toggleRoleChildRole": "http://localhost:8080/ecompportal/portalApi/role/removeChildRole.htm", + "addRoleChildRole": "http://localhost:8080/ecompportal/portalApi/role/addChildRole.htm", + "getRoleFunctions": "http://localhost:8080/ecompportal/portalApi/get_role_functions", + "saveRoleFunction": "http://localhost:8080/ecompportal/portalApi/role_function_list/saveRoleFunction.htm", + "removeRoleFunction": "http://localhost:8080/ecompportal/portalApi/role_function_list/removeRoleFunction.htm", + "userAppsOrderBySortPref": "http://localhost:8080/ecompportal/portalApi/userAppsOrderBySortPref", + "userAppsOrderByName": "http://localhost:8080/ecompportal/portalApi/userAppsOrderByName", + "saveUserAppsSortingPreference": "http://localhost:8080/ecompportal/portalApi/saveUserAppsSortingPreference", + "userAppsSortTypePreference": "http://localhost:8080/ecompportal/portalApi/userAppsSortTypePreference", + "userAppsOrderByLastUsed": "http://localhost:8080/ecompportal/portalApi/userAppsOrderByLastUsed", + "userAppsOrderByMostUsed": "http://localhost:8080/ecompportal/portalApi/userAppsOrderByMostUsed", + "userAppsOrderByManual": "http://localhost:8080/ecompportal/portalApi/userAppsOrderByManual", + "saveUserAppsSortingManual": "http://localhost:8080/ecompportal/portalApi/saveUserAppsSortingManual", + "saveUserWidgetsSortManual": "http://localhost:8080/ecompportal/portalApi/saveUserWidgetsSortManual", + "updateWidgetsSortPref": "http://localhost:8080/ecompportal/portalApi/updateWidgetsSortPref", + "UpdateUserAppsSortManual": "http://localhost:8080/ecompportal/portalApi/UpdateUserAppsSortManual", + "widgetCatalogSelection": "http://localhost:8080/ecompportal/portalApi/widgetCatalogSelection", + "widgetCommon": "http://localhost:8080/ecompportal/portalApi/microservices", + "getWidthThresholdLeftMenu":"http://localhost:8080/ecompportal/portalApi/dashboard/windowWidthThresholdLeftMenu", + "getWidthThresholdRightMenu":"http://localhost:8080/ecompportal/portalApi/dashboard/windowWidthThresholdRightMenu", + "appCatalogRoles" : "http://localhost:8080/ecompportal/portalApi/appCatalogRoles", + "saveUserAppRoles":"http://localhost:8080/ecompportal/portalApi/saveUserAppRoles", + "userApplicationRoles":"http://localhost:8080/ecompportal/portalApi/userApplicationRoles" + }, + "cookieDomain": "org.openecomp" +} \ No newline at end of file diff --git a/ecomp-portal-FE-os/client/configurations/devServer.json b/ecomp-portal-FE-os/client/configurations/devServer.json new file mode 100644 index 00000000..39660b14 --- /dev/null +++ b/ecomp-portal-FE-os/client/configurations/devServer.json @@ -0,0 +1,101 @@ +{ + "api": { + "userApps": "http://localhost:8080/ecompportal/portalApi/userApps", + "persUserApps": "http://localhost:8080/ecompportal/portalApi/persUserApps", + "appCatalog": "http://localhost:8080/ecompportal/portalApi/appCatalog", + "accountAdmins": "http://localhost:8080/ecompportal/portalApi/accountAdmins", + "availableApps": "http://localhost:8080/ecompportal/portalApi/availableApps", + "allAvailableApps": "http://localhost:8080/ecompportal/portalApi/allAvailableApps", + "userProfile": "http://localhost:8080/ecompportal/portalApi/userProfile", + "queryUsers": "http://localhost:8080/ecompportal/portalApi/queryUsers", + "adminAppsRoles": "http://localhost:8080/ecompportal/portalApi/adminAppsRoles", + "adminApps": "http://localhost:8080/ecompportal/portalApi/adminApps", + "appsForSuperAdminAndAccountAdmin": "http://localhost:8080/ecompportal/portalApi/appsForSuperAdminAndAccountAdmin", + "accountUsers": "http://localhost:8080/ecompportal/portalApi/app/:appId/users", + "userAppRoles": "http://localhost:8080/ecompportal/portalApi/userAppRoles", + "onboardingApps": "http://localhost:8080/ecompportal/portalApi/onboardingApps", + "widgets": "http://localhost:8080/ecompportal/portalApi/widgets", + "widgetsValidation": "http://localhost:8080/ecompportal/portalApi/widgets/validation", + "functionalMenuForAuthUser": "http://localhost:8080/ecompportal/portalApi/functionalMenuForAuthUser", + "functionalMenuForEditing": "http://localhost:8080/ecompportal/portalApi/functionalMenuForEditing", + "functionalMenuForNotificationTree": "http://localhost:8080/ecompportal/portalApi/functionalMenuForNotificationTree", + "functionalMenu": "http://localhost:8080/ecompportal/portalApi/functionalMenu", + "functionalMenuItemDetails": "http://localhost:8080/ecompportal/portalApi/functionalMenuItemDetails/:menuId", + "appRoles": "http://localhost:8080/ecompportal/portalApi/appRoles/:appId", + "functionalMenuItem": "http://localhost:8080/ecompportal/portalApi/functionalMenuItem", + "regenerateFunctionalMenuAncestors": "http://localhost:8080/ecompportal/portalApi/regenerateFunctionalMenuAncestors", + "listOfApp": "http://localhost:8080/ecompportal/portalApi/getAppList", + "setFavoriteItem": "http://localhost:8080/ecompportal/portalApi/setFavoriteItem", + "getFavoriteItems": "http://localhost:8080/ecompportal/portalApi/getFavoriteItems", + "removeFavoriteItem": "http://localhost:8080/ecompportal/portalApi/removeFavoriteItem/:menuId", + "ping": "http://localhost:8080/ecompportal/portalApi/ping", + "functionalMenuStaticInfo": "http://localhost:8080/ecompportal/portalApi/functionalMenuStaticInfo", + "portalAdmins": "http://localhost:8080/ecompportal/portalApi/portalAdmins", + "portalAdmin": "http://localhost:8080/ecompportal/portalApi/portalAdmin", + "getKpiDashUserStoriesStats": "http://localhost:8080/ecompportal/portalApi/get_user_stories_stats", + "getKpiDashUserApiStats": "http://localhost:8080/ecompportal/portalApi/get_user_api_stats", + "getKpiDashLocStats": "http://localhost:8080/ecompportal/portalApi/get_loc_stats", + "getKpiDashLocStatsCat": "http://localhost:8080/ecompportal/portalApi/get_loc_stats_cat", + "getKpiDashServiceSupported": "http://localhost:8080/ecompportal/portalApi/get_kpi_service_supported", + "getKpiDashPublishedDelivered": "http://localhost:8080/ecompportal/portalApi/execute_get_published_delivered", + "getKpiDashFeedStats": "http://localhost:8080/ecompportal/portalApi/execute_get_feed_stats", + "getKpiDashUserApis": "http://localhost:8080/ecompportal/portalApi/get_user_api_stats", + "getKpiDashGeoMapUrl": "http://localhost:8080/ecompportal/portalApi/get_geo_map_url", + "getKpiDashRCloudAUrl": "http://localhost:8080/ecompportal/portalApi/get_rcloud_a_url", + "getKpiDashGeoMapApiUrl": "http://localhost:8080/ecompportal/portalApi/get_geo_map_api_url", + "getManifest": "http://localhost:8080/ecompportal/portalApi/manifest", + "getActiveUser": "http://localhost:8080/ecompportal/portalApi/dashboard/activeUsers", + "getSearchAllByStringResults": "http://localhost:8080/ecompportal/portalApi/dashboard/search", + "commonWidget": "http://localhost:8080/ecompportal/portalApi/dashboard/widgetData", + "deleteCommonWidget": "http://localhost:8080/ecompportal/portalApi/dashboard/deleteData", + "getContactUS": "http://localhost:8080/ecompportal/portalApi/contactus/list", + "getAppsAndContacts": "http://localhost:8080/ecompportal/portalApi/contactus/allapps", + "saveContactUS": "http://localhost:8080/ecompportal/portalApi/contactus/save", + "deleteContactUS": "http://localhost:8080/ecompportal/portalApi/contactus/delete", + "getContactUSPortalDetails": "http://localhost:8080/ecompportal/portalApi/contactus/feedback", + "getAppCategoryFunctions": "http://localhost:8080/ecompportal/portalApi/contactus/functions", + "onlineUserUpdateRate": "http://localhost:8080/ecompportal/portalApi/dashboard/onlineUserUpdateRate", + "storeAuditLog": "http://localhost:8080/ecompportal/portalApi/auditLog/store", + "leftmenuItems": "http://localhost:8080/ecompportal/portalApi/leftmenuItems", + "getFunctionalMenuRole":"http://localhost:8080/ecompportal/portalApi/getFunctionalMenuRole", + "getNotifications": "http://localhost:8080/ecompportal/portalApi/getNotifications", + "getAdminNotifications": "http://localhost:8080/ecompportal/portalApi/getAdminNotifications", + "getAllAppRoleIds": "http://localhost:8080/ecompportal/portalApi/getNotificationAppRoles", + "getNotificationHistory": "http://localhost:8080/ecompportal/portalApi/getNotificationHistory", + "notificationUpdateRate": "http://localhost:8080/ecompportal/portalApi/notificationUpdateRate", + "notificationRead": "http://localhost:8080/ecompportal/portalApi/notificationRead", + "saveNotification": "http://localhost:8080/ecompportal/portalApi/saveNotification", + "getNotificationRoles":"http://localhost:8080/ecompportal/portalApi/notificationRole", + "getRole": "http://localhost:8080/ecompportal/portalApi/get_role", + "getRoles": "http://localhost:8080/ecompportal/portalApi/get_roles", + "toggleRole": "http://localhost:8080/ecompportal/portalApi/role_list/toggleRole", + "removeRole": "http://localhost:8080/ecompportal/portalApi/role_list/removeRole", + "saveRole": "http://localhost:8080/ecompportal/portalApi/role/saveRole.htm", + "toggleRoleRoleFunction": "http://localhost:8080/ecompportal/portalApi/role/removeRoleFunction.htm", + "addRoleRoleFunction": "http://localhost:8080/ecompportal/portalApi/role/addRoleFunction.htm", + "toggleRoleChildRole": "http://localhost:8080/ecompportal/portalApi/role/removeChildRole.htm", + "addRoleChildRole": "http://localhost:8080/ecompportal/portalApi/role/addChildRole.htm", + "getRoleFunctions": "http://localhost:8080/ecompportal/portalApi/get_role_functions", + "saveRoleFunction": "http://localhost:8080/ecompportal/portalApi/role_function_list/saveRoleFunction.htm", + "removeRoleFunction": "http://localhost:8080/ecompportal/portalApi/role_function_list/removeRoleFunction.htm", + "userAppsOrderBySortPref": "http://localhost:8080/ecompportal/portalApi/userAppsOrderBySortPref", + "userAppsOrderByName": "http://localhost:8080/ecompportal/portalApi/userAppsOrderByName", + "saveUserAppsSortingPreference": "http://localhost:8080/ecompportal/portalApi/saveUserAppsSortingPreference", + "userAppsSortTypePreference": "http://localhost:8080/ecompportal/portalApi/userAppsSortTypePreference", + "userAppsOrderByLastUsed": "http://localhost:8080/ecompportal/portalApi/userAppsOrderByLastUsed", + "userAppsOrderByMostUsed": "http://localhost:8080/ecompportal/portalApi/userAppsOrderByMostUsed", + "userAppsOrderByManual": "http://localhost:8080/ecompportal/portalApi/userAppsOrderByManual", + "saveUserAppsSortingManual": "http://localhost:8080/ecompportal/portalApi/saveUserAppsSortingManual", + "saveUserWidgetsSortManual": "http://localhost:8080/ecompportal/portalApi/saveUserWidgetsSortManual", + "updateWidgetsSortPref": "http://localhost:8080/ecompportal/portalApi/updateWidgetsSortPref", + "UpdateUserAppsSortManual": "http://localhost:8080/ecompportal/portalApi/UpdateUserAppsSortManual", + "widgetCatalogSelection": "http://localhost:8080/ecompportal/portalApi/widgetCatalogSelection", + "widgetCommon": "http://localhost:8080/ecompportal/portalApi/microservices", + "getWidthThresholdLeftMenu":"http://localhost:8080/ecompportal/portalApi/dashboard/windowWidthThresholdLeftMenu", + "getWidthThresholdRightMenu":"http://localhost:8080/ecompportal/portalApi/dashboard/windowWidthThresholdRightMenu", + "appCatalogRoles" : "http://localhost:8080/ecompportal/portalApi/appCatalogRoles", + "saveUserAppRoles":"http://localhost:8080/ecompportal/portalApi/saveUserAppRoles", + "userApplicationRoles":"http://localhost:8080/ecompportal/portalApi/userApplicationRoles" + }, + "cookieDomain": "openecomp.org" +} \ No newline at end of file diff --git a/ecomp-portal-FE-os/client/configurations/integ.json b/ecomp-portal-FE-os/client/configurations/integ.json new file mode 100644 index 00000000..15571a25 --- /dev/null +++ b/ecomp-portal-FE-os/client/configurations/integ.json @@ -0,0 +1,93 @@ +{ + "api": { + "userApps": "portalApi/userApps", + "persUserApps": "portalApi/persUserApps", + "appCatalog": "portalApi/appCatalog", + "accountAdmins": "portalApi/accountAdmins", + "availableApps": "portalApi/availableApps", + "allAvailableApps": "portalApi/allAvailableApps", + "userProfile": "portalApi/userProfile", + "queryUsers": "portalApi/queryUsers", + "adminAppsRoles": "portalApi/adminAppsRoles", + "adminApps": "portalApi/adminApps", + "appsForSuperAdminAndAccountAdmin": "portalApi/appsForSuperAdminAndAccountAdmin", + "accountUsers": "portalApi/app/:appId/users", + "saveNewUser": "portalApi/saveNewUser", + "userAppRoles": "portalApi/userAppRoles", + "onboardingApps": "portalApi/onboardingApps", + "widgets": "portalApi/widgets", + "widgetsValidation": "portalApi/widgets/validation", + "functionalMenuForAuthUser": "portalApi/functionalMenuForAuthUser", + "functionalMenuForEditing": "portalApi/functionalMenuForEditing", + "functionalMenuForNotificationTree": "portalApi/functionalMenuForNotificationTree", + "functionalMenu": "portalApi/functionalMenu", + "functionalMenuItemDetails": "portalApi/functionalMenuItemDetails/:menuId", + "appRoles": "portalApi/appRoles/:appId", + "appThumbnail": "portalApi/appThumbnail/:appId", + "functionalMenuItem": "portalApi/functionalMenuItem", + "regenerateFunctionalMenuAncestors": "portalApi/regenerateFunctionalMenuAncestors", + "listOfApp": "portalApi/getAppList", + "setFavoriteItem": "portalApi/setFavoriteItem", + "getFavoriteItems": "portalApi/getFavoriteItems", + "removeFavoriteItem": "portalApi/removeFavoriteItem/:menuId", + "ping": "portalApi/ping", + "functionalMenuStaticInfo": "portalApi/functionalMenuStaticInfo", + "portalAdmins": "portalApi/portalAdmins", + "portalAdmin": "portalApi/portalAdmin", + "getManifest": "portalApi/manifest", + "getActiveUser": "portalApi/dashboard/activeUsers", + "getSearchAllByStringResults": "portalApi/dashboard/search", + "commonWidget": "portalApi/dashboard/widgetData", + "deleteCommonWidget": "portalApi/dashboard/deleteData", + "getContactUS": "portalApi/contactus/list", + "getAppsAndContacts": "portalApi/contactus/allapps", + "saveContactUS": "portalApi/contactus/save", + "deleteContactUS": "portalApi/contactus/delete", + "getContactUSPortalDetails": "portalApi/contactus/feedback", + "getAppCategoryFunctions": "portalApi/contactus/functions", + "onlineUserUpdateRate": "portalApi/dashboard/onlineUserUpdateRate", + "storeAuditLog": "portalApi/auditLog/store", + "leftmenuItems": "portalApi/leftmenuItems", + "getFunctionalMenuRole":"portalApi/getFunctionalMenuRole", + "getNotifications": "portalApi/getNotifications", + "getMessageRecipients":"portalApi/getMessageRecipients", + "getAdminNotifications": "portalApi/getAdminNotifications", + "getAllAppRoleIds": "portalApi/getNotificationAppRoles", + "getNotificationHistory": "portalApi/getNotificationHistory", + "notificationUpdateRate": "portalApi/notificationUpdateRate", + "notificationRead": "portalApi/notificationRead", + "saveNotification": "portalApi/saveNotification", + "getNotificationRoles":"portalApi/notificationRole", + "getRole": "portalApi/get_role", + "getRoles": "portalApi/get_roles", + "toggleRole": "portalApi/role_list/toggleRole", + "removeRole": "portalApi/role_list/removeRole", + "saveRole": "portalApi/role/saveRole.htm", + "toggleRoleRoleFunction": "portalApi/role/removeRoleFunction.htm", + "addRoleRoleFunction": "portalApi/role/addRoleFunction.htm", + "toggleRoleChildRole": "portalApi/role/removeChildRole.htm", + "addRoleChildRole": "portalApi/role/addChildRole.htm", + "getRoleFunctions": "portalApi/get_role_functions", + "saveRoleFunction": "portalApi/role_function_list/saveRoleFunction.htm", + "removeRoleFunction": "portalApi/role_function_list/removeRoleFunction.htm", + "userAppsOrderBySortPref": "portalApi/userAppsOrderBySortPref", + "userAppsOrderByName": "portalApi/userAppsOrderByName", + "saveUserAppsSortingPreference": "portalApi/saveUserAppsSortingPreference", + "userAppsSortTypePreference": "portalApi/userAppsSortTypePreference", + "userAppsOrderByLastUsed": "portalApi/userAppsOrderByLastUsed", + "userAppsOrderByMostUsed": "portalApi/userAppsOrderByMostUsed", + "userAppsOrderByManual": "portalApi/userAppsOrderByManual", + "saveUserAppsSortingManual": "portalApi/saveUserAppsSortingManual", + "saveUserWidgetsSortManual": "portalApi/saveUserWidgetsSortManual", + "updateWidgetsSortPref": "portalApi/updateWidgetsSortPref", + "UpdateUserAppsSortManual": "portalApi/UpdateUserAppsSortManual", + "widgetCatalogSelection": "portalApi/widgetCatalogSelection", + "widgetCommon": "portalApi/microservices", + "getWidthThresholdLeftMenu":"portalApi/dashboard/windowWidthThresholdLeftMenu", + "getWidthThresholdRightMenu":"portalApi/dashboard/windowWidthThresholdRightMenu", + "appCatalogRoles" : "portalApi/appCatalogRoles", + "saveUserAppRoles":"portalApi/saveUserAppRoles", + "userApplicationRoles":"portalApi/userApplicationRoles" + }, + "cookieDomain": "openecomp.org" +} \ No newline at end of file diff --git a/ecomp-portal-FE-os/client/configurations/mock.json b/ecomp-portal-FE-os/client/configurations/mock.json new file mode 100644 index 00000000..20962f18 --- /dev/null +++ b/ecomp-portal-FE-os/client/configurations/mock.json @@ -0,0 +1,101 @@ +{ + "api": { + "userApps": "http://localhost:9001/ecompportal/portalApi/userApps", + "persUserApps": "http://localhost:9001/ecompportal/portalApi/persUserApps", + "appCatalog": "http://localhost:9001/ecompportal/portalApi/appCatalog", + "accountAdmins": "http://localhost:9001/ecompportal/portalApi/accountAdmins", + "availableApps": "http://localhost:9001/ecompportal/portalApi/availableApps", + "allAvailableApps": "http://localhost:9001/ecompportal/portalApi/allAvailableApps", + "userProfile": "http://localhost:9001/ecompportal/portalApi/userProfile", + "queryUsers": "http://localhost:9001/ecompportal/portalApi/queryUsers", + "adminAppsRoles": "http://localhost:9001/ecompportal/portalApi/adminAppsRoles", + "adminApps": "http://localhost:9001/ecompportal/portalApi/adminApps", + "appsForSuperAdminAndAccountAdmin": "http://localhost:9001/ecompportal/portalApi/appsForSuperAdminAndAccountAdmin", + "accountUsers": "http://localhost:9001/ecompportal/portalApi/app/:appId/users", + "userAppRoles": "http://localhost:9001/ecompportal/portalApi/userAppRoles", + "onboardingApps": "http://localhost:9001/ecompportal/portalApi/onboardingApps", + "widgets": "http://localhost:9001/ecompportal/portalApi/widgets", + "widgetsValidation": "http://localhost:9001/ecompportal/portalApi/widgets/validation", + "functionalMenuForAuthUser": "http://localhost:9001/ecompportal/portalApi/functionalMenuForAuthUser", + "functionalMenuForEditing": "http://localhost:9001/ecompportal/portalApi/functionalMenuForEditing", + "functionalMenuForNotificationTree": "http://localhost:9001/ecompportal/portalApi/functionalMenuForNotificationTree", + "functionalMenu": "http://localhost:9001/ecompportal/portalApi/functionalMenu", + "functionalMenuItemDetails": "http://localhost:9001/ecompportal/portalApi/functionalMenuItemDetails/:menuId", + "appRoles": "http://localhost:9001/ecompportal/portalApi/appRoles/:appId", + "functionalMenuItem": "http://localhost:9001/ecompportal/portalApi/functionalMenuItem", + "regenerateFunctionalMenuAncestors": "http://localhost:9001/ecompportal/portalApi/regenerateFunctionalMenuAncestors", + "listOfApp": "http://localhost:9001/ecompportal/portalApi/getAppList", + "setFavoriteItem": "http://localhost:9001/ecompportal/portalApi/setFavoriteItem", + "getFavoriteItems": "http://localhost:9001/ecompportal/portalApi/getFavoriteItems", + "removeFavoriteItem": "http://localhost:9001/ecompportal/portalApi/removeFavoriteItem/:menuId", + "ping": "http://localhost:9001/ecompportal/portalApi/ping", + "functionalMenuStaticInfo": "http://localhost:9001/ecompportal/portalApi/functionalMenuStaticInfo", + "portalAdmins": "http://localhost:9001/ecompportal/portalApi/portalAdmins", + "portalAdmin": "http://localhost:9001/ecompportal/portalApi/portalAdmin", + "getKpiDashUserStoriesStats": "http://localhost:9001/ecompportal/portalApi/get_user_stories_stats", + "getKpiDashUserApiStats": "http://localhost:9001/ecompportal/portalApi/get_user_api_stats", + "getKpiDashLocStats": "http://localhost:9001/ecompportal/portalApi/get_loc_stats", + "getKpiDashLocStatsCat": "http://localhost:9001/ecompportal/portalApi/get_loc_stats_cat", + "getKpiDashServiceSupported": "http://localhost:9001/ecompportal/portalApi/get_kpi_service_supported", + "getKpiDashPublishedDelivered": "http://localhost:9001/ecompportal/portalApi/execute_get_published_delivered", + "getKpiDashFeedStats": "http://localhost:9001/ecompportal/portalApi/execute_get_feed_stats", + "getKpiDashUserApis": "http://localhost:9001/ecompportal/portalApi/get_user_api_stats", + "getKpiDashGeoMapUrl": "http://localhost:9001/ecompportal/portalApi/get_geo_map_url", + "getKpiDashRCloudAUrl": "http://localhost:9001/ecompportal/portalApi/get_rcloud_a_url", + "getKpiDashGeoMapApiUrl": "http://localhost:9001/ecompportal/portalApi/get_geo_map_api_url", + "getManifest": "http://localhost:9001/ecompportal/portalApi/manifest", + "getActiveUser": "http://localhost:9001/ecompportal/portalApi/dashboard/activeUsers", + "getSearchAllByStringResults": "http://localhost:9001/ecompportal/portalApi/dashboard/search", + "commonWidget": "http://localhost:9001/ecompportal/portalApi/dashboard/widgetData", + "deleteCommonWidget": "http://localhost:9001/ecompportal/portalApi/dashboard/deleteData", + "getContactUS": "http://localhost:9001/ecompportal/portalApi/contactus/list", + "getAppsAndContacts": "http://localhost:9001/ecompportal/portalApi/contactus/allapps", + "saveContactUS": "http://localhost:9001/ecompportal/portalApi/contactus/save", + "deleteContactUS": "http://localhost:9001/ecompportal/portalApi/contactus/delete", + "getContactUSPortalDetails": "http://localhost:9001/ecompportal/portalApi/contactus/feedback", + "getAppCategoryFunctions": "http://localhost:9001/ecompportal/portalApi/contactus/functions", + "onlineUserUpdateRate": "http://localhost:9001/ecompportal/portalApi/dashboard/onlineUserUpdateRate", + "storeAuditLog": "http://localhost:9001/ecompportal/portalApi/auditLog/store", + "leftmenuItems": "http://localhost:9001/ecompportal/portalApi/leftmenuItems", + "getFunctionalMenuRole":"http://localhost:9001/ecompportal/portalApi/getFunctionalMenuRole", + "getNotifications": "http://localhost:9001/ecompportal/portalApi/getNotifications", + "getAdminNotifications": "http://localhost:9001/ecompportal/portalApi/getAdminNotifications", + "getAllAppRoleIds": "http://localhost:9001/ecompportal/portalApi/getNotificationAppRoles", + "getNotificationHistory": "http://localhost:9001/ecompportal/portalApi/getNotificationHistory", + "notificationUpdateRate": "http://localhost:9001/ecompportal/portalApi/notificationUpdateRate", + "notificationRead": "http://localhost:9001/ecompportal/portalApi/notificationRead", + "saveNotification": "http://localhost:9001/ecompportal/portalApi/saveNotification", + "getNotificationRoles":"http://localhost:9001/ecompportal/portalApi/notificationRole", + "getRole": "http://localhost:9001/ecompportal/portalApi/get_role", + "getRoles": "http://localhost:9001/ecompportal/portalApi/get_roles", + "toggleRole": "http://localhost:9001/ecompportal/portalApi/role_list/toggleRole", + "removeRole": "http://localhost:9001/ecompportal/portalApi/role_list/removeRole", + "saveRole": "http://localhost:9001/ecompportal/portalApi/role/saveRole.htm", + "toggleRoleRoleFunction": "http://localhost:9001/ecompportal/portalApi/role/removeRoleFunction.htm", + "addRoleRoleFunction": "http://localhost:9001/ecompportal/portalApi/role/addRoleFunction.htm", + "toggleRoleChildRole": "http://localhost:9001/ecompportal/portalApi/role/removeChildRole.htm", + "addRoleChildRole": "http://localhost:9001/ecompportal/portalApi/role/addChildRole.htm", + "getRoleFunctions": "http://localhost:9001/ecompportal/portalApi/get_role_functions", + "saveRoleFunction": "http://localhost:9001/ecompportal/portalApi/role_function_list/saveRoleFunction.htm", + "removeRoleFunction": "http://localhost:9001/ecompportal/portalApi/role_function_list/removeRoleFunction.htm", + "userAppsOrderBySortPref": "http://localhost:9001/ecompportal/portalApi/userAppsOrderBySortPref", + "userAppsOrderByName": "http://localhost:9001/ecompportal/portalApi/userAppsOrderByName", + "saveUserAppsSortingPreference": "http://localhost:9001/ecompportal/portalApi/saveUserAppsSortingPreference", + "userAppsSortTypePreference": "http://localhost:9001/ecompportal/portalApi/userAppsSortTypePreference", + "userAppsOrderByLastUsed": "http://localhost:9001/ecompportal/portalApi/userAppsOrderByLastUsed", + "userAppsOrderByMostUsed": "http://localhost:9001/ecompportal/portalApi/userAppsOrderByMostUsed", + "userAppsOrderByManual": "http://localhost:9001/ecompportal/portalApi/userAppsOrderByManual", + "saveUserAppsSortingManual": "http://localhost:9001/ecompportal/portalApi/saveUserAppsSortingManual", + "saveUserWidgetsSortManual": "http://localhost:9001/ecompportal/portalApi/saveUserWidgetsSortManual", + "updateWidgetsSortPref": "http://localhost:9001/ecompportal/portalApi/updateWidgetsSortPref", + "UpdateUserAppsSortManual": "http://localhost:9001/ecompportal/portalApi/UpdateUserAppsSortManual", + "widgetCatalogSelection": "http://localhost:9001/ecompportal/portalApi/widgetCatalogSelection", + "widgetCommon": "http://localhost:9001/ecompportal/portalApi/microservices", + "getWidthThresholdLeftMenu":"http://localhost:9001/ecompportal/portalApi/dashboard/windowWidthThresholdLeftMenu", + "getWidthThresholdRightMenu":"http://localhost:9001/ecompportal/portalApi/dashboard/windowWidthThresholdRightMenu", + "appCatalogRoles" : "http://localhost:9001/ecompportal/portalApi/appCatalogRoles", + "saveUserAppRoles":"http://localhost:9001/ecompportal/portalApi/saveUserAppRoles", + "userApplicationRoles":"http://localhost:9001/ecompportal/portalApi/userApplicationRoles" + }, + "cookieDomain": "openecomp.org" +} \ No newline at end of file -- cgit 1.2.3-korg