## Description Fix codeowners file <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated the `CODEOWNERS` file to reassign directory ownership for improved management. - Reassigned ownership to `wds-team` and `anvil-team`. - Updated file paths and corresponding owners for better ownership management. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Ashok Kumar M <35134347+marks0351@users.noreply.github.com>
240 lines
15 KiB
Plaintext
240 lines
15 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
|
|
|
|
app/client/.husky @KelvinOm
|
|
app/client/.yarn @KelvinOm
|
|
app/client/.editorconfig @KelvinOm
|
|
app/client/.eslintrc.base.json @KelvinOm
|
|
app/client/.eslintrc.js @KelvinOm
|
|
app/client/.gitignore @KelvinOm
|
|
app/client/.lintstagedrc.json @KelvinOm
|
|
app/client/.nvmrc @KelvinOm
|
|
app/client/.prettierignore @KelvinOm
|
|
app/client/.prettierrc @KelvinOm
|
|
app/client/.yarnrc.yml @KelvinOm
|
|
app/client/jest.config.js @KelvinOm
|
|
app/client/package.json @KelvinOm
|
|
app/client/tsconfig.json @KelvinOm
|
|
app/client/tsconfig.path.json @KelvinOm
|
|
|
|
# WDS team
|
|
app/client/packages/design-system/* @appsmithorg/wds-team
|
|
app/client/packages/storybook/* @appsmithorg/wds-team
|
|
app/client/src/widgets/wds/* @appsmithorg/wds-team
|
|
|
|
# Anvil-team
|
|
app/client/src/layoutSystems/anvil/* @appsmithorg/anvil-team
|
|
app/client/src/widgets/anvil/* @appsmithorg/anvil-team
|
|
|
|
# App viewers pod
|
|
app/client/src/widgets/* @appsmithorg/app-viewers
|
|
app/client/src/components/propertyControls/* @appsmithorg/app-viewers
|
|
app/client/src/sagas/OneClickBindingSaga.ts @sbalaji1192
|
|
app/client/src/WidgetQueryGenerators/* @sbalaji1192
|
|
app/client/src/components/editorComponents/WidgetQueryGeneratorForm/* @sbalaji1192
|
|
app/client/src/pages/AppViewer/* @appsmithorg/app-viewers
|
|
|
|
# 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
|
|
|
|
# UI Builders Pod
|
|
app/client/generators/* @appsmithorg/ui-builders
|
|
app/client/src/actions/autoHeightActions.ts @appsmithorg/ui-builders
|
|
app/client/src/actions/autoLayoutActions.ts @appsmithorg/ui-builders
|
|
app/client/src/actions/canvasSelectionActions.ts @appsmithorg/ui-builders
|
|
app/client/src/actions/reflowActions.ts @appsmithorg/ui-builders
|
|
app/client/src/actions/widgetSelectionActions.ts @appsmithorg/ui-builders
|
|
app/client/src/components/propertyControls/* @appsmithorg/ui-builders
|
|
app/client/src/layoutSystems/* @appsmithorg/ui-builders
|
|
app/client/src/pages/Editor/Canvas.tsx @appsmithorg/ui-builders
|
|
app/client/src/pages/Editor/CanvasLayoutConversion/* @appsmithorg/ui-builders
|
|
app/client/src/pages/Editor/PropertyPane/* @appsmithorg/ui-builders
|
|
app/client/src/pages/Editor/WidgetsEditor/* @appsmithorg/ui-builders
|
|
app/client/src/reducers/entityReducers/autoHeightReducers/* @appsmithorg/ui-builders
|
|
app/client/src/reducers/entityReducers/canvasWidgetsReducer.ts @appsmithorg/ui-builders
|
|
app/client/src/reflow/* @appsmithorg/ui-builders
|
|
app/client/src/sagas/AutoLayoutUpdateSagas.tsx @appsmithorg/ui-builders
|
|
app/client/src/sagas/CanvasSagas/* @appsmithorg/ui-builders
|
|
app/client/src/sagas/ReplaySaga.ts @appsmithorg/ui-builders
|
|
app/client/src/sagas/SnapshotSagas.ts @appsmithorg/ui-builders
|
|
app/client/src/sagas/WidgetAdditionSagas.ts @appsmithorg/ui-builders
|
|
app/client/src/sagas/WidgetBlueprintSagas.ts @appsmithorg/ui-builders
|
|
app/client/src/sagas/WidgetDeletionSagas.ts @appsmithorg/ui-builders
|
|
app/client/src/sagas/WidgetOperationSagas.tsx @appsmithorg/ui-builders
|
|
app/client/src/sagas/WidgetOperationUtils.ts @appsmithorg/ui-builders
|
|
app/client/src/sagas/WidgetSelectUtils.ts @appsmithorg/ui-builders
|
|
app/client/src/sagas/WidgetSelectionSagas.ts @appsmithorg/ui-builders
|
|
app/client/src/sagas/autoHeightSagas/* @appsmithorg/ui-builders
|
|
app/client/src/sagas/layoutConversionSagas.ts @appsmithorg/ui-builders
|
|
app/client/src/selectors/autoHeightSelectors.ts @appsmithorg/ui-builders
|
|
app/client/src/selectors/autoLayoutSelectors.tsx @appsmithorg/ui-builders
|
|
app/client/src/selectors/canvasSelectors.ts @appsmithorg/ui-builders
|
|
app/client/src/selectors/widgetSelectors.ts @appsmithorg/ui-builders
|
|
app/client/src/utils/autoHeight/* @appsmithorg/ui-builders
|
|
app/client/src/utils/hooks/autoHeightUIHooks.ts @appsmithorg/ui-builders
|
|
app/client/src/utils/hooks/useAllowEditorDragToSelect.ts @appsmithorg/ui-builders
|
|
app/client/src/utils/hooks/useClickToSelectWidget.tsx @appsmithorg/ui-builders
|
|
app/client/src/utils/hooks/useDynamicAppLayout.tsx @appsmithorg/ui-builders
|
|
app/client/src/utils/hooks/usePositionedContainerZIndex.ts @appsmithorg/ui-builders
|
|
app/client/src/utils/hooks/useReflow.ts @appsmithorg/ui-builders
|
|
app/client/src/utils/hooks/useWidgetSelection.ts @appsmithorg/ui-builders
|
|
app/client/src/widgets/BaseWidget.tsx @appsmithorg/ui-builders
|
|
app/client/src/widgets/BaseWidgetHOC/* @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
|
|
|
|
# Git Pod
|
|
app/server/appsmith-git/* @AnaghHegde
|
|
app/server/appsmith-server/src/main/java/com/appsmith/server/solutions/ce/ImportExportApplicationServiceCEImpl.java @AnaghHegde
|
|
app/server/appsmith-server/src/main/java/com/appsmith/server/solutions/ce/ImportExportApplicationServiceCE.java @AnaghHegde
|
|
app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/GitServiceCEImpl.java @AnaghHegde
|
|
app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/GitServiceCE.java @AnaghHegde
|
|
app/server/appsmith-server/src/main/java/com/appsmith/server/helpers/GitCloudServicesUtils.java @AnaghHegde
|
|
app/server/appsmith-server/src/main/java/com/appsmith/server/helpers/GitDeployKeyGenerator.java @AnaghHegde
|
|
app/server/appsmith-server/src/main/java/com/appsmith/server/helpers/GitFileUtils.java @AnaghHegde
|
|
app/server/appsmith-server/src/main/java/com/appsmith/server/helpers/GitUtils.java @AnaghHegde
|
|
app/client/src/pages/Editor/gitSync/* @brayn003
|
|
|
|
# DSL Package
|
|
app/client/packages/dsl/* @brayn003
|
|
|
|
# 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
|
|
|
|
|
|
# Followed Globstar paths in combination with wildcard paths. Reference https://docs.gitlab.com/ee/user/project/codeowners/reference.html#globstar-paths
|
|
# Data Platform server - Interfaces
|
|
app/server/appsmith-interfaces/src/main/java/com/appsmith/external/**/Action* @nidhi-nair @sondermanish
|
|
app/server/appsmith-interfaces/src/main/java/com/appsmith/external/**/Datasource* @nidhi-nair @sondermanish
|
|
app/server/appsmith-interfaces/src/main/java/com/appsmith/external/**/OAuth2* @nidhi-nair @sondermanish
|
|
|
|
# Data Platform server - Controllers
|
|
app/server/appsmith-server/src/main/java/com/appsmith/server/controllers/**/Action* @nidhi-nair @sondermanish
|
|
app/server/appsmith-server/src/main/java/com/appsmith/server/controllers/**/Datasource* @nidhi-nair @sondermanish
|
|
|
|
# Data Platform server - Domains
|
|
app/server/appsmith-server/src/main/java/com/appsmith/server/domains/**/Action* @nidhi-nair @sondermanish
|
|
app/server/appsmith-server/src/main/java/com/appsmith/server/domains/**/Datasource* @nidhi-nair @sondermanish
|
|
|
|
# Data Platform server - DTOs
|
|
app/server/appsmith-server/src/main/java/com/appsmith/server/dtos/**/Action* @nidhi-nair @sondermanish
|
|
app/server/appsmith-server/src/main/java/com/appsmith/server/dtos/**/Datasource* @nidhi-nair @sondermanish
|
|
|
|
# Data Platform server - Repositories
|
|
app/server/appsmith-server/src/main/java/com/appsmith/server/repositories/**/*Action* @nidhi-nair @sondermanish
|
|
app/server/appsmith-server/src/main/java/com/appsmith/server/repositories/**/*Datasource* @nidhi-nair @sondermanish
|
|
|
|
# Data Platform server - Services
|
|
app/server/appsmith-server/src/main/java/com/appsmith/server/services/**/*Action* @nidhi-nair @sondermanish
|
|
app/server/appsmith-server/src/main/java/com/appsmith/server/services/**/*Datasource* @nidhi-nair @sondermanish
|
|
app/server/appsmith-server/src/main/java/com/appsmith/server/services/**/*Authentication* @nidhi-nair @sondermanish
|
|
|
|
# Data Platform server - Solutions
|
|
app/server/appsmith-server/src/main/java/com/appsmith/server/solutions/**/*Action* @nidhi-nair @sondermanish
|
|
app/server/appsmith-server/src/main/java/com/appsmith/server/solutions/**/*Datasource* @nidhi-nair @sondermanish
|
|
app/server/appsmith-server/src/main/java/com/appsmith/server/solutions/**/*Authentication* @nidhi-nair @sondermanish
|
|
app/server/appsmith-server/src/main/java/com/appsmith/server/solutions/**/*Environment* @nidhi-nair @sondermanish
|
|
|
|
# Data Platform server - Misc
|
|
app/server/appsmith-server/src/main/java/com/appsmith/server/helpers/**/Datasource* @nidhi-nair @sondermanish
|
|
app/server/appsmith-server/src/main/java/com/appsmith/server/exceptions/AppsmithError* @nidhi-nair @sondermanish
|
|
|
|
# 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
|
|
|
|
# DevOps & Shri
|
|
deploy/**/* @sharat87 @pratapaprasanna
|
|
.github/workflows/*.yml @sharat87
|
|
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/Bridge.java @sharat87
|