Commit graph

137 commits

Author SHA1 Message Date
Tao Wang
93f640751b
Add DCO prompt in PR template (#27072)
We require DCO in the PR, but people always forget it until the PR being created.
Putting a prompt line in the PR template may help.
2022-07-27 23:19:51 +08:00
Guyang Song
87b164c84b
Add C++ worker code owner (#27088)
Signed-off-by: 久龙 <guyang.sgy@antfin.com>
Add @kfstorm to the C++ worker code owner group.
2022-07-27 23:00:26 +08:00
mwtian
e157989a7a
Remove @mwtian from code owners #26769 2022-07-19 22:39:29 -07:00
Sihan Wang
445d277973
[Serve] Add @sihan to Serve Docs CODEOWNERS (#26743) 2022-07-19 15:37:19 -07:00
Philipp Moritz
518b6b427b
Add pcmoritz as cluster docs CODEOWNER (#26700) 2022-07-19 00:21:13 -07:00
Qing Wang
a405e1b034
Add Tao as Java worker code owner. (#26596) 2022-07-18 14:03:25 +08:00
Clark Zinzow
e19a66fc83
[Datasets] [GitHub] Adds GitHub Action for adding Datasets-labeled issues to Data Team project (#26127)
This PR adds a GitHub Action that adds datasets-labeled issues (upon opening/labeling) to the Data Team's GitHub project. This should obviate the need for manual issue adding to the project before the start of each sprint.
2022-06-29 17:51:53 -07:00
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
Kai Fricke
4b9a89ad90
[air] Move python/ray/ml to python/ray/air (#25449)
The package "ml" should be renamed to "air".

Main question: Keep a `ml.py` with `from ray.air import *` for some level of backwards compatibility?
I'd go for no to force people to use the new structure.
2022-06-03 21:53:44 +01: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
Balaji Veeramani
14a05ee2f7
Add documentation issue template (#25116) 2022-05-24 23:47:22 -07: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
Stephanie Wang
984e704207
Revert "Add "issue severity" back to GitHub bug template (#23838)" (#23841)
This reverts commit de7c0339ec.
2022-04-11 14:54:34 -07:00
Stephanie Wang
de7c0339ec
Add "issue severity" back to GitHub bug template (#23838)
Adds back the "Issue severity" dropdown to the bug template so that Ray users can have a way of reporting UX problems. Made some changes to try to streamline issue reporting:

- made this field optional
- moved the field to be last
- slightly changed some of the wording
2022-04-11 14:47:57 -07:00
Stephanie Wang
d8efa372b2
Revert "Add "issue severity" back to GitHub bug template (#23793)" (#23834)
Fix the bug report issue template.
2022-04-11 11:01:01 -07:00
Stephanie Wang
2b04e5bd7e
Add "issue severity" back to GitHub bug template (#23793)
Adds back the "Issue severity" dropdown to the bug template so that Ray users can have a way of reporting UX problems. Made some changes to try to streamline issue reporting:

- made this field optional
- moved the field to be last
- slightly changed some of the wording
2022-04-11 10:10:12 -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
Simon Mo
c8aa6cdf64
Fix Issue Severity Question to Bug Report Template (#22906) 2022-03-08 10:36:32 -08:00
Wendi-anyscale
dd8654fd85
Add Issue Severity Question to Bug Report Template (#22887) 2022-03-08 10:31:53 -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
Eric Liang
428d594d35
Also allow auto-closing of stale PRs (#22149)
Allow auto-close of stale PRs, with a shorter time limit.
2022-02-07 14:34:59 -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
Simon Mo
f16b422062
[CI] Migrate Windows Wheels to Buildkite (#21388) 2022-01-05 12:49:19 -08:00
Simon Mo
cfe0897d05
[CI] Migrate Windows tests to Buildkite (#21227) 2021-12-21 20:16:34 -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
Jiajun Yao
f6a0165286
Add dependabot for data processing (#19682) 2021-10-24 20:49:43 -07:00