From 89e9da4f8daf6ec7f653cd6599d0aeabe2bacadb Mon Sep 17 00:00:00 2001 From: "D. Gopal Krishna" Date: Mon, 19 Feb 2024 19:00:25 +0530 Subject: [PATCH 1/3] #748 - warning message when a resource could be overwritten --- .../osb-portal/src/pages/RepositoryPage.tsx | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/applications/osb-portal/src/pages/RepositoryPage.tsx b/applications/osb-portal/src/pages/RepositoryPage.tsx index 5c680425..cf3265d2 100644 --- a/applications/osb-portal/src/pages/RepositoryPage.tsx +++ b/applications/osb-portal/src/pages/RepositoryPage.tsx @@ -47,6 +47,7 @@ import RepositoryService from "../service/RepositoryService"; import { Workspace } from "../types/workspace"; import WorkspaceService from "../service/WorkspaceService"; import { canEditRepository } from "../service/UserService"; +import { Alert } from "@mui/material"; const GoBackButton = styled(Button)(({ theme }) => ({ padding: 0, @@ -452,10 +453,18 @@ export const RepositoryPage = (props: any) => { } > {checked.length > 0 && ( - handleChipDelete(chipPath)} - /> +
+ handleChipDelete(chipPath)} + /> + + Please note that adding the same file will overwrite the previous version of the file in the workspace. + +
)} setWorkspace(ws)} From fab6b6a838fc7d11b0fd3b2dfedca314c38a5f57 Mon Sep 17 00:00:00 2001 From: "D. Gopal Krishna" Date: Wed, 21 Feb 2024 06:16:35 +0530 Subject: [PATCH 2/3] #748 new warning message when resource could be overwritten --- applications/osb-portal/src/pages/RepositoryPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/osb-portal/src/pages/RepositoryPage.tsx b/applications/osb-portal/src/pages/RepositoryPage.tsx index cf3265d2..4e4135f0 100644 --- a/applications/osb-portal/src/pages/RepositoryPage.tsx +++ b/applications/osb-portal/src/pages/RepositoryPage.tsx @@ -462,7 +462,7 @@ export const RepositoryPage = (props: any) => { severity="warning" style={{ marginBottom: "1rem" }} > - Please note that adding the same file will overwrite the previous version of the file in the workspace. + Please note that adding a file when a file with the same name already exists will overwrite the previous version of the file in the workspace. )} From 89667529b102541d4461291a1b416906ada00960 Mon Sep 17 00:00:00 2001 From: Eutychus Towett Date: Sat, 2 Mar 2024 09:18:23 +0300 Subject: [PATCH 3/3] SA-172 increase NFS exports volume for prod --- applications/nfsserver/deploy/values.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/applications/nfsserver/deploy/values.yaml b/applications/nfsserver/deploy/values.yaml index 067ce3c4..e6e80d7d 100644 --- a/applications/nfsserver/deploy/values.yaml +++ b/applications/nfsserver/deploy/values.yaml @@ -1,4 +1,3 @@ - # nfs server pvc disk size (/exports) server: - diskSize: 90Gi + diskSize: 120Gi