-
Notifications
You must be signed in to change notification settings - Fork 741
/
Copy pathCODEOWNERS
65 lines (57 loc) · 3.57 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
/.github/CODEOWNERS @joanagmaia
# frontend
/frontend/ @gaspergrom @Sameh16
# infra
/.github/ @themarolt
/.husky/ @themarolt
/.scripts/ @themarolt
/.gitignore @themarolt
/.package.json @themarolt
# integrations
/services/apps/integration* @themarolt
/services/apps/activities_worker/ @themarolt
/services/apps/nango* @themarolt
/services/libs/integrations/ @themarolt
/services/libs/nango/ @themarolt
/services/libs/queue/ @themarolt
/backend/src/api/integration/ @themarolt
/backend/src/api/nango/ @themarolt
/backend/src/serverless/integrations/ @themarolt
/backend/src/services/activityService.ts @themarolt
/backend/src/services/conversationService.ts @themarolt
/backend/src/services/integrationService.ts @themarolt
# monitoring and alerting
/services/libs/alerting/ @themarolt @sausage-todd
/services/libs/logging/ @themarolt @sausage-todd
/services/libs/telemetry/ @themarolt @sausage-todd
# database
/services/libs/database/ @sausage-todd
/services/libs/questdb/ @sausage-todd
/backend/src/database/ @sausage-todd
/backend/src/serverless/dbOperations/ @sausage-todd
/backend/src/middlewares/databaseMiddleware.ts @sausage-todd
# api
/backend/src/api/ @skwowet
# data correctness
/services/aps/entity_merging_worker @skwowet
/services/aps/members_enrichment_worker @skwowet
/services/aps/organizations_enrichment_worker @skwowet
/services/aps/merge_suggestions_worker @skwowet
/services/aps/profiles_worker @skwowet
/services/aps/script_executor_worker @skwowet
/services/aps/search_sync_api @skwowet
/services/aps/search_sync_worker @skwowet
/backend/src/services/dataIssueService.ts @skwowet
/backend/src/services/dataQualityService.ts @skwowet
/backend/src/services/memberAffiliationService.ts @skwowet
/backend/src/services/memberOrganizationService.ts @skwowet
/backend/src/services/memberService.ts @skwowet
/backend/src/services/organizationService.ts @skwowet
/backend/src/services/searchSyncService.ts @skwowet
# insights
**/.tinyb @epipav @borfast
**/.tinyenv @epipav @borfast
services/libs/tinybird/ @epipav @borfast
scaffold/kafka-connect/kafka-connect-http/* @epipav @borfast
**/copy-activities-from-questdb-to-tinybird/ @epipav @borfast
**/copyActivitiesFromQuestdbToTinybird.ts @epipav @borfast