che-server/.github/CODEOWNERS

60 lines
1.5 KiB
Plaintext

# 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/** @skabashnyuk
# 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
# 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