appsmith

Зеркало из https://github.com/appsmithorg/appsmith
Форк
0
/
CODEOWNERS 
204 строки · 11.6 Кб
1
# This is a comment.
2
# Each line is a file pattern followed by one or more owners.
3
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
4

5
app/client/.husky @KelvinOm
6
app/client/.yarn @KelvinOm
7
app/client/.editorconfig @KelvinOm
8
app/client/.eslintrc.base.json @KelvinOm
9
app/client/.eslintrc.js @KelvinOm
10
app/client/.gitignore @KelvinOm
11
app/client/.lintstagedrc.json @KelvinOm
12
app/client/.nvmrc @KelvinOm
13
app/client/.prettierignore @KelvinOm
14
app/client/.prettierrc @KelvinOm
15
app/client/.yarnrc.yml @KelvinOm
16
app/client/jest.config.js @KelvinOm
17
app/client/package.json @KelvinOm
18
app/client/tsconfig.json @KelvinOm
19
app/client/tsconfig.path.json @KelvinOm
20

21
# WDS team
22
app/client/packages/design-system/* @appsmithorg/wds-team
23
app/client/packages/storybook/* @appsmithorg/wds-team
24
app/client/src/widgets/wds/* @appsmithorg/wds-team @appsmithorg/anvil-team
25

26
# Anvil-team
27
app/client/src/layoutSystems/anvil/* @appsmithorg/anvil-team
28

29
# App viewers pod
30
app/client/src/widgets/* @appsmithorg/app-viewers
31
app/client/src/components/propertyControls/* @appsmithorg/app-viewers
32
app/client/src/sagas/OneClickBindingSaga.ts @appsmithorg/app-viewers
33
app/client/src/WidgetQueryGenerators/* @appsmithorg/app-viewers
34
app/client/src/components/editorComponents/WidgetQueryGeneratorForm/* @appsmithorg/app-viewers
35
app/client/src/pages/AppViewer/* @appsmithorg/app-viewers
36

37
# New Developers Pod
38
app/server/appsmith-server/src/main/java/com/appsmith/server/featureflags/* @nilanshbansal
39
app/server/appsmith-server/src/main/java/com/appsmith/server/services/UserIdentifierService.java @nilanshbansal
40
app/server/appsmith-server/src/main/java/com/appsmith/server/services/UserIdentifierServiceImpl.java @nilanshbansal
41
app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/UserIdentifierServiceCE.java @nilanshbansal
42
app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/UserIdentifierServiceCEImpl.java @nilanshbansal
43
app/server/appsmith-server/src/test/java/com/appsmith/server/services/ce/UserIdentifierServiceCEImplTest.java @nilanshbansal
44
app/server/appsmith-server/src/main/java/com/appsmith/server/services/CacheableFeatureFlagHelper.java @nilanshbansal
45
app/server/appsmith-server/src/main/java/com/appsmith/server/services/CacheableFeatureFlagHelperImpl.java @nilanshbansal
46
app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/CacheableFeatureFlagHelperCE.java @nilanshbansal
47
app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/CacheableFeatureFlagHelperCEImpl.java @nilanshbansal
48
app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/FeatureFlagServiceCE.java @nilanshbansal
49
app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/FeatureFlagServiceCEImpl.java @nilanshbansal
50
app/server/appsmith-server/src/main/java/com/appsmith/server/services/FeatureFlagService.java @nilanshbansal
51
app/server/appsmith-server/src/main/java/com/appsmith/server/services/FeatureFlagServiceImpl.java @nilanshbansal
52
app/server/appsmith-server/src/test/java/com/appsmith/server/services/FeatureFlagServiceTest.java @nilanshbansal
53

54
# UI Builders Pod
55
app/client/generators/* @appsmithorg/anvil-team
56
app/client/src/actions/canvasSelectionActions.ts @appsmithorg/anvil-team
57
app/client/src/actions/reflowActions.ts @appsmithorg/anvil-team
58
app/client/src/actions/widgetSelectionActions.ts @appsmithorg/anvil-team
59
app/client/src/components/propertyControls/* @appsmithorg/anvil-team
60
app/client/src/layoutSystems/anvil/* @appsmithorg/anvil-team
61
app/client/src/pages/Editor/Canvas.tsx @appsmithorg/anvil-team
62
app/client/src/pages/Editor/CanvasLayoutConversion/* @appsmithorg/anvil-team
63
app/client/src/pages/Editor/PropertyPane/* @appsmithorg/anvil-team
64
app/client/src/pages/Editor/WidgetsEditor/* @appsmithorg/anvil-team
65
app/client/src/reducers/entityReducers/autoHeightReducers/* @appsmithorg/anvil-team
66
app/client/src/reducers/entityReducers/canvasWidgetsReducer.ts @appsmithorg/anvil-team
67
app/client/src/reflow/* @appsmithorg/anvil-team
68
app/client/src/sagas/CanvasSagas/* @appsmithorg/anvil-team
69
app/client/src/sagas/ReplaySaga.ts @appsmithorg/anvil-team
70
app/client/src/sagas/SnapshotSagas.ts @appsmithorg/anvil-team
71
app/client/src/sagas/WidgetAdditionSagas.ts @appsmithorg/anvil-team
72
app/client/src/sagas/WidgetBlueprintSagas.ts @appsmithorg/anvil-team
73
app/client/src/sagas/WidgetDeletionSagas.ts @appsmithorg/anvil-team
74
app/client/src/sagas/WidgetOperationSagas.tsx @appsmithorg/anvil-team
75
app/client/src/sagas/WidgetOperationUtils.ts @appsmithorg/anvil-team
76
app/client/src/sagas/WidgetSelectUtils.ts @appsmithorg/anvil-team
77
app/client/src/sagas/WidgetSelectionSagas.ts @appsmithorg/anvil-team
78
app/client/src/sagas/layoutConversionSagas.ts @appsmithorg/anvil-team
79
app/client/src/selectors/canvasSelectors.ts @appsmithorg/anvil-team
80
app/client/src/selectors/widgetSelectors.ts @appsmithorg/anvil-team
81
app/client/src/utils/hooks/useAllowEditorDragToSelect.ts @appsmithorg/anvil-team
82
app/client/src/utils/hooks/useClickToSelectWidget.tsx @appsmithorg/anvil-team
83
app/client/src/utils/hooks/useDynamicAppLayout.tsx @appsmithorg/anvil-team
84
app/client/src/utils/hooks/usePositionedContainerZIndex.ts @appsmithorg/anvil-team
85
app/client/src/utils/hooks/useReflow.ts @appsmithorg/anvil-team
86
app/client/src/utils/hooks/useWidgetSelection.ts @appsmithorg/anvil-team
87
app/client/src/widgets/BaseWidget.tsx @appsmithorg/anvil-team
88
app/client/src/widgets/BaseWidgetHOC/* @appsmithorg/anvil-team
89
app/client/src/widgets/CanvasWidget.tsx @appsmithorg/anvil-team
90
app/client/src/widgets/ContainerWidget/* @appsmithorg/anvil-team
91
app/client/src/widgets/MetaHOC.tsx @appsmithorg/anvil-team
92
app/client/src/widgets/withWidgetProps.tsx @appsmithorg/anvil-team
93

94
# Git Pod
95
app/server/appsmith-git/ @appsmithorg/git-be-reviewers
96
app/server/**/git/** @appsmithorg/git-be-reviewers
97
app/server/**/import/** @appsmithorg/git-be-reviewers
98
app/server/**/export/** @appsmithorg/git-be-reviewers
99
app/server/**/*Git*.java @appsmithorg/git-be-reviewers
100
app/server/**/*Import*.java @appsmithorg/git-be-reviewers
101
app/server/**/*Export*.java @appsmithorg/git-be-reviewers
102

103
app/client/src/pages/Editor/gitSync/ @appsmithorg/git-fe-reviewers
104
app/client/packages/dsl/ @appsmithorg/git-fe-reviewers
105

106
# Data Platform
107

108
app/client/src/actions/datasourceActions.ts @ayushpahwa
109
app/client/src/api/ActionAPI.tsx @ayushpahwa
110
app/client/src/ce/components/DSDataFilter/index.tsx @ayushpahwa
111
app/client/src/ce/constants/ReduxActionConstants.tsx @ayushpahwa
112
app/client/src/ce/sagas/ApplicationSagas.tsx @ayushpahwa
113
app/client/src/ce/selectors/environmentSelectors.tsx @ayushpahwa
114
app/client/src/ce/utils/Environments/index.tsx @ayushpahwa
115
app/client/src/components/BottomBar/index.tsx @ayushpahwa
116
app/client/src/components/editorComponents/form/fields/EmbeddedDatasourcePathField.tsx @ayushpahwa
117
app/client/src/components/formControls/utils.test.ts @ayushpahwa
118
app/client/src/components/formControls/utils.ts @ayushpahwa
119
app/client/src/entities/Datasource/index.ts @ayushpahwa
120
app/client/src/entities/FeatureFlags.ts @ayushpahwa
121
app/client/src/navigation/FocusEntity.ts @ayushpahwa
122
app/client/src/pages/Editor/APIEditor/* @ayushpahwa
123
app/client/src/pages/Editor/DataSourceEditor/* @ayushpahwa
124
app/client/src/pages/Editor/IntegrationEditor/DatasourceCard.tsx @ayushpahwa
125
app/client/src/pages/Editor/IntegrationEditor/IntegrationsHomeScreen.tsx @ayushpahwa
126
app/client/src/pages/Editor/IntegrationEditor/NewApi.tsx @ayushpahwa
127
app/client/src/pages/Editor/QueryEditor/EditorJSONtoForm.tsx @ayushpahwa
128
app/client/src/pages/Editor/SaaSEditor/DatasourceCard.tsx @ayushpahwa
129
app/client/src/pages/Editor/SaaSEditor/DatasourceForm.tsx @ayushpahwa
130
app/client/src/pages/Editor/gitSync/ReconnectDatasourceModal.tsx @ayushpahwa
131
app/client/src/pages/common/datasourceAuth/index.tsx @ayushpahwa
132
app/client/src/reducers/entityReducers/datasourceReducer.ts @ayushpahwa
133
app/client/src/sagas/ActionExecution/PluginActionSaga.ts @ayushpahwa
134
app/client/src/sagas/DatasourcesSagas.ts @ayushpahwa
135
app/client/src/sagas/QueryPaneSagas.ts @ayushpahwa
136
app/client/src/transformers/RestAPIDatasourceFormTransformer.ts @ayushpahwa
137

138

139
# Followed Globstar paths in combination with wildcard paths. Reference https://docs.gitlab.com/ee/user/project/codeowners/reference.html#globstar-paths
140
# Data Platform Pod
141
app/server/**/*Action* @nidhi-nair @sondermanish
142
app/server/**/*Datasource* @nidhi-nair @sondermanish
143
app/server/**/*OAuth2* @nidhi-nair @sondermanish
144
app/server/**/*Authentication* @nidhi-nair @sondermanish
145
app/server/**/*Environment* @nidhi-nair @sondermanish
146

147
# Team Managers pod
148
app/client/src/pages/Settings/**/* @ankitakinger
149
app/client/src/pages/workspace/settings.tsx @ankitakinger
150
app/client/src/pages/workspace/AppInviteUsersForm.tsx @ankitakinger
151
app/client/src/pages/workspace/WorkspaceInviteUsersForm.tsx @ankitakinger
152
app/client/src/components/editorComponents/form/FormDialogComponent.tsx @ankitakinger
153
app/client/src/ce/pages/AdminSettings/**/* @ankitakinger
154
app/client/src/ee/pages/AdminSettings/**/* @ankitakinger
155
app/client/src/ce/pages/Applications/EmbedSnippetTab.tsx @ankitakinger
156
app/client/src/ee/pages/Applications/EmbedSnippetTab.tsx @ankitakinger
157
app/client/src/ce/pages/Applications/PrivateEmbedSettings.tsx @ankitakinger
158
app/client/src/ee/pages/Applications/PrivateEmbedSettings.tsx @ankitakinger
159
app/client/src/ce/pages/workspace/Members.tsx @ankitakinger
160
app/client/src/ee/pages/workspace/Members.tsx @ankitakinger
161
app/client/src/ce/pages/workspace/InviteUsersForm.tsx @ankitakinger
162
app/client/src/ee/pages/workspace/InviteUsersForm.tsx @ankitakinger
163
app/client/src/ce/pages/Upgrade/**/* @ankitakinger
164
app/client/src/ee/pages/Auditlogs/**/* @ankitakinger
165
app/client/cypress/e2e/Regression/Enterprise/**/* @ankitakinger
166
app/client/cypress/e2e/Regression/EE/Enterprise/**/* @ankitakinger
167
app/client/cypress/e2e/Regression/ClientSide/AdminSettings/**/* @ankitakinger
168
app/client/cypress/e2e/Regression/ClientSide/Google/**/* @ankitakinger
169
app/client/cypress/e2e/Regression/ClientSide/Github/**/* @ankitakinger
170
app/client/cypress/e2e/Regression/ClientSide/FormLogin/**/* @ankitakinger
171
app/client/cypress/e2e/Regression/ClientSide/Auditlogs/**/* @ankitakinger
172

173
# FE pod
174
app/client/src/actions/evaluationActions.ts @ApekshaBhosale
175
app/client/src/ce/entities/DataTree/**/* @ApekshaBhosale
176
app/client/src/ce/entities/DependencyMap/**/* @ApekshaBhosale
177
app/client/src/ce/entities/workers/**/* @ApekshaBhosale
178
app/client/src/ee/entities/DataTree* @ApekshaBhosale
179
app/client/src/ee/entities/workers/**/* @ApekshaBhosale
180
app/client/src/sagas/EvaluationsSaga.ts @ApekshaBhosale
181
app/client/src/sagas/EvalWorkerActionSagas.ts @ApekshaBhosale
182
app/client/src/sagas/LintingSagas.ts @ApekshaBhosale
183
app/client/src/sagas/PostEvaluationSags.ts @ApekshaBhosale
184
app/client/src/sagas/PostLintingSagas.ts @ApekshaBhosale
185
app/client/src/workers/**/* @ApekshaBhosale
186
app/client/src/sagas/JSLibrarySaga.ts @ApekshaBhosale
187
app/client/src/ce/ActionExecution/ActionExecutionSagas.ts @ApekshaBhosale
188
app/client/src/ee/ActionExecution/ActionExecutionSagas.ts @ApekshaBhosale
189
app/client/src/ce/JSFunctionExecutionSaga.ts @ApekshaBhosale
190
app/client/src/ee/JSFunctionExecutionSaga.ts @ApekshaBhosale
191

192
# Enterprise Success
193
app/server/appsmith-server/src/main/java/com/appsmith/server/migrations/**/* @sharat87 @abhvsn
194

195
# DevOps & Shri
196
deploy/**/* @sharat87 @pratapaprasanna
197
.github/workflows/*.yml @sharat87
198
app/server/**/pom.xml @sharat87
199
app/server/appsmith-server/src/main/java/com/appsmith/server/repositories/ce/BaseAppsmithRepositoryCEImpl.java @sharat87
200
app/server/appsmith-server/src/main/java/com/appsmith/server/repositories/ce/params/QueryAllParams.java @sharat87
201
app/server/appsmith-server/src/main/java/com/appsmith/server/helpers/ce/bridge/**/* @sharat87
202

203
#Cypress
204
app/client/cypress/**/* @ApekshaBhosale @sagar-qa007
205

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.