-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
/
CODEOWNERS
Validating CODEOWNERS rules...
202 lines (161 loc) · 10.7 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
# Legal
/LICENSE @getsentry/owners-legal
# Migrations
/src/sentry/migrations/ @getsentry/owners-migrations
# Snuba
/src/sentry/eventstream/ @getsentry/owners-snuba
/src/sentry/utils/snuba.py @getsentry/owners-snuba
/src/sentry/tsdb/snuba.py @getsentry/owners-snuba
/src/sentry/tsdb/redissnuba.py @getsentry/owners-snuba
/src/sentry/search/snuba/ @getsentry/owners-snuba
/src/sentry/tagstore/snuba/ @getsentry/owners-snuba
# Event Ingestion
/src/sentry/attachments/ @getsentry/owners-ingest
/src/sentry/coreapi.py @getsentry/owners-ingest
/src/sentry/ingest/ @getsentry/owners-ingest
/src/sentry/interfaces/ @getsentry/owners-ingest
/src/sentry/message_filters.py @getsentry/owners-ingest
/src/sentry/quotas/ @getsentry/owners-ingest
/src/sentry/relay/ @getsentry/owners-ingest
/src/sentry/utils/data_filters.py @getsentry/owners-ingest
/src/sentry/web/api.py @getsentry/owners-ingest
/src/sentry/scripts/quotas/ @getsentry/owners-ingest
/src/sentry/scripts/tsdb/ @getsentry/owners-ingest
# Security
/src/sentry/net/ @getsentry/security
/src/sentry/auth/ @getsentry/security
/src/sentry/api/permissions.py @getsentry/security
# Dev
/.github/ @getsentry/owners-sentry-dev
/config/hooks/ @getsentry/owners-sentry-dev
/scripts/ @getsentry/owners-sentry-dev
Makefile @getsentry/owners-sentry-dev
.envrc @getsentry/owners-sentry-dev
.pre-commit-config.yaml @getsentry/owners-sentry-dev
.git-blame-ignore-revs @getsentry/owners-sentry-dev
# Build & Releases
/.github/workflows/release.yml @getsentry/releases
/scripts/bump-version.sh @getsentry/releases
/scripts/post-release.sh @getsentry/releases
/docker @getsentry/releases
setup.py @getsentry/releases
setup.cfg @getsentry/releases
requirements*.txt @getsentry/owners-python-build
pyproject.toml @getsentry/owners-python-build
tsconfig.* @getsentry/owners-js-build
webpack.config.* @getsentry/owners-js-build
package.json @getsentry/owners-js-build
babel.config.* @getsentry/owners-js-build
build-utils/ @getsentry/owners-js-build
# Releases UI
/src/sentry/static/sentry/app/views/releases/ @getsentry/owners-releases-ui
/tests/js/spec/views/releases/ @getsentry/owners-releases-ui
# Owners by product feature
### Issue/Metric Alerts ###
/src/sentry/static/sentry/app/views/settings/projectAlerts/ @getsentry/workflow
/tests/js/spec/views/settings/projectAlerts/ @getsentry/workflow
/src/sentry/static/sentry/app/views/settings/incidentRules/ @getsentry/workflow
/tests/js/spec/views/settings/incidentRules/ @getsentry/workflow
/src/sentry/static/sentry/app/views/alerts/ @getsentry/workflow
/tests/js/spec/views/alerts/ @getsentry/workflow
/src/sentry/templates/sentry/emails/incidents/ @getsentry/workflow
/src/sentry/incidents/ @getsentry/workflow
/tests/sentry/incidents/ @getsentry/workflow
/tests/acceptance/test_incidents.py @getsentry/workflow
/src/sentry/api/endpoints/group_events.py @getsentry/workflow
/src/sentry/api/endpoints/organization_group_index.py @getsentry/workflow
/src/sentry/api/helpers/group_index.py @getsentry/workflow
/src/sentry/api/helpers/events.py @getsentry/workflow
/src/sentry/snuba/models.py @getsentry/workflow
/src/sentry/snuba/query_subscription_consumer.py @getsentry/workflow
/src/sentry/snuba/subscriptions.py @getsentry/workflow
/tests/snuba/incidents/ @getsentry/workflow
/tests/sentry/snuba/test_query_subscription_consumer.py @getsentry/workflow
/tests/sentry/snuba/test_subscriptions.py @getsentry/workflow
/tests/sentry/snuba/test_tasks.py @getsentry/workflow
/tests/snuba/snuba/test_query_subscription_consumer.py @getsentry/workflow
### Endof Issue/Metric Alerts ###
### Perfomance/Discover ###
/src/sentry/snuba/ @getsentry/visibility
/tests/sentry/snuba/test_discover.py @getsentry/visibility
/src/sentry/discover/ @getsentry/visibility
/src/sentry/utils/snuba.py @getsentry/visibility
/src/sentry/api/event_search.py @getsentry/visibility
/src/sentry/api/issue_search.py @getsentry/visibility
/tests/sentry/api/test_event_search.py @getsentry/visibility
/tests/sentry/api/test_issue_search.py @getsentry/visibility
/src/sentry/api/bases/organization_events.py @getsentry/visibility
/src/sentry/api/endpoints/organization_event_details.py @getsentry/visibility
/src/sentry/api/endpoints/organization_events.py @getsentry/visibility
/src/sentry/api/endpoints/organization_events_facets.py @getsentry/visibility
/src/sentry/api/endpoints/organization_events_meta.py @getsentry/visibility
/src/sentry/api/endpoints/organization_events_stats.py @getsentry/visibility
/src/sentry/api/endpoints/organization_events_trace.py @getsentry/visibility
/src/sentry/api/endpoints/organization_events_tends.py @getsentry/visibility
/src/sentry/api/endpoints/organization_events_vitals.py @getsentry/visibility
/src/sentry/api/endpoints/organization_tags.py @getsentry/visibility
/tests/snuba/api/endpoints/ @getsentry/visibility
/src/sentry/api/serializers/snuba.py @getsentry/visibility
/src/sentry/search/ @getsentry/visibility
/tests/snuba/search/test_backend.py @getsentry/visibility
/src/sentry/data_export/ @getsentry/visibility
/tests/sentry/data_export/ @getsentry/visibility
/src/sentry/static/sentry/app/views/eventsV2/ @getsentry/visibility
/tests/js/spec/views/eventsV2/ @getsentry/visibility
/src/sentry/static/sentry/app/views/discover/ @getsentry/visibility
/tests/js/spec/views/discover/ @getsentry/visibility
/src/sentry/static/sentry/app/views/performance/ @getsentry/visibility
/tests/js/spec/views/performance/ @getsentry/visibility
/src/sentry/static/sentry/app/utils/discover/ @getsentry/visibility
/tests/js/spec/utils/discover/ @getsentry/visibility
/src/sentry/static/sentry/app/utils/performance/ @getsentry/visibility
/tests/js/spec/utils/performance/ @getsentry/visibility
/src/sentry/static/sentry/app/views/dashboards/ @getsentry/visibility
/tests/js/spec/views/dashboards/ @getsentry/visibility
/src/sentry/static/sentry/app/views/dashboardsV2/ @getsentry/visibility
/tests/js/spec/views/dashboardsV2/ @getsentry/visibility
/src/sentry/static/sentry/app/components/events/interfaces/spans/ @getsentry/visibility
/src/sentry/static/sentry/app/components/quickTrace/ @getsentry/visibility
### Endof Perfomance/Discover ###
### Ecosystem ###
/src/sentry/api/endpoints/organization_integration_details.py @getsentry/ecosystem
/src/sentry/api/endpoints/organization_integration_repos.py @getsentry/ecosystem
/src/sentry/api/endpoints/organization_integration_request.py @getsentry/ecosystem
/src/sentry/api/endpoints/organization_integrations.py @getsentry/ecosystem
/src/sentry/api/endpoints/organization_plugins_configs.py @getsentry/ecosystem
/src/sentry/api/endpoints/organization_plugins.py @getsentry/ecosystem
/src/sentry/api/endpoints/organization_release_previous_commits.py @getsentry/ecosystem
/src/sentry/api/endpoints/sentry_internal_app_token_details.py @getsentry/ecosystem
/src/sentry/api/endpoints/sentry_internal_app_tokens.py @getsentry/ecosystem
/src/sentry/static/sentry/app/views/organizationIntegrations @getsentry/ecosystem
/src/sentry/integrations/ @getsentry/ecosystem
/src/sentry/identity/ @getsentry/ecosystem
/src/sentry/plugins/ @getsentry/ecosystem
/src/sentry/shared_integrations/ @getsentry/ecosystem
/src/sentry/mediators/ @getsentry/ecosystem
/src/sentry/models/integrationfeature.py @getsentry/ecosystem
/src/sentry/tasks/integrations.py @getsentry/ecosystem
/src/sentry_plugins/ @getsentry/ecosystem
# To find matching files -> find . -name "*sentry_app*.py"
*sentry_app*.py @getsentry/ecosystem
*sentryapp*.py @getsentry/ecosystem
/api-docs/ @getsentry/ecosystem
/tests/apidocs/ @getsentry/ecosystem
### End of Ecosystem ###
### Data ###
/src/sentry/models/featureadoption.py @getsentry/data
/src/sentry/models/group.py @getsentry/data
/src/sentry/models/grouphash.py @getsentry/data
/src/sentry/models/grouprelease.py @getsentry/data
/src/sentry/models/groupresolution.py @getsentry/data
/src/sentry/models/integration.py @getsentry/data @getsentry/ecosystem
/src/sentry/models/organization.py @getsentry/data
/src/sentry/models/organizationmember.py @getsentry/data
/src/sentry/models/organizationoption.py @getsentry/data
/src/sentry/models/project.py @getsentry/data
/src/sentry/models/projectoption.py @getsentry/data
/src/sentry/models/release.py @getsentry/data
/src/sentry/models/sentryapp.py @getsentry/data @getsentry/ecosystem
/src/sentry/models/sentryappinstallation.py @getsentry/data @getsentry/ecosystem
/src/sentry/models/user.py @getsentry/data
### End of Data ###