ci: Update Codeowners with data platform paths (#26217)

This commit is contained in:
riteshkew 2023-08-11 11:00:08 +05:30 committed by GitHub
parent d15bb78d13
commit f1d4b90f2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,3 +127,75 @@ app/server/appsmith-server/src/main/java/com/appsmith/server/helpers/GitCloudSer
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
# Data Platform
app/client/src/actions/datasourceActions.ts @ayushpahwa @ChandanBalajiBP
app/client/src/api/ActionAPI.tsx @ayushpahwa @ChandanBalajiBP
app/client/src/ce/components/DSDataFilter/index.tsx @ayushpahwa @ChandanBalajiBP
app/client/src/ce/constants/ReduxActionConstants.tsx @ayushpahwa @ChandanBalajiBP
app/client/src/ce/sagas/ApplicationSagas.tsx @ayushpahwa @ChandanBalajiBP
app/client/src/ce/selectors/environmentSelectors.tsx @ayushpahwa @ChandanBalajiBP
app/client/src/ce/utils/Environments/index.tsx @ayushpahwa @ChandanBalajiBP
app/client/src/components/BottomBar/index.tsx @ayushpahwa @ChandanBalajiBP
app/client/src/components/editorComponents/form/fields/EmbeddedDatasourcePathField.tsx @ayushpahwa @ChandanBalajiBP
app/client/src/components/formControls/utils.test.ts @ayushpahwa @ChandanBalajiBP
app/client/src/components/formControls/utils.ts @ayushpahwa @ChandanBalajiBP
app/client/src/entities/Datasource/index.ts @ayushpahwa @ChandanBalajiBP
app/client/src/entities/FeatureFlags.ts @ayushpahwa @ChandanBalajiBP
app/client/src/navigation/FocusEntity.ts @ayushpahwa @ChandanBalajiBP
app/client/src/pages/Editor/APIEditor/* @ayushpahwa @ChandanBalajiBP
app/client/src/pages/Editor/DataSourceEditor/* @ayushpahwa @ChandanBalajiBP
app/client/src/pages/Editor/IntegrationEditor/DatasourceCard.tsx @ayushpahwa @ChandanBalajiBP
app/client/src/pages/Editor/IntegrationEditor/IntegrationsHomeScreen.tsx @ayushpahwa @ChandanBalajiBP
app/client/src/pages/Editor/IntegrationEditor/NewApi.tsx @ayushpahwa @ChandanBalajiBP
app/client/src/pages/Editor/QueryEditor/EditorJSONtoForm.tsx @ayushpahwa @ChandanBalajiBP
app/client/src/pages/Editor/SaaSEditor/DatasourceCard.tsx @ayushpahwa @ChandanBalajiBP
app/client/src/pages/Editor/SaaSEditor/DatasourceForm.tsx @ayushpahwa @ChandanBalajiBP
app/client/src/pages/Editor/gitSync/ReconnectDatasourceModal.tsx @ayushpahwa @ChandanBalajiBP
app/client/src/pages/common/datasourceAuth/index.tsx @ayushpahwa @ChandanBalajiBP
app/client/src/reducers/entityReducers/datasourceReducer.ts @ayushpahwa @ChandanBalajiBP
app/client/src/sagas/ActionExecution/PluginActionSaga.ts @ayushpahwa @ChandanBalajiBP
app/client/src/sagas/DatasourcesSagas.ts @ayushpahwa @ChandanBalajiBP
app/client/src/sagas/QueryPaneSagas.ts @ayushpahwa @ChandanBalajiBP
app/client/src/transformers/RestAPIDatasourceFormTransformer.ts @ayushpahwa @ChandanBalajiBP
# 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 @tkappsmith
app/server/appsmith-interfaces/src/main/java/com/appsmith/external/**/Datasource* @nidhi-nair @sondermanish @tkappsmith
app/server/appsmith-interfaces/src/main/java/com/appsmith/external/**/OAuth2* @nidhi-nair @sondermanish @tkappsmith
# Data Platform server - Controllers
app/server/appsmith-server/src/main/java/com/appsmith/server/controllers/**/Action* @nidhi-nair @sondermanish @tkappsmith
app/server/appsmith-server/src/main/java/com/appsmith/server/controllers/**/Datasource* @nidhi-nair @sondermanish @tkappsmith
# Data Platform server - Domains
app/server/appsmith-server/src/main/java/com/appsmith/server/domains/**/Action* @nidhi-nair @sondermanish @tkappsmith
app/server/appsmith-server/src/main/java/com/appsmith/server/domains/**/Datasource* @nidhi-nair @sondermanish @tkappsmith
# Data Platform server - DTOs
app/server/appsmith-server/src/main/java/com/appsmith/server/dtos/**/Action* @nidhi-nair @sondermanish @tkappsmith
app/server/appsmith-server/src/main/java/com/appsmith/server/dtos/**/Datasource* @nidhi-nair @sondermanish @tkappsmith
# Data Platform server - Repositories
app/server/appsmith-server/src/main/java/com/appsmith/server/repositories/**/*Action* @nidhi-nair @sondermanish @tkappsmith
app/server/appsmith-server/src/main/java/com/appsmith/server/repositories/**/*Datasource* @nidhi-nair @sondermanish @tkappsmith
# Data Platform server - Services
app/server/appsmith-server/src/main/java/com/appsmith/server/services/**/*Action* @nidhi-nair @sondermanish @tkappsmith
app/server/appsmith-server/src/main/java/com/appsmith/server/services/**/*Datasource* @nidhi-nair @sondermanish @tkappsmith
app/server/appsmith-server/src/main/java/com/appsmith/server/services/**/*Authentication* @nidhi-nair @sondermanish @tkappsmith
# Data Platform server - Solutions
app/server/appsmith-server/src/main/java/com/appsmith/server/solutions/**/*Action* @nidhi-nair @sondermanish @tkappsmith
app/server/appsmith-server/src/main/java/com/appsmith/server/solutions/**/*Datasource* @nidhi-nair @sondermanish @tkappsmith
app/server/appsmith-server/src/main/java/com/appsmith/server/solutions/**/*Authentication* @nidhi-nair @sondermanish @tkappsmith
app/server/appsmith-server/src/main/java/com/appsmith/server/solutions/**/*Environment* @nidhi-nair @sondermanish @tkappsmith
# Data Platform server - Misc
app/server/appsmith-server/src/main/java/com/appsmith/server/helpers/**/Datasource* @nidhi-nair @sondermanish @tkappsmith
app/server/appsmith-server/src/main/java/com/appsmith/server/exceptions/AppsmithError* @nidhi-nair @sondermanish @tkappsmith