-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathCODEOWNERS
41 lines (32 loc) · 1.2 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
# Global Owners
* @nickboldt @ibuziuk @l0rd @sparkoo
# dockerfiles
dockerfiles/** @nickboldt
# assembly
assembly/** @nickboldt
assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/** @ibuziuk @nickboldt @themr0c
# core
core/** @nickboldt
# workspace runtime infrastructure implementations
infrastructures/** @amisevsk @nickboldt
# multiuser che
multiuser/api/** @nickboldt
multiuser/integration-tests/** @mshaposhnik @nickboldt
multiuser/keycloak/** @mshaposhnik @nickboldt
multiuser/machine-auth/** @mshaposhnik @nickboldt
multiuser/permission/** @nickboldt
multiuser/personal-account/** @nickboldt
multiuser/sql-schema/** @mshaposhnik @nickboldt
# wsmaster
wsmaster/** @nickboldt @vinokurig
wsmaster/che-core-api-factory/** @mshaposhnik @nickboldt
wsmaster/che-core-api-factory-shared/** @mshaposhnik @nickboldt
wsmaster/che-core-api-workspace-activity/** @mshaposhnik @nickboldt
wsmaster/che-core-api-workspace/** @mshaposhnik @nickboldt
# deploy
deploy/** @tolusha @nickboldt
deploy/openshift/templates/monitoring/** @tolusha @nickboldt @dkwon17
# e2e tests
tests/e2e/** @musienko-maxim @rhopp @nickboldt @Katka92
# e2e tests infra
tests/.infra/centos-ci/** @musienko-maxim @rhopp @nickboldt