2019-07-26 12:40:07 +08:00
|
|
|
# See https://help.github.com/articles/about-codeowners/
|
|
|
|
# for more info about CODEOWNERS file
|
|
|
|
|
|
|
|
# It uses the same pattern rule for gitignore file,
|
|
|
|
# see https://git-scm.com/docs/gitignore#_pattern_format.
|
|
|
|
|
|
|
|
# ==== Ray core ====
|
|
|
|
|
2021-05-20 08:10:32 -07:00
|
|
|
# API compatibility
|
2021-09-03 18:55:09 -07:00
|
|
|
/src/ray/protobuf/common.proto @wuisawesome @ericl @ameerhajali @robertnishihara @pcmoritz @raulchen
|
|
|
|
/src/ray/protobuf/gcs.proto @wuisawesome @ericl @ameerhajali @robertnishihara @pcmoritz @raulchen
|
|
|
|
/src/ray/protobuf/gcs_service.proto @wuisawesome @ericl @ameerhajali @robertnishihara @pcmoritz @raulchen
|
2021-08-25 10:56:11 -05:00
|
|
|
/dashboard/modules/snapshot @wuisawesome @ijrsvt @joeybai @alanwguo @architkulkarni @kombuchafox
|
2021-05-20 08:10:32 -07:00
|
|
|
|
2021-12-09 07:06:05 +09:00
|
|
|
# Metrics
|
2021-12-21 17:34:48 +09:00
|
|
|
/src/ray/stats/metric_defs.h @ericl @scv119 @rkooo567
|
|
|
|
/src/ray/stats/metric_defs.cc @ericl @scv119 @rkooo567
|
2021-12-09 07:06:05 +09:00
|
|
|
|
2019-07-26 12:40:07 +08:00
|
|
|
# All C++ code.
|
2021-07-02 01:23:11 -07:00
|
|
|
# /src/ray @ray-project/ray-core-cpp
|
2019-07-26 12:40:07 +08:00
|
|
|
|
2021-08-17 16:29:32 -07:00
|
|
|
# Dependencies
|
|
|
|
/python/setup.py @richardliaw @ericl @edoakes
|
|
|
|
|
2021-10-05 16:31:08 -07:00
|
|
|
# Formatting tool
|
|
|
|
/ci/travis/format.sh @richardliaw @ericl @edoakes
|
|
|
|
|
2019-07-26 12:40:07 +08:00
|
|
|
# Python worker.
|
2021-07-02 01:23:11 -07:00
|
|
|
#/python/ray/ @ray-project/ray-core-python
|
|
|
|
#!/python/ray/tune/ @ray-project/ray-core-python
|
|
|
|
#!/python/ray/rllib/ @ray-project/ray-core-python
|
2019-07-26 12:40:07 +08:00
|
|
|
|
|
|
|
# Java worker.
|
2021-11-22 13:11:15 -08:00
|
|
|
/java/dependencies.bzl @jovany-wang @kfstorm @raulchen @ericl @iycheng
|
|
|
|
/java/pom.xml @jovany-wang @kfstorm @raulchen @ericl @iycheng
|
|
|
|
/java/pom_template.xml @jovany-wang @kfstorm @raulchen @ericl @iycheng
|
|
|
|
/java/*/pom_template.xml @jovany-wang @kfstorm @raulchen @ericl @iycheng
|
|
|
|
/java/api/ @jovany-wang @kfstorm @raulchen @ericl @iycheng
|
2021-09-17 14:48:55 +08:00
|
|
|
|
2021-07-20 12:23:19 -07:00
|
|
|
# Ray Client
|
2021-09-07 09:17:23 -07:00
|
|
|
/src/ray/protobuf/ray_client.proto @ijrsvt @ameerhajali @ckw017 @mwtian
|
2021-07-20 12:23:19 -07:00
|
|
|
|
2022-01-24 19:25:16 +08:00
|
|
|
# Runtime Env
|
|
|
|
# TODO(SongGuyang): Add new items to guarantee runtime env API compatibility in multiple languages.
|
|
|
|
/src/ray/protobuf/runtime_env_common.proto @SongGuyang @raulchen @edoakes @architkulkarni
|
|
|
|
/src/ray/protobuf/runtime_env_agent.proto @SongGuyang @raulchen @edoakes @architkulkarni
|
|
|
|
|
2019-07-26 12:40:07 +08:00
|
|
|
# ==== Libraries and frameworks ====
|
|
|
|
|
|
|
|
# Ray tune.
|
|
|
|
/python/ray/tune/ @ray-project/ray-tune
|
|
|
|
|
2021-10-08 19:21:06 -07:00
|
|
|
# Ray data.
|
|
|
|
/python/ray/data/ @ericl @scv119
|
|
|
|
/doc/source/data/ @ericl @scv119
|
|
|
|
|
|
|
|
# Ray workflows.
|
|
|
|
/python/ray/workflow/ @ericl @iycheng
|
|
|
|
/doc/source/workflows/ @ericl @iycheng
|
|
|
|
|
2019-07-26 12:40:07 +08:00
|
|
|
# RLlib.
|
2022-01-20 16:29:35 -08:00
|
|
|
/rllib/ @sven1977 @gjoliver @avnishn
|
2019-07-26 12:40:07 +08:00
|
|
|
|
2021-11-05 00:58:34 -07:00
|
|
|
# ML Docker Dependencies
|
|
|
|
/python/requirements/ml/requirements_dl.txt @amogkam @sven1977 @richardliaw @matthewdeng
|
|
|
|
/python/requirements_ml_docker.txt @amogkam @sven1977 @richardliaw @matthewdeng
|
|
|
|
|
2021-11-11 12:12:45 +09:00
|
|
|
# Ray symbol export
|
|
|
|
src/ray/ray_version_script.lds @mwtian @iycheng @ericl @scv119
|
|
|
|
src/ray/ray_exported_symbols.lds @mwtian @iycheng @ericl @scv119
|
|
|
|
|
2019-07-26 12:40:07 +08:00
|
|
|
# ==== Build and CI ====
|
|
|
|
|
|
|
|
# Bazel.
|
2021-07-02 01:23:11 -07:00
|
|
|
#/BUILD.bazel @ray-project/ray-core
|
|
|
|
#/WORKSPACE @ray-project/ray-core
|
|
|
|
#/bazel/ @ray-project/ray-core
|
2019-07-26 12:40:07 +08:00
|
|
|
|
|
|
|
# CI scripts.
|
2021-07-02 01:23:11 -07:00
|
|
|
#/.travis.yml @ray-project/ray-core
|
|
|
|
#/ci/travis/ @ray-project/ray-core
|