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.
|
|
|
|
|
2022-06-05 06:09:00 +01:00
|
|
|
|
|
|
|
# ==== Documentation ====
|
|
|
|
|
2022-08-02 14:09:21 -07:00
|
|
|
# Authors responsible for copy-editing of the documentation.
|
2022-08-05 14:37:15 -04:00
|
|
|
# NOTE: Add @ray-project/ray-docs to all following docs subdirs.
|
|
|
|
/doc/ @ray-project/ray-docs
|
2022-06-05 06:09:00 +01:00
|
|
|
|
2019-07-26 12:40:07 +08:00
|
|
|
# ==== Ray core ====
|
|
|
|
|
2021-05-20 08:10:32 -07:00
|
|
|
# API compatibility
|
2022-07-19 22:39:29 -07:00
|
|
|
/src/ray/protobuf/common.proto @wuisawesome @ericl @ameerhajali @robertnishihara @pcmoritz @raulchen @iycheng @scv119
|
|
|
|
/src/ray/protobuf/gcs.proto @wuisawesome @ericl @ameerhajali @robertnishihara @pcmoritz @raulchen @iycheng @scv119
|
|
|
|
/src/ray/protobuf/gcs_service.proto @wuisawesome @ericl @ameerhajali @robertnishihara @pcmoritz @raulchen @iycheng @scv119
|
2022-02-25 12:55:07 -06:00
|
|
|
/dashboard/modules/snapshot @wuisawesome @ijrsvt @edoakes @alanwguo @architkulkarni
|
2022-03-02 23:37:03 -08:00
|
|
|
/python/ray/autoscaler/_private/monitor.py @wuisawesome @DmitriGekhtman
|
2021-05-20 08:10:32 -07:00
|
|
|
|
2022-08-31 12:02:09 -07:00
|
|
|
# Autoscaler
|
|
|
|
/python/ray/autoscaler/ @wuisawesome @DmitriGekhtman
|
|
|
|
|
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
|
2022-04-13 18:11:30 +01:00
|
|
|
/ci/lint/format.sh @richardliaw @ericl @edoakes
|
2021-10-05 16:31:08 -07:00
|
|
|
|
2022-04-11 10:09:10 -07:00
|
|
|
# Docker image build script.
|
2022-04-13 18:11:30 +01:00
|
|
|
/ci/build/build-docker-images.py @amogkam @krfricke
|
2022-04-11 10:09:10 -07:00
|
|
|
|
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.
|
2022-07-18 14:03:25 +08:00
|
|
|
/java/dependencies.bzl @jovany-wang @kfstorm @raulchen @ericl @iycheng @WangTaoTheTonic
|
|
|
|
/java/pom.xml @jovany-wang @kfstorm @raulchen @ericl @iycheng @WangTaoTheTonic
|
|
|
|
/java/pom_template.xml @jovany-wang @kfstorm @raulchen @ericl @iycheng @WangTaoTheTonic
|
|
|
|
/java/*/pom_template.xml @jovany-wang @kfstorm @raulchen @ericl @iycheng @WangTaoTheTonic
|
|
|
|
/java/api/ @jovany-wang @kfstorm @raulchen @ericl @iycheng @WangTaoTheTonic
|
2021-09-17 14:48:55 +08:00
|
|
|
|
2022-04-07 11:30:30 +08:00
|
|
|
# C++ worker
|
2022-07-27 23:00:26 +08:00
|
|
|
/cpp/include/ray @SongGuyang @raulchen @kfstorm
|
2022-04-07 11:30:30 +08:00
|
|
|
|
2021-07-20 12:23:19 -07:00
|
|
|
# Ray Client
|
2022-07-19 22:39:29 -07:00
|
|
|
/src/ray/protobuf/ray_client.proto @ijrsvt @ameerhajali @ckw017
|
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 ====
|
|
|
|
|
2021-10-08 19:21:06 -07:00
|
|
|
# Ray data.
|
2022-08-18 10:01:21 -07:00
|
|
|
/python/ray/data/ @ericl @scv119 @clarkzinzow @jjyao @jianoaix @c21
|
|
|
|
/doc/source/data/ @ericl @scv119 @clarkzinzow @jjyao @jianoaix @maxpumperla @c21 @ray-project/ray-docs
|
2021-10-08 19:21:06 -07:00
|
|
|
|
|
|
|
# Ray workflows.
|
2022-03-12 12:24:52 -08:00
|
|
|
/python/ray/workflow/ @ericl @iycheng @stephanie-wang @suquark
|
2022-08-05 14:37:15 -04:00
|
|
|
/doc/source/workflows/ @ericl @iycheng @stephanie-wang @suquark @maxpumperla @ray-project/ray-docs
|
2021-10-08 19:21:06 -07:00
|
|
|
|
2019-07-26 12:40:07 +08:00
|
|
|
# RLlib.
|
2022-05-31 15:08:26 +02:00
|
|
|
/rllib/ @sven1977 @gjoliver @avnishn @arturniederfahrenhorst @smorad @maxpumperla @kouroshhakha @krfricke
|
2022-08-05 14:37:15 -04:00
|
|
|
/doc/source/rllib/ @sven1977 @gjoliver @avnishn @arturniederfahrenhorst @smorad @maxpumperla @kouroshhakha @krfricke @ray-project/ray-docs
|
2022-06-05 06:09:00 +01:00
|
|
|
|
2022-06-06 09:36:39 -07:00
|
|
|
# Cluster (docs)
|
2022-08-05 14:37:15 -04:00
|
|
|
/doc/source/cluster/ @wuisawesome @DmitriGekhtman @maxpumperla @pcmoritz @ray-project/ray-docs
|
2022-06-06 09:36:39 -07:00
|
|
|
|
2022-06-05 06:09:00 +01:00
|
|
|
# Tune (docs)
|
2022-08-05 14:37:15 -04:00
|
|
|
/doc/source/tune/ @richardliaw @krfricke @xwjiang2010 @amogkam @matthewdeng @Yard1 @maxpumperla @ray-project/ray-docs
|
2022-06-05 06:09:00 +01:00
|
|
|
|
|
|
|
# Train (docs)
|
2022-08-05 14:37:15 -04:00
|
|
|
/doc/source/train/ @richardliaw @krfricke @xwjiang2010 @amogkam @matthewdeng @Yard1 @maxpumperla @ray-project/ray-docs
|
2022-06-05 06:09:00 +01:00
|
|
|
|
|
|
|
# Serve (docs)
|
2022-08-05 14:37:15 -04:00
|
|
|
/doc/source/serve/ @edoakes @simon-mo @jiaodong @shrekris-anyscale @sihanwang41 @ray-project/ray-docs
|
2022-06-05 06:09:00 +01:00
|
|
|
|
|
|
|
# AIR (docs)
|
2022-08-05 14:37:15 -04:00
|
|
|
/doc/source/air/ @richardliaw @gjoliver @krfricke @xwjiang2010 @amogkam @matthewdeng @Yard1 @maxpumperla @ray-project/ray-docs
|
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
|
2022-07-19 22:39:29 -07:00
|
|
|
/src/ray/ray_version_script.lds @iycheng @ericl @scv119
|
|
|
|
/src/ray/ray_exported_symbols.lds @iycheng @ericl @scv119
|
2022-03-11 21:37:22 -08:00
|
|
|
|
|
|
|
# Ray usage stats
|
|
|
|
/python/ray/_private/usage/ @ericl @richardliaw @rkooo567 @jjyao
|
|
|
|
/dashboard/modules/usage_stats/ @ericl @richardliaw @rkooo567 @jjyao
|
2021-11-11 12:12:45 +09:00
|
|
|
|
2022-06-04 08:59:32 +02:00
|
|
|
|
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
|
2022-04-13 18:11:30 +01:00
|
|
|
#/ci/ @ray-project/ray-core
|
2022-04-06 15:49:43 -07:00
|
|
|
|
2022-04-25 23:05:29 +01:00
|
|
|
# Buildkite pipeline management
|
|
|
|
.buildkite/hooks @simon-mo @krfricke
|
|
|
|
|
2022-05-17 13:25:57 +01:00
|
|
|
/release/ray_release @krfricke @rkooo567 @simon-mo
|
|
|
|
|
2022-04-12 17:06:36 -07:00
|
|
|
/.github/ISSUE_TEMPLATE/ @ericl @stephanie-wang @scv119 @pcmoritz
|