-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
CODEOWNERS
Validating CODEOWNERS rules...
68 lines (55 loc) · 1.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
# Global Owners
* @vparfonov
# dashboard
dashboard/** @ashumilova @benoitf
# dockerfiles
dockerfiles/** @riuvshin @benoitf
# ide
ide/che-core-ide-stacks/** @ashumilova
# agents
agents/** @tolusha
agents/go-agents/** @garagatyi
# assembly
assembly/** @riuvshin @skabashnyuk
# core
core/** @skabashnyuk
# workspace runtime infrastructure implementations
infrastructures/** @garagatyi @sleshchenko
# multiuser che
multiuser/api/** @sleshchenko
multiuser/integration-tests/** @mshaposhnik @sleshchenko
multiuser/keycloak/** @mshaposhnik
multiuser/machine-auth/** @mshaposhnik
multiuser/permission/** @sleshchenko
multiuser/personal-account/** @sleshchenko
multiuser/sql-schema/** @mshaposhnik @sleshchenko
# plugins
plugins/plugin*debugger/** @tolusha
plugins/plugin-gdb/** @tolusha
plugins/plugin-docker/** @garagatyi @sleshchenko
plugins/plugin-java/** @vparfonov
plugins/plugin-languageserver/** @vparfonov @dkuleshov
plugins/plugin-maven/** @vparfonov
plugins/plugin-orion/** @azatsarynnyy
plugins/plugin-testing*/** @vparfonov
plugins/plugin-traefik/** @benoitf
# wsmaster
wsmaster/** @skabashnyuk
wsmaster/che-core-api-workspace*/** @garagatyi
wsmaster/che-core-api-factory/** @mshaposhnik
wsmaster/che-core-api-factory-shared/** @mshaposhnik
wsmaster/che-core-api-workspace-activity/** @mshaposhnik
# wsagent
wsagent/activity/** @skabashnyuk
wsagent/agent/** @tolusha
wsagent/che-core-api-debug*/** @tolusha
wsagent/che-core-api-languageserver*/** @vparfonov @dkuleshov
wsagent/che-core-api-testing*/** @vparfonov
wsagent/che-wsagent-core/** @skabashnyuk
wsagent/wsagent-local/** @skabashnyuk
wsagent/che-core-api-project/src/main/java/org/eclipse/che/api/search/server/** @skabashnyuk
wsagent/che-core-api-project/src/test/java/org/eclipse/che/api/search/** @skabashnyuk
# deploy
deploy/** @riuvshin @l0rd @garagatyi @eivantsov @sleshchenko
# selenium tests
selenium/** @musienko-maxim @dmytro-ndp @Ohrimenko1988