This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
CODEOWNERS
Validating CODEOWNERS rules...
290 lines (266 loc) · 9.9 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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# https://help.github.com/articles/about-codeowners/
#
# Order is important; the last matching pattern takes the most
# precedence.
# Top-level catch-alls (these are weaker confidence and might need to be reassigned at some point)
*.js @sourcegraph/web
*.ts @sourcegraph/web
*.tsx @sourcegraph/web
/enterprise/cmd/frontend @beyang @slimsag
/enterprise/cmd/server @beyang @slimsag
/enterprise/dev @beyang
/cmd/frontend/shared @beyang @slimsag
/cmd/frontend/backend @beyang @slimsag
/cmd/frontend/internal/app/assets @slimsag
/cmd/frontend/internal/app/templates @slimsag
/cmd/frontend/internal/app/canonicalurl @beyang
/cmd/frontend/internal/app/*.go @slimsag
/cmd/frontend/internal/app/assetsutil @slimsag
/cmd/frontend/internal/app/ui @slimsag
/cmd/frontend/internal/app/returnto @beyang
/cmd/frontend/internal/app/pkg @beyang @slimsag
/cmd/frontend/internal/app/router @slimsag
/cmd/frontend/internal/app/errorutil @beyang @slimsag
/cmd/frontend/internal/goroutine @slimsag
/cmd/frontend/internal/inventory @beyang @slimsag
/cmd/frontend/internal/cli/middleware @beyang @slimsag
/cmd/frontend/internal/cli @slimsag @beyang
/cmd/frontend/internal/pkg/siteid @beyang
/cmd/frontend/internal/pkg/suspiciousnames @beyang
/cmd/frontend/internal/pkg/markdown @slimsag
/cmd/frontend/internal/pkg/handlerutil @slimsag @beyang
/cmd/frontend/internal/httpapi @slimsag
/cmd/frontend/types @slimsag
/cmd/frontend/hooks @beyang @slimsag
/cmd/frontend/internal/ @beyang @slimsag
/internal/randstring/ @beyang
/internal/pubsub/ @beyang
/internal/repotrackutil/ @beyang
/internal/atomicvalue/ @beyang
/internal/testutil/ @beyang
/internal/debugserver/ @beyang
/internal/vfsutil/ @slimsag
/internal/gituri/ @beyang
/internal/comby @rvantonder
/internal/db/ @keegancsmith
/internal/processrestart @slimsag @keegancsmith
/internal/honey @keegancsmith
/internal/ratelimit @beyang
/internal/registry @sourcegraph/web
/internal/slack @slimsag
/internal/prefixsuffixsaver @beyang
/internal/gosrc @beyang
/internal/txemail @slimsag
/internal/src-cli @efritz
/internal/linkheader @efritz
/renovate.json @felixfbecker
/.stylelintrc.json @felixfbecker
/graphql-schema-linter.config.js @felixfbecker
/.prettierignore @felixfbecker
/.github @beyang
/.github/workflows/lsif.yml @efritz
/.gitmodules @beyang
/.gitattributes @beyang
/.yarnrc @felixfbecker
.eslintrc.js @felixfbecker
/internal/httputil @beyang
/internal/diskcache @beyang
/internal/sysreq @beyang
/internal/errcode @beyang
/internal/routevar @beyang
/internal/env @beyang
/internal/pathmatch @beyang
/internal/version @beyang
/internal/httptestutil @beyang
/internal/mutablelimiter @beyang
/internal/buildkite @ggilmore
/internal/httpcli @sourcegraph/core-services
/packages @beyang
/cmd/frontend @beyang
/dev @beyang
/dev/release-ping.sh @sourcegraph/distribution
/dev/grafana.sh @sourcegraph/distribution
/dev/grafana @sourcegraph/distribution
/dev/prometheus.sh @sourcegraph/distribution
/dev/prometheus @sourcegraph/distribution
/dev/zoekt @sourcegraph/core-services
/dev/src-expose @keegancsmith
/dev/drop-test-databases.sh @efritz
/dev/squash_migrations.sh @efritz
/.buildkite @beyang
/.storybook @felixfbecker
/CONTRIBUTING.md @beyang @nicksnyder @slimsag
/SECURITY.md @beyang @nicksnyder
/.dockerignore @beyang
/.mailmap @beyang
/tsconfig.json @sourcegraph/web
/.mocharc.json @sourcegraph/web
tslint.json @sourcegraph/web
tslint.config.js @sourcegraph/web
.eslintrc.* @sourcegraph/web
/enterprise/cmd @beyang
/enterprise/internal @beyang
/enterprise @beyang
/doc.go @beyang
/.gitignore @beyang
/prettier.config.js @sourcegraph/web
/.editorconfig @sourcegraph/web
/jest.config.js @sourcegraph/web
/cmd @beyang @slimsag
/internal @beyang @slimsag
# Regression testing
/web/src/regression @beyang
# Web
/shared @sourcegraph/web
/web @sourcegraph/web
/ui @sourcegraph/web
/client @sourcegraph/web
/enterprise/ui @sourcegraph/web
/cmd/frontend/internal/app/jscontext @sourcegraph/web @slimsag
/packages/@sourcegraph @sourcegraph/web
/web/src/site-admin/externalServices.tsx @beyang
/shared/src/components/activation/ @beyang
# Tracking
/cmd/frontend/internal/app/pkg/updatecheck/ @dadlerj
/web/src/tracking/ @dadlerj
**/tracking @dadlerj
/cmd/frontend/internal/usagestats @dadlerj
/cmd/frontend/internal/pkg/usagestatsdeprecated @dadlerj
/internal/eventlogger @dadlerj
# Campaigns
/cmd/frontend/graphqlbackend/campaigns.go @sourcegraph/campaigns-core
/enterprise/internal/campaigns @sourcegraph/campaigns-core
/internal/campaigns @sourcegraph/campaigns-core
/web/**/campaigns/** @sourcegraph/campaigns-web @mrnugget @sourcegraph/web
# Auth
/cmd/frontend/auth/ @beyang @unknwon
/cmd/frontend/internal/auth/ @beyang @unknwon
/cmd/frontend/internal/session/ @beyang @unknwon
/cmd/frontend/external/session/session.go @beyang @unknwon
/enterprise/cmd/frontend/auth @beyang @unknwon
/enterprise/dev/auth-provider @beyang @unknwon
/cmd/frontend/graphqlbackend/*session* @beyang @unknwon
/cmd/frontend/graphqlbackend/*auth* @beyang @unknwon
/cmd/frontend/graphqlbackend/access_token.go @beyang @unknwon
/internal/actor/ @beyang @unknwon
# Core Services
*git*/* @sourcegraph/core-services
/cmd/gitserver/ @sourcegraph/core-services
/cmd/repo-updater/ @sourcegraph/core-services
/migrations/ @sourcegraph/core-services
/internal/gitserver/ @sourcegraph/core-services
/internal/repoupdater/ @sourcegraph/core-services
/internal/trace/ @sourcegraph/core-services
/internal/tracer/ @sourcegraph/core-services
/internal/vcs/ @sourcegraph/core-services
/cmd/frontend/db @sourcegraph/core-services
/cmd/frontend/graphqlbackend @sourcegraph/core-services @slimsag
/cmd/frontend/globals @sourcegraph/core-services @slimsag
/enterprise/cmd/frontend/internal/graphqlbackend @sourcegraph/core-services @slimsag
/enterprise/cmd/frontend/db @sourcegraph/core-services
/schema @sourcegraph/core-services
/cmd/frontend/internal/bg @sourcegraph/core-services @slimsag
/cmd/github-proxy @sourcegraph/core-services
/internal/api/ @sourcegraph/core-services
/internal/jsonc @tsenart @slimsag
/internal/extsvc @sourcegraph/core-services
/cmd/frontend/authz/ @sourcegraph/core-services
/enterprise/cmd/frontend/internal/authz @sourcegraph/core-services
# authz overrides (still owned by beyang for now)
/enterprise/cmd/frontend/internal/authz/*github* @beyang @unknwon
/enterprise/cmd/frontend/internal/authz/*gitlab* @beyang @unknwon
# Symbols
/cmd/frontend/graphqlbackend/*symbols* @sourcegraph/code-intel
/enterprise/cmd/frontend/internal/symbols @sourcegraph/code-intel
# Search and code mod
/cmd/frontend/graphqlbackend/*search* @sourcegraph/code-search
*/search/**/* @sourcegraph/code-search
/cmd/searcher/ @sourcegraph/code-search
/cmd/frontend/db/*search* @sourcegraph/code-search
/cmd/frontend/graphqlbackend/*search* @sourcegraph/code-search
/cmd/frontend/internal/pkg/search @sourcegraph/code-search
/cmd/symbols @sourcegraph/code-search
/cmd/query-runner @sourcegraph/code-search
/cmd/replacer @rvantonder
/internal/symbols/ @sourcegraph/code-search
/internal/search @sourcegraph/code-search
# Saved searches
/web/src/SavedQuery.tsx @attfarhan
/web/src/SavedQueries.tsx @attfarhan
/web/src/SavedQueryCreateForm.tsx @attfarhan
/web/src/SavedQueryUpdateForm.tsx @attfarhan
/web/src/SavedQueryForm.tsx @attfarhan
/web/src/SavedQueryRow.tsx @attfarhan
/cmd/frontend/types/saved_searches.go @attfarhan
# Deployment and distribution
Dockerfile @sourcegraph/distribution
/docker-images @sourcegraph/distribution
/enterprise/docs/deployment.md @sourcegraph/distribution
**/build.sh @sourcegraph/distribution
/cmd/frontend/envvar @sourcegraph/distribution
/cmd/server @sourcegraph/distribution
/internal/conf @slimsag
/internal/db/confdb @slimsag
/internal/db/globalstatedb @slimsag
/enterprise/docs @sourcegraph/distribution
# Licensing and billing
/enterprise/cmd/frontend/internal/dotcom @sourcegraph/distribution
/enterprise/cmd/frontend/internal/licensing @sourcegraph/distribution
# Documentation and homepage
/README.md @sqs
/doc/ @sourcegraph/distribution @ryan-blunden
/doc/dev/ @nicksnyder
# Browser extensions
/browser/ @sourcegraph/web
# Extension API
/packages/sourcegraph-extension-api/ @sourcegraph/web
/packages/@sourcegraph/extension-api-types @sourcegraph/web
/cmd/frontend/registry @sourcegraph/web
/enterprise/cmd/frontend/internal/registry @sourcegraph/web
# Backend shared packages
/internal/endpoint/ @keegancsmith @slimsag
/internal/rcache/ @keegancsmith
/internal/redispool/ @keegancsmith
/internal/store/ @keegancsmith
/internal/metrics @keegancsmith @slimsag
# Code discussions
**/*discussion* @slimsag
/web/src/discussions @slimsag
/web/src/repo/blob/discussions @slimsag
/cmd/frontend/types/discussions.go @slimsag
/cmd/frontend/internal/pkg/discussions @slimsag
/cmd/frontend/graphqlbackend/discussion* @slimsag
/cmd/frontend/db/discussion* @slimsag
# LSIF
/lsif/ @sourcegraph/code-intel
/internal/lsif @sourcegraph/code-intel
/enterprise/internal/codeintel @sourcegraph/code-intel
/cmd/frontend/graphqlbackend/codeintel.go @sourcegraph/code-intel
# Development
/dev/fakehub @sourcegraph/core-services
/dev/repogen @sourcegraph/core-services
/.vscode @felixfbecker
/.graphqlconfig @felixfbecker
# Misc and special overrides
/LICENSE* @sqs @beyang @slimsag
/enterprise/internal/license @beyang
/cmd/frontend/external/session @beyang
/cmd/frontend/external @beyang
/babel.config.js @felixfbecker
/cmd/loadtest @beyang
/internal/hubspot/ @dadlerj
/internal/highlight/ @slimsag
# Changes to the GraphQL API should be approved by both the team owning the backend and the consumers
/cmd/frontend/graphqlbackend/schema.graphql @sourcegraph/web @sourcegraph/core-services
# These are configured through Renovate config.
# See ../renovate.json and https://github.com/sourcegraph/renovate-config/blob/master/renovate.json
# This is so that automerged PRs do not trigger email notification spam.
**/package.json
**/yarn.lock
/go.sum @sourcegraph/core-services
/go.mod @sourcegraph/core-services
/CHANGELOG.md
/.tool-versions @sourcegraph/distribution
/.nvmrc @sourcegraph/web