Commit graph

46 commits

Author SHA1 Message Date
Eric Liang
a058a98c5d
[docs] Try to clarify some advantages of bulk ingest in the AIR ingest docs (#25616) 2022-06-09 11:47:22 -07:00
shrekris-anyscale
d75fd5d9f3
Make shrekris-anyscale a codeowner of Serve (docs) (#25576) 2022-06-07 18:25:46 -07:00
Alex Wu
a9bf8d455f
[github] Update code owners for cluster docs (#25507)
In the same spirit of #25479 adding myself and @DmitriGekhtman as code owners of the autoscaler/cluster launcher docs since we are also the code owners for the code.
2022-06-06 09:36:39 -07:00
Kai Fricke
f4d3daa3cc
[github] Codeowners for docs (#25479) 2022-06-04 22:09:00 -07:00
Max Pumperla
c5f4a82e3c
Add doc code owners (#24910) 2022-06-03 23:59:32 -07:00
Eric Liang
71717e59c4
[data] [docs] Doc audit-- rebalance basic vs advanced materials (#25262) 2022-06-01 13:50:46 -07:00
Sven Mika
a0ab4db58a
[RLlib] Make Kai (krfricke) RLlib code owner. (#25315) 2022-05-31 15:08:26 +02:00
Kai Fricke
023f3fe9e9
[ci/release] Add CODEOWNERs for Ray release test package (#24774)
As part of the critical infrastructure, changes to the ray release package should require reviews by code owners.
2022-05-17 13:25:57 +01:00
Kai Fricke
fc07a2565c
[ci/docs] Add doc maintainer to CODEOWNERs for doc (#24778)
e2ee214 broke linter on master. However, reverting the commit or hotfixing the docs requires codeowner approval. It makes sense to include @maxpumperla as a codeowner in doc-related code paths, so this PR adds him.
2022-05-17 13:25:37 +01:00
Sven Mika
2f5eb96ad9
[RLlib] Make Max and Kourosh RLlib code owners. (#24299) 2022-04-28 22:24:24 +02:00
Kai Fricke
446ca2978c
[ci] Add CODEOWNERS for .buildkite/hooks (#24187)
These hooks are specific to our Buildkite setup and require some context to be edited successfully. Thus they should be protected by codeowner approval.
2022-04-25 15:05:29 -07:00
Kai Fricke
65d9a410f7
[ci] Clean up ci/ directory (refactor ci/travis) (#23866)
Clean up the ci/ directory. This means getting rid of the travis/ path completely and moving the files into sensible subdirectories.

Details:

- Moves everything under ci/travis into subdirectories, e.g. ci/build, ci/lint, etc.
- Minor adjustments to some scripts (variable renames)
- Removes the outdated (unused) asan tests
2022-04-13 18:11:30 +01:00
Stephanie Wang
6d52abe2a2
Add "issue severity" back to GitHub bug template #23793 (#23846) 2022-04-12 17:06:36 -07:00
Amog Kamsetty
38696b155a
[Docker/CI] Add comment on keeping Docker images in sync (#23782) 2022-04-11 18:09:10 +01:00
Sven Mika
b97fb4345b
[RLlib] Adding Artur and Steven to RLlib code owners. (#23755) 2022-04-07 08:19:04 +02:00
Guyang Song
916ef0bf10
add C++ worker code owners (#23730) 2022-04-07 11:30:30 +08:00
Eric Liang
5001e46324
[GH] Trim the github issue templates to make them more developer friendly (#23718)
Currently, the github issue templates are quite verbose, and as a result few developers end up using them. Clean them up so that they can be the standard workflow for all Ray contributors.
2022-04-06 15:49:43 -07:00
Yi Cheng
f15bcb21dc
Update code owners of gcs and workflow (#23086)
Update the code owners to include people working on this module.
2022-03-12 12:24:52 -08:00
Jiajun Yao
4016dba3d3
Add usage stats heads up message (#22985) 2022-03-11 21:37:22 -08:00
Dmitri Gekhtman
991a62dd47
Operator does not retry monitor on failure. (#22792) 2022-03-02 23:37:03 -08:00
Eric Liang
ae16aa1dba
Add some sanity checks for memory use in dataset (#22642) 2022-02-25 16:59:12 -08:00
Edward Oakes
65313621ab
[codeowners] Swap joeybai for edoakes as snapshot codeowner (#22660) 2022-02-25 12:55:07 -06:00
Eric Liang
10172d8663
Add more codeowners to datasets (#22409) 2022-02-15 15:44:20 -08:00
Guyang Song
08b8f3065b
add runtime env code owners (#21803) 2022-01-24 19:25:16 +08:00
Richard Liaw
0da693c2e3
[codeowners] rllib fix (#21748) 2022-01-20 16:29:35 -08:00
Sven Mika
95d1476494
[RLlib; github] Update RLlib codeowners. (#21453)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2022-01-11 22:25:33 -08:00
SangBin Cho
5d3042ed9d
[Internal Observability] Record Raylet Gauge (#21049)
* Revert "[Please revert] Remove new metrics temporarily"

This reverts commit baf7846daa3d1dad50dbedac19b7afbae3e197fc.

* Addressed code review.

* [Please revert] Revert plasma stats for the next PR

* improve grammar

* Addressed code review v1.

* Addressed code review.

* Add code owner.

* Fix tests.

* Add code owner to metric_defs.cc
2021-12-21 00:34:48 -08:00
SangBin Cho
5298a9046c
[Internal Observability] [Part 1] Centralize existing metrics to metric_defs.h (#20728)
This PR centralizes all existing metrics to `metric_defs.h`. 

Previously, each file relies on implicit import of metric_def.h within the stats module. After this PR we only precisely import `metric_defs.h` for each file.
2021-12-08 14:06:05 -08:00
Alex Wu
bb4c037e63
[codeowners] Add code owners on west coast to java (#20651)
We need code owners on the java files so that we can revert changes to java files that break CI.
2021-11-22 13:11:15 -08:00
SangBin Cho
5985c1902d
Add code owner to the symbol export (#20237) 2021-11-10 19:12:45 -08:00
Amog Kamsetty
adb8d77b2b
[Deps] Bump tensorflow on Docker image and add Codeowners (#20041) 2021-11-05 00:58:34 -07:00
Qing Wang
580b58a68f
[Java] Update CodeOwners for Java worker. (#19594)
Since some pom.xml files were removed before, let me update the CodeOwners about that.
2021-10-22 16:17:05 +08:00
Eric Liang
7e84cd9b67
Add CODEOWNERS for data/ and workflow/ libraries (#19244) 2021-10-08 19:21:06 -07:00
Eric Liang
0702974f21
Add CODEOWNERS for format.sh script (#19121) 2021-10-05 16:31:08 -07:00
Qing Wang
11291029b1
Add Codeowners for Java API. (#18663) 2021-09-17 14:48:55 +08:00
Ian Rodney
ec2110e470
[Codeowners] Add Chris & Mingwei to Ray Client proto (#18395) 2021-09-07 09:17:23 -07:00
Alex Wu
7912a8554c
[code oweners] Add Hao to autoscaler compatibility (#18218) 2021-09-03 18:55:09 -07:00
Edward Oakes
18ae99d8d8
[codeowners] Add @kombuchafox as code owner for dashboard snapshot (#18051) 2021-08-25 10:56:11 -05:00
Richard Liaw
c2c855b38b
Add codeowners for setup.py (#17884)
* add-czar

Signed-off-by: Richard Liaw <rliaw@berkeley.edu>

* setup

Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
2021-08-17 16:29:32 -07:00
Simon Mo
ec8409ff06
Add @architkulkarni to snapshot code owner (#17785) 2021-08-12 10:58:02 -07:00
Ian Rodney
db510f317a
[CODEOWNERS] Add Ray Client Proto (#17210)
* add ray client proto

* Add Ameer
2021-07-20 12:23:19 -07:00
Alex Wu
433382f102
Update CODEOWNERS for dashboard snapshot (#17196)
* Update CODEOWNERS for dashboard snapshot

* Update CODEOWNERS

* Update CODEOWNERS
2021-07-20 12:22:52 -07:00
Alex Wu
c57e950ee1
Minimal code owner file (#16836) 2021-07-02 01:23:11 -07:00
Alex Wu
cd2fc7792f
[dashboard] Snapshot of cluster state (#15868) 2021-05-20 08:10:32 -07:00
Devin Petersohn
c33d6662ce Remove Modin from Ray wheels. (#5647)
There are several reasons for this:

* We no longer support python2
* There should be only 1 way of installing Modin
  * Issue management on these wheels
* I have never heard of anyone using this feature
* It is rarely kept up to date
* Modin depends on specific versions of Ray because of past API changes
2019-09-05 23:46:27 -07:00
Hao Chen
6f737e6a50
Add CODEOWNERS file (#5259) 2019-07-26 12:40:07 +08:00