## Description
> [!TIP]
> _Add a TL;DR when the description is longer than 500 words or
extremely technical (helps the content, marketing, and DevRel team)._
>
> _Please also include relevant motivation and context. List any
dependencies that are required for this change. Add links to Notion,
Figma or any other documents that might be relevant to the PR._
Fixes #`Issue Number`
_or_
Fixes `Issue URL`
> [!WARNING]
> _If no issue exists, please create an issue first, and check with the
maintainers if the issue is valid._
## Automation
/ok-to-test tags=""
### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results -->
> [!CAUTION]
> If you modify the content in this section, you are likely to disrupt
the CI result for your PR.
<!-- end of auto-generated comment: Cypress test results -->
## Communication
Should the DevRel and Marketing teams inform users about this change?
- [ ] Yes
- [ ] No
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Chores**
- Updated internal maintenance responsibilities to streamline team
management and ensure a more consistent support process.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
207 lines
12 KiB
Plaintext
207 lines
12 KiB
Plaintext
# 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
|
|
# Followed Globstar paths in combination with wildcard paths. Reference https://docs.gitlab.com/ee/user/project/codeowners/reference.html#globstar-paths
|
|
|
|
# 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.
|
|
|
|
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
|
|
|
|
# App viewers pod
|
|
app/client/src/widgets/** @appsmithorg/widgets-blocks
|
|
app/client/src/components/propertyControls/** @appsmithorg/widgets-blocks
|
|
app/client/src/sagas/OneClickBindingSaga.ts @appsmithorg/widgets-blocks
|
|
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
|
|
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
|
|
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
|
|
|
|
# New Developers Pod
|
|
app/server/appsmith-server/src/main/java/com/appsmith/server/featureflags/** @nilanshbansal
|
|
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
|
|
|
|
# Git Pod
|
|
app/server/appsmith-git/ @appsmithorg/git-be-reviewers
|
|
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
|
|
|
|
app/server/**/*Environment* @appsmithorg/git-be-reviewers
|
|
|
|
app/client/src/pages/Editor/gitSync/ @appsmithorg/git-fe-reviewers
|
|
app/client/packages/dsl/ @appsmithorg/git-fe-reviewers
|
|
|
|
# Data Platform
|
|
|
|
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
|
|
app/client/src/pages/Editor/APIEditor/** @ayushpahwa
|
|
app/client/src/pages/Editor/DataSourceEditor/** @ayushpahwa
|
|
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
|
|
|
|
|
|
# Team Managers pod
|
|
app/client/src/pages/Settings/**/* @ankitakinger
|
|
app/client/src/pages/workspace/settings.tsx @ankitakinger
|
|
app/client/src/pages/workspace/AppInviteUsersForm.tsx @ankitakinger
|
|
app/client/src/pages/workspace/WorkspaceInviteUsersForm.tsx @ankitakinger
|
|
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
|
|
app/client/src/ce/pages/workspace/InviteUsersForm.tsx @ankitakinger
|
|
app/client/src/ee/pages/workspace/InviteUsersForm.tsx @ankitakinger
|
|
app/client/src/ce/pages/Upgrade/**/* @ankitakinger
|
|
app/client/src/ee/pages/Auditlogs/**/* @ankitakinger
|
|
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
|
|
|
|
# FE pod
|
|
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
|
|
|
|
# Enterprise Success
|
|
app/server/appsmith-server/src/main/java/com/appsmith/server/migrations/**/* @sharat87 @abhvsn @AnaghHegde
|
|
|
|
# DevOps & Shri
|
|
deploy/**/* @sharat87 @pratapaprasanna
|
|
.github/workflows/*.yml @sharat87
|
|
app/client/packages/ctl/**/* @sharat87 @pratapaprasanna
|
|
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
|
|
app/server/appsmith-server/src/main/java/com/appsmith/server/helpers/ce/bridge/**/* @sharat87
|
|
|
|
#Cypress
|
|
app/client/cypress/**/* @ApekshaBhosale @sagar-qa007
|