2023-06-14 06:44:20 +00:00
# This is a comment.
# Each line is a file pattern followed by one or more owners.
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
2025-01-07 06:03:16 +00:00
# Followed Globstar paths in combination with wildcard paths. Reference https://docs.gitlab.com/ee/user/project/codeowners/reference.html#globstar-paths
2023-06-14 06:44:20 +00:00
2025-02-26 12:21:36 +00:00
# Some paths highlighted as not existing. This may be due to the fact that we use same file for EE repo as well.
# Before deleting, make sure that the path does not really exist.
2025-03-28 10:58:04 +00:00
app/client/.husky/** @riodeuno
app/client/.yarn/** @riodeuno
app/client/.editorconfig @riodeuno
app/client/.eslintrc.base.json @riodeuno
app/client/.eslintrc.js @riodeuno
app/client/.gitignore @riodeuno
app/client/.lintstagedrc.json @riodeuno
app/client/.nvmrc @riodeuno
app/client/.prettierignore @riodeuno
app/client/.prettierrc @riodeuno
app/client/.yarnrc.yml @riodeuno
app/client/jest.config.js @riodeuno
app/client/knip.json @riodeuno
app/client/package.json @riodeuno
app/client/tsconfig.json @riodeuno
app/client/tsconfig.path.json @riodeuno
app/client/packages/utils/** @riodeuno
app/client/packages/eslint-plugin/** @riodeuno
app/client/config/** @riodeuno
app/client/scripts/** @riodeuno
2024-04-01 08:49:01 +00:00
2023-06-21 07:50:21 +00:00
# App viewers pod
2025-02-26 12:21:36 +00:00
app/client/src/widgets/** @appsmithorg/widgets-blocks
app/client/src/components/propertyControls/** @appsmithorg/widgets-blocks
2024-11-20 05:03:01 +00:00
app/client/src/sagas/OneClickBindingSaga.ts @appsmithorg/widgets-blocks
2025-02-26 12:21:36 +00:00
app/client/src/WidgetQueryGenerators/** @appsmithorg/widgets-blocks
app/client/src/components/editorComponents/WidgetQueryGeneratorForm/** @appsmithorg/widgets-blocks
app/client/src/pages/AppViewer/** @appsmithorg/widgets-blocks
# AI Agents POD
# AI Agents FE
2025-02-26 13:20:19 +00:00
app/client/src/widgets/wds/** @appsmithorg/ai-agents-fe
app/client/src/ee/widgets/wds/** @appsmithorg/ai-agents-fe
app/client/packages/carbon-connect/** @appsmithorg/ai-agents-fe
2025-02-26 12:21:36 +00:00
app/client/generators/** @appsmithorg/ai-agents-fe
app/client/src/actions/canvasSelectionActions.ts @appsmithorg/ai-agents-fe
app/client/src/actions/reflowActions.ts @appsmithorg/ai-agents-fe
app/client/src/actions/widgetSelectionActions.ts @appsmithorg/ai-agents-fe
app/client/src/layoutSystems/anvil/** @appsmithorg/ai-agents-fe
app/client/src/pages/Editor/Canvas.tsx @appsmithorg/ai-agents-fe
app/client/src/pages/Editor/CanvasLayoutConversion/** @appsmithorg/ai-agents-fe
app/client/src/pages/Editor/PropertyPane/** @appsmithorg/ai-agents-fe
app/client/src/pages/Editor/WidgetsEditor/** @appsmithorg/ai-agents-fe
app/client/src/reducers/entityReducers/autoHeightReducers/** @appsmithorg/ai-agents-fe
app/client/src/reflow/** @appsmithorg/ai-agents-fe
app/client/src/sagas/CanvasSagas/** @appsmithorg/ai-agents-fe
app/client/src/sagas/ReplaySaga.ts @appsmithorg/ai-agents-fe
app/client/src/sagas/SnapshotSagas.ts @appsmithorg/ai-agents-fe
app/client/src/sagas/WidgetAdditionSagas.ts @appsmithorg/ai-agents-fe
app/client/src/sagas/WidgetBlueprintSagas.ts @appsmithorg/ai-agents-fe
app/client/src/sagas/WidgetDeletionSagas.ts @appsmithorg/ai-agents-fe
app/client/src/sagas/WidgetOperationSagas.tsx @appsmithorg/ai-agents-fe
app/client/src/sagas/WidgetOperationUtils.ts @appsmithorg/ai-agents-fe
app/client/src/sagas/WidgetSelectUtils.ts @appsmithorg/ai-agents-fe
app/client/src/sagas/WidgetSelectionSagas.ts @appsmithorg/ai-agents-fe
app/client/src/sagas/layoutConversionSagas.ts @appsmithorg/ai-agents-fe
app/client/src/selectors/canvasSelectors.ts @appsmithorg/ai-agents-fe
app/client/src/selectors/widgetSelectors.ts @appsmithorg/ai-agents-fe
app/client/src/utils/hooks/useAllowEditorDragToSelect.ts @appsmithorg/ai-agents-fe
app/client/src/utils/hooks/useClickToSelectWidget.tsx @appsmithorg/ai-agents-fe
app/client/src/utils/hooks/usePositionedContainerZIndex.ts @appsmithorg/ai-agents-fe
app/client/src/utils/hooks/useReflow.ts @appsmithorg/ai-agents-fe
app/client/src/utils/hooks/useWidgetSelection.ts @appsmithorg/ai-agents-fe
# # AI Agents BE
app/client/packages/rts/src/chat/** @appsmithorg/ai-agents-be
app/server/**/appsmith-ai/** @appsmithorg/ai-agents-be
app/server/**/ai/** @appsmithorg/ai-agents-be
/app/server/appsmith-plugins/appsmithAiPlugin/** @appsmithorg/ai-agents-be
# WDS team is part of AI Agents POD and responsible for widget design system
app/client/packages/design-system/** @appsmithorg/wds-team
app/client/packages/storybook/** @appsmithorg/wds-team
app/client/packages/icons/** @appsmithorg/wds-team
2023-06-27 10:45:33 +00:00
# New Developers Pod
2025-02-26 12:21:36 +00:00
app/server/appsmith-server/src/main/java/com/appsmith/server/featureflags/** @nilanshbansal
2023-07-09 18:43:25 +00:00
app/server/appsmith-server/src/main/java/com/appsmith/server/services/UserIdentifierService.java @nilanshbansal
app/server/appsmith-server/src/main/java/com/appsmith/server/services/UserIdentifierServiceImpl.java @nilanshbansal
app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/UserIdentifierServiceCE.java @nilanshbansal
app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/UserIdentifierServiceCEImpl.java @nilanshbansal
app/server/appsmith-server/src/test/java/com/appsmith/server/services/ce/UserIdentifierServiceCEImplTest.java @nilanshbansal
app/server/appsmith-server/src/main/java/com/appsmith/server/services/CacheableFeatureFlagHelper.java @nilanshbansal
app/server/appsmith-server/src/main/java/com/appsmith/server/services/CacheableFeatureFlagHelperImpl.java @nilanshbansal
app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/CacheableFeatureFlagHelperCE.java @nilanshbansal
app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/CacheableFeatureFlagHelperCEImpl.java @nilanshbansal
app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/FeatureFlagServiceCE.java @nilanshbansal
app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/FeatureFlagServiceCEImpl.java @nilanshbansal
app/server/appsmith-server/src/main/java/com/appsmith/server/services/FeatureFlagService.java @nilanshbansal
app/server/appsmith-server/src/main/java/com/appsmith/server/services/FeatureFlagServiceImpl.java @nilanshbansal
app/server/appsmith-server/src/test/java/com/appsmith/server/services/FeatureFlagServiceTest.java @nilanshbansal
2023-07-03 08:00:15 +00:00
2023-07-04 05:02:53 +00:00
# Git Pod
2024-04-19 08:09:00 +00:00
app/server/appsmith-git/ @appsmithorg/git-be-reviewers
2024-04-19 07:08:39 +00:00
app/server/**/git/** @appsmithorg/git-be-reviewers
app/server/**/import/** @appsmithorg/git-be-reviewers
app/server/**/export/** @appsmithorg/git-be-reviewers
app/server/**/*Git*.java @appsmithorg/git-be-reviewers
app/server/**/*Import*.java @appsmithorg/git-be-reviewers
app/server/**/*Export*.java @appsmithorg/git-be-reviewers
2023-08-11 05:30:08 +00:00
2025-01-07 06:03:16 +00:00
app/server/**/*Environment* @appsmithorg/git-be-reviewers
2024-04-19 08:09:00 +00:00
app/client/src/pages/Editor/gitSync/ @appsmithorg/git-fe-reviewers
app/client/packages/dsl/ @appsmithorg/git-fe-reviewers
2023-08-11 05:30:08 +00:00
# Data Platform
2023-09-26 03:30:05 +00:00
app/client/src/actions/datasourceActions.ts @ayushpahwa
app/client/src/api/ActionAPI.tsx @ayushpahwa
app/client/src/ce/components/DSDataFilter/index.tsx @ayushpahwa
app/client/src/ce/constants/ReduxActionConstants.tsx @ayushpahwa
app/client/src/ce/sagas/ApplicationSagas.tsx @ayushpahwa
app/client/src/ce/selectors/environmentSelectors.tsx @ayushpahwa
app/client/src/ce/utils/Environments/index.tsx @ayushpahwa
app/client/src/components/BottomBar/index.tsx @ayushpahwa
app/client/src/components/editorComponents/form/fields/EmbeddedDatasourcePathField.tsx @ayushpahwa
app/client/src/components/formControls/utils.test.ts @ayushpahwa
app/client/src/components/formControls/utils.ts @ayushpahwa
app/client/src/entities/Datasource/index.ts @ayushpahwa
app/client/src/entities/FeatureFlags.ts @ayushpahwa
app/client/src/navigation/FocusEntity.ts @ayushpahwa
2025-02-26 12:21:36 +00:00
app/client/src/pages/Editor/APIEditor/** @ayushpahwa
app/client/src/pages/Editor/DataSourceEditor/** @ayushpahwa
2023-09-26 03:30:05 +00:00
app/client/src/pages/Editor/IntegrationEditor/DatasourceCard.tsx @ayushpahwa
app/client/src/pages/Editor/IntegrationEditor/IntegrationsHomeScreen.tsx @ayushpahwa
app/client/src/pages/Editor/IntegrationEditor/NewApi.tsx @ayushpahwa
app/client/src/pages/Editor/QueryEditor/EditorJSONtoForm.tsx @ayushpahwa
app/client/src/pages/Editor/SaaSEditor/DatasourceCard.tsx @ayushpahwa
app/client/src/pages/Editor/SaaSEditor/DatasourceForm.tsx @ayushpahwa
app/client/src/pages/Editor/gitSync/ReconnectDatasourceModal.tsx @ayushpahwa
app/client/src/pages/common/datasourceAuth/index.tsx @ayushpahwa
app/client/src/reducers/entityReducers/datasourceReducer.ts @ayushpahwa
app/client/src/sagas/ActionExecution/PluginActionSaga.ts @ayushpahwa
app/client/src/sagas/DatasourcesSagas.ts @ayushpahwa
app/client/src/sagas/QueryPaneSagas.ts @ayushpahwa
app/client/src/transformers/RestAPIDatasourceFormTransformer.ts @ayushpahwa
2023-08-11 05:30:08 +00:00
2023-08-17 10:17:38 +00:00
# Team Managers pod
2023-08-25 06:27:10 +00:00
app/client/src/pages/Settings/**/* @ankitakinger
2023-09-26 03:30:05 +00:00
app/client/src/pages/workspace/settings.tsx @ankitakinger
app/client/src/pages/workspace/AppInviteUsersForm.tsx @ankitakinger
2023-10-16 09:07:39 +00:00
app/client/src/pages/workspace/WorkspaceInviteUsersForm.tsx @ankitakinger
2023-09-26 03:30:05 +00:00
app/client/src/components/editorComponents/form/FormDialogComponent.tsx @ankitakinger
app/client/src/ce/pages/AdminSettings/**/* @ankitakinger
app/client/src/ee/pages/AdminSettings/**/* @ankitakinger
app/client/src/ce/pages/Applications/EmbedSnippetTab.tsx @ankitakinger
app/client/src/ee/pages/Applications/EmbedSnippetTab.tsx @ankitakinger
app/client/src/ce/pages/Applications/PrivateEmbedSettings.tsx @ankitakinger
app/client/src/ee/pages/Applications/PrivateEmbedSettings.tsx @ankitakinger
app/client/src/ce/pages/workspace/Members.tsx @ankitakinger
app/client/src/ee/pages/workspace/Members.tsx @ankitakinger
2023-10-16 09:07:39 +00:00
app/client/src/ce/pages/workspace/InviteUsersForm.tsx @ankitakinger
app/client/src/ee/pages/workspace/InviteUsersForm.tsx @ankitakinger
2023-09-26 03:30:05 +00:00
app/client/src/ce/pages/Upgrade/**/* @ankitakinger
app/client/src/ee/pages/Auditlogs/**/* @ankitakinger
2023-08-25 06:27:10 +00:00
app/client/cypress/e2e/Regression/Enterprise/**/* @ankitakinger
app/client/cypress/e2e/Regression/EE/Enterprise/**/* @ankitakinger
app/client/cypress/e2e/Regression/ClientSide/AdminSettings/**/* @ankitakinger
app/client/cypress/e2e/Regression/ClientSide/Google/**/* @ankitakinger
app/client/cypress/e2e/Regression/ClientSide/Github/**/* @ankitakinger
app/client/cypress/e2e/Regression/ClientSide/FormLogin/**/* @ankitakinger
app/client/cypress/e2e/Regression/ClientSide/Auditlogs/**/* @ankitakinger
2023-09-04 09:01:07 +00:00
2023-11-30 12:33:33 +00:00
# FE pod
2023-09-04 09:01:07 +00:00
app/client/src/actions/evaluationActions.ts @ApekshaBhosale
app/client/src/ce/entities/DataTree/**/* @ApekshaBhosale
app/client/src/ce/entities/DependencyMap/**/* @ApekshaBhosale
app/client/src/ce/entities/workers/**/* @ApekshaBhosale
app/client/src/ee/entities/DataTree* @ApekshaBhosale
app/client/src/ee/entities/workers/**/* @ApekshaBhosale
app/client/src/sagas/EvaluationsSaga.ts @ApekshaBhosale
app/client/src/sagas/EvalWorkerActionSagas.ts @ApekshaBhosale
app/client/src/sagas/LintingSagas.ts @ApekshaBhosale
app/client/src/sagas/PostEvaluationSags.ts @ApekshaBhosale
app/client/src/sagas/PostLintingSagas.ts @ApekshaBhosale
app/client/src/workers/**/* @ApekshaBhosale
app/client/src/sagas/JSLibrarySaga.ts @ApekshaBhosale
app/client/src/ce/ActionExecution/ActionExecutionSagas.ts @ApekshaBhosale
app/client/src/ee/ActionExecution/ActionExecutionSagas.ts @ApekshaBhosale
app/client/src/ce/JSFunctionExecutionSaga.ts @ApekshaBhosale
app/client/src/ee/JSFunctionExecutionSaga.ts @ApekshaBhosale
2024-02-27 10:46:20 +00:00
2024-06-06 04:47:13 +00:00
# Enterprise Success
2024-10-09 06:54:24 +00:00
app/server/appsmith-server/src/main/java/com/appsmith/server/migrations/**/* @sharat87 @abhvsn @AnaghHegde
2024-06-06 04:47:13 +00:00
2024-02-27 10:46:20 +00:00
# DevOps & Shri
deploy/**/* @sharat87 @pratapaprasanna
2024-03-27 03:27:34 +00:00
.github/workflows/*.yml @sharat87
2024-11-20 15:28:38 +00:00
app/client/packages/ctl/**/* @sharat87 @pratapaprasanna
2024-02-27 10:46:20 +00:00
app/server/**/pom.xml @sharat87
app/server/appsmith-server/src/main/java/com/appsmith/server/repositories/ce/BaseAppsmithRepositoryCEImpl.java @sharat87
app/server/appsmith-server/src/main/java/com/appsmith/server/repositories/ce/params/QueryAllParams.java @sharat87
2024-06-06 04:47:13 +00:00
app/server/appsmith-server/src/main/java/com/appsmith/server/helpers/ce/bridge/**/* @sharat87
2024-06-10 07:59:05 +00:00
#Cypress
2024-07-05 11:35:12 +00:00
app/client/cypress/**/* @ApekshaBhosale @sagar-qa007