Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Serve] Java Client API and End to End Tests #22726

Merged
merged 89 commits into from
Jul 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
89 commits
Select commit Hold shift + click to select a range
bc18663
Serve Java API: serve, client, deployment.
Mar 1, 2022
3f9b9a5
Merge branch 'master' of github.com:alipay/ray into serve-java-api
Mar 2, 2022
5baa6aa
Add delete, getHandle to Java Serve API.
Mar 3, 2022
68fc08f
Merge branch 'master' of github.com:alipay/ray into serve-java-api
Mar 10, 2022
8042ce5
Merge branch 'master' of github.com:alipay/ray into serve-java-api
Mar 18, 2022
a187999
commit v1
Apr 8, 2022
c8c5302
merge master and fix conflict
Apr 25, 2022
0e5b15f
Merge remote-tracking branch 'origin/master' into serve-java-api
May 25, 2022
72a4548
Sync serve python change to java
May 25, 2022
4f3721f
Merge branch 'serve-java-api-deploy' into serve-java-api
May 25, 2022
adfab03
Adjust Ray Serve Java packages.
May 25, 2022
adb495f
Add API TODO.
May 26, 2022
32f7c5b
Adjust Java Serve API
May 28, 2022
6fd6b07
Fix test case.
May 28, 2022
362358b
Fix test case.
May 29, 2022
504fc05
Fix spotless check
May 30, 2022
eb8c4d9
python serve support java long poll client;python controller support …
Jun 2, 2022
a4d3f2a
fix git pull conflict from remote serve-java-api
yaxife Jun 2, 2022
c5d4a3d
Java API deployment Python
Jun 7, 2022
1f38c14
Fix code style
Jun 7, 2022
43925c0
Fix ServeDemo dependency.
Jun 7, 2022
7b4f8a9
Fix xlang deployment.
Jun 7, 2022
9d216e2
java serve:fix bugs during debugging
yaxife Jun 8, 2022
50c208f
Merge branch 'serve-java-api' of github.com:alipay/ray into serve-jav…
yaxife Jun 8, 2022
5be12c9
deploy serve controller actor, cpu resource can not be zero
yaxife Jun 8, 2022
3d9ed05
Merge branch 'serve-java-api' of github.com:alipay/ray into serve-jav…
Jun 8, 2022
0885a9e
Delete ServeDemo2
Jun 8, 2022
b793fab
use black tool reformatted python file;checkpointPath add default value
yaxife Jun 8, 2022
b79324b
Merge branch 'serve-java-api' of github.com:alipay/ray into serve-jav…
yaxife Jun 8, 2022
6241120
use flake8 reformat python code style
yaxife Jun 8, 2022
006b2cf
Fix DeploymentCrossLanguageTest format
Jun 8, 2022
c360580
Delete DeploymentCrossLanguageTest
Jun 9, 2022
986b92a
Fix java serve model serialize bug.
Jun 9, 2022
eedd91e
Fix test bug.
Jun 9, 2022
a1b93ff
Fix test case.
Jun 9, 2022
ed7ff04
Fix test case
Jun 9, 2022
6fdbb46
Fix test case
Jun 9, 2022
e9d8fb9
java serve:Fix the bugs found in the debugging
yaxife Jun 13, 2022
0a3a75b
Merge branch 'serve-java-api' of github.com:alipay/ray into serve-jav…
yaxife Jun 13, 2022
08eca22
java serve:Fix the bugs found in the debugging
yaxife Jun 13, 2022
198b8a4
java serve: formatted code style
yaxife Jun 13, 2022
1cd8339
java serve: ControllerAvatar support actor fo
yaxife Jun 13, 2022
a8b69b9
java serve: ControllerAvatar support actor fo
yaxife Jun 13, 2022
d1d2115
fix unit test bug
yaxife Jun 13, 2022
be4b32c
fix test unit bug
yaxife Jun 13, 2022
842acfb
fix test unit bug
yaxife Jun 13, 2022
333f8a3
longpollclient support servecontext controll config
yaxife Jun 14, 2022
3899765
fix ReplicaSetTest#updateWorkerReplicasTest error
yaxife Jun 14, 2022
135ac25
fix unit test error
yaxife Jun 14, 2022
882c3ea
fix unit test bug
yaxife Jun 14, 2022
875b941
fix update userconfig no work
yaxife Jun 14, 2022
19e44cd
format code style:serve/src/test/java/io/ray/serve/RayServeReplicaTes…
yaxife Jun 14, 2022
182887c
fix serve get namespace npe bug
yaxife Jun 14, 2022
8a066ba
format code style:serve/src/main/java/io/ray/serve/api/Serve.java
yaxife Jun 14, 2022
c274db0
reopen ray core unit test
yaxife Jun 14, 2022
3fa4747
Fix comment.
Jun 15, 2022
4fddf90
add deployment unit test;xlang rename to java
yaxife Jun 15, 2022
d75d08f
Merge branch 'serve-java-api' of github.com:alipay/ray into serve-jav…
yaxife Jun 15, 2022
0ccaebe
Java Serve all Serve actors in the 'serve' namespace. #25575
Jun 15, 2022
b0cd5aa
Fix test case.
Jun 15, 2022
10e1db6
python http proxy support java replica
yaxife Jun 15, 2022
f59ec9d
Merge branch 'serve-java-api' of github.com:alipay/ray into serve-jav…
yaxife Jun 15, 2022
fcd765a
Fix test case.
Jun 15, 2022
f5aef9a
fix merge master conflict
yaxife Jun 15, 2022
10968f9
fix java compile error after merge master branch
yaxife Jun 15, 2022
ea3edb5
format python code style
yaxife Jun 15, 2022
ab690d5
fix conflict
yaxife Jun 15, 2022
869a0f0
remove api_language field from deployment_config
yaxife Jun 15, 2022
299bca9
format code style
yaxife Jun 15, 2022
e0f8e75
Revert the package-lock.json change.
Jun 16, 2022
3ab6a6b
add new line at end of file.
Jun 16, 2022
2671af3
Move namespace maintaining to BaseTest.
Jun 16, 2022
1402e98
fix test unit error
yaxife Jun 16, 2022
568428b
Fix test case
Jun 16, 2022
7a54c4c
Merge branch 'serve-java-api' of github.com:alipay/ray into serve-jav…
Jun 16, 2022
13b8dec
fix python unit test error
yaxife Jun 16, 2022
2bfd3c3
Merge branch 'serve-java-api' of github.com:alipay/ray into serve-jav…
yaxife Jun 16, 2022
d70643b
fix auto scaling unit test bug
yaxife Jun 16, 2022
1f8ebb7
fix unit test error
yaxife Jun 16, 2022
67ec04d
Increase serve unit test robustness
yaxife Jun 16, 2022
ae94f33
format code style
yaxife Jun 16, 2022
728ceaf
java serve:The default http port 8000 is occupied by other processes …
yaxife Jun 16, 2022
68dce9b
DeploymentTest only run in culster mode
yaxife Jun 16, 2022
c460d4d
Change testng guava exclusion to dependencies.bzl
Jun 21, 2022
50ab006
Merge branch 'master' of https://github.com/ray-project/ray into serv…
simon-mo Jun 27, 2022
044a287
Merge branch 'master' of github.com:ray-project/ray into serve-java-api
simon-mo Jun 30, 2022
110e12e
comments and cleanup
simon-mo Jun 30, 2022
fd1699a
lint
simon-mo Jul 6, 2022
37719e6
fix test
simon-mo Jul 6, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions java/dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def gen_java_deps():
version = "7.3.0",
exclusions = [
"org.yaml:snakeyaml",
"com.google.guava:guava",
]
),
],
Expand Down
87 changes: 0 additions & 87 deletions java/serve/src/main/java/io/ray/serve/DeploymentConfig.java

This file was deleted.

46 changes: 0 additions & 46 deletions java/serve/src/main/java/io/ray/serve/DeploymentVersion.java

This file was deleted.

46 changes: 0 additions & 46 deletions java/serve/src/main/java/io/ray/serve/RayServeConfig.java

This file was deleted.

115 changes: 0 additions & 115 deletions java/serve/src/main/java/io/ray/serve/ReplicaConfig.java

This file was deleted.

72 changes: 0 additions & 72 deletions java/serve/src/main/java/io/ray/serve/api/Client.java

This file was deleted.

Loading