-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathCODEOWNERS
111 lines (100 loc) · 3.83 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
# Please keep lists of modules and files sorted!
# CONFIGS - Commons (default)
/configs/ @private-face @sammacbeth @remusao @philipp-classen
# CONFIGS - Mobile
/configs/cliqz-android.js @chrmod
/configs/common/urls-lumen.js @chrmod
/configs/ghostery-android-privacy.js @chrmod
/configs/ghostery-android-search.js @chrmod
/configs/ghostery-ios.js @chrmod
/configs/instant-search.js @chrmod
/configs/lumen-ios.js @chrmod
# CONFIGS - MyOffrz
/configs/offers-* @luciancor
/configs/ci/offers-* @luciancor
/configs/ci/offers-infrastructure-tests.js @luciancor
/configs/ci/offers.js @luciancor
/configs/common/urls-myoffrz.js @luciancor
/configs/offers.js @luciancor
/configs/releases/offers-chip-chrome.js @luciancor
/configs/releases/offers-chip-edge.js @luciancor
/configs/releases/offers-chip-firefox.js @luciancor
/configs/releases/offers-chrome.js @luciancor
/configs/releases/offers-edge.js @luciancor
/configs/releases/offers-firefox.js @luciancor
# MODULES - Commons (default)
/modules/ @private-face @sammacbeth @remusao @philipp-classen
/modules/abtests-legacy/ @dominiks-cliqz @remusao
/modules/adblocker/ @remusao
/modules/anolysis-cc/ @remusao
/modules/anolysis-remote/ @chrmod
/modules/anolysis/ @remusao
/modules/anti-phishing/ @zhonghao-cliqz
/modules/antispy/ @sammacbeth
/modules/antitracking/ @sammacbeth @zhonghao-cliqz @remusao
/modules/content-script-tests/ @remusao
/modules/context-search/ @alexandra-cliqz # TODO
/modules/control-center/ @tsl143
/modules/cookie-monster/ @sammacbeth
/modules/core-cliqz/ @private-face @remusao @chrmod @luciancor
/modules/core/ @private-face @remusao @chrmod @luciancor
/modules/dropdown-tests/ @private-face
/modules/dropdown/ @private-face @chrmod
/modules/freshtab/ @private-face @tsl143
/modules/geolocation/ @chrmod
/modules/history/ @private-face @aleksei-cliqz
/modules/hpnv2/ @philipp-classen @konark-cliqz
/modules/https-everywhere/ @private-face @luciancor
/modules/human-web/ @philipp-classen @konark-cliqz
/modules/insights/ @sammacbeth
/modules/integration-tests/ @remusao @zhonghao-cliqz @chrmod @sammacbeth
/modules/inter-ext-messaging/ @sammacbeth
/modules/notifications/ @chrmod
/modules/omnibox/ @private-face
/modules/onboarding-v4/ @aleksei-cliqz
/modules/overlay/ @private-face
/modules/privacy-dashboard/ @private-face
/modules/privacy-migration/ @sammacbeth
/modules/privacy/ @ecnmst
/modules/search/ @dominiks-cliqz @chrmod @private-face
/modules/telemetry/ @dominiks-cliqz @remusao
/modules/theme/ @gabriel-cliqz @mai-cliqz
/modules/toolbox/ @tsl143 @private-face
/modules/video-downloader/ @mai-cliqz
/modules/webextension-specific/ @private-face
/modules/webrequest-pipeline/ @remusao @zhonghao-cliqz
# MODULES - Mobile
/modules/cliqz-android/ @chrmod
# MODULES - MyOffrz
/modules/browser-panel/ @luciancor @giota-cliqz @smcatala
/modules/myoffrz-helper/ @olpa-cliqz @aleksandr-cliqz @smcatala
/modules/offers-banner/ @aleksandr-cliqz
/modules/offers-templates/ @aleksandr-cliqz @gabriel-cliqz @giota-cliqz @mai-cliqz
/modules/offers-v2/ @eleniS @aleksandr-cliqz @olpa-cliqz @smcatala
# PLATFORMS
/platforms/ @private-face @sammacbeth @remusao @philipp-classen
/platforms/node/ @chrmod @sammacbeth
/platforms/react-native/ @sammacbeth @chrmod
/platforms/web/ @chrmod
/platforms/webextension/ @private-face @chrmod @sammacbeth @remusao
# SPECIFIC - Commons (default)
/specific/ @private-face @sammacbeth @remusao @philipp-classen
# /specific/amo/
# /specific/browser/
# /specific/cliqz-tab/
# /specific/ghostery-tab/
# /specific/node/
# /specific/privacy/
# SPECIFIC - Mobile
/specific/cliqz-android/ @chrmod
/specific/react-native/ @sammacbeth @chrmod
# SPECIFIC - MyOffrz
/specific/offers/ @luciancor
# Build tools (commons)
/broccoli/ @remusao @chrmod @aleksei-cliqz
/fern/ @remusao @chrmod
/tests/ @remusao @chrmod
Dockerfile.ci @chrmod @remusao
run_tests_in_docker.sh @remusao
Jenkinsfile @chrmod
Jenkinsfile.publich @chrmod