From dcb31f23cb0f27c092a35a11e53f1852c767780c Mon Sep 17 00:00:00 2001 From: Anagh Hegde Date: Tue, 4 Jul 2023 10:32:53 +0530 Subject: [PATCH] chore: Add git pod to CODEOWNERS file (#25042) --- CODEOWNERS | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index e8af415a7e..6a09e55543 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -98,4 +98,15 @@ app/client/src/widgets/CanvasResizer.tsx @appsmithorg/ui-builders app/client/src/widgets/CanvasWidget.tsx @appsmithorg/ui-builders app/client/src/widgets/ContainerWidget/* @appsmithorg/ui-builders app/client/src/widgets/MetaHOC.tsx @appsmithorg/ui-builders -app/client/src/widgets/withWidgetProps.tsx @appsmithorg/ui-builders \ No newline at end of file +app/client/src/widgets/withWidgetProps.tsx @appsmithorg/ui-builders + +# Git Pod +app/server/appsmith-git/* @AnaghHegde +app/server/appsmith-server/src/main/java/com/appsmith/server/solutions/ce/ImportExportApplicationServiceCEImpl.java @AnaghHegde @nayan-rafiq +app/server/appsmith-server/src/main/java/com/appsmith/server/solutions/ce/ImportExportApplicationServiceCE.java @AnaghHegde @nayan-rafiq +app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/GitServiceCEImpl.java @AnaghHegde @nayan-rafiq +app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/GitServiceCE.java @AnaghHegde @nayan-rafiq +app/server/appsmith-server/src/main/java/com/appsmith/server/helpers/GitCloudServicesUtils.java @AnaghHegde @nayan-rafiq +app/server/appsmith-server/src/main/java/com/appsmith/server/helpers/GitDeployKeyGenerator.java @AnaghHegde @nayan-rafiq +app/server/appsmith-server/src/main/java/com/appsmith/server/helpers/GitFileUtils.java @AnaghHegde @nayan-rafiq +app/server/appsmith-server/src/main/java/com/appsmith/server/helpers/GitUtils.java @AnaghHegde @nayan-rafiq \ No newline at end of file