ray/python/ray
Yi Cheng 4480132229
[core] Integration runtime_env with ray client (#14881)
* server side ready

* client size

* py

* fix

* up

* format

* add files

* add pyx

* up

* up

* up

* add keys

* format

* update

* format

* add unittests

* add files

* up

* up

* fix

* up

* fix thread issue

* format

* fix

* update proto

* Fix

* format

* fix

* more

* fix conflict

* fix

* fix order

* format

* add

* up

* compiling fix

* lint

* fix

* format

* fix some

* some fix

* fix comment

* test cases

* add test

* comments

* fix name

* format

* fix

* revert gcs-kv

* fix comments

* fix failure

* fix test

* format

* fix timeout

* fix

* fix

* fix

* format

* format

* fix flaky test

Co-authored-by: Yi Cheng <singye888@gmail.com>
2021-03-31 11:39:34 -07:00
..
_private [core] Integration runtime_env with ray client (#14881) 2021-03-31 11:39:34 -07:00
autoscaler [Docker] Run docker stop in parallel (#14901) 2021-03-31 08:41:52 -07:00
cloudpickle update cloudpickle to commit 6e0f571 (#14693) 2021-03-16 12:36:43 -07:00
core Define common data structures with protobuf. (#5121) 2019-07-08 22:41:37 +08:00
dataframe Dataframe deprecation (#2353) 2018-07-06 00:16:22 -07:00
experimental [core] Integration runtime_env with ray client (#14881) 2021-03-31 11:39:34 -07:00
includes Revert "[core] Fix worker type in python (#14823)" (#14910) 2021-03-24 13:27:56 -07:00
internal [RFC] Ray memory improvements: format and summary (#14520) 2021-03-28 21:03:06 -07:00
ray_operator [Core] First pass at privatizing non-public Python APIs. (#14607) 2021-03-10 22:47:28 -08:00
scripts [RFC] Ray memory improvements: format and summary (#14520) 2021-03-28 21:03:06 -07:00
serve [serve] Add tests for reconnecting to cluster with ray client (#15029) 2021-03-31 10:08:12 -05:00
tests [core] Integration runtime_env with ray client (#14881) 2021-03-31 11:39:34 -07:00
tune [Tune] Wandb API Key File Compatibility with Ray Client (#14942) 2021-03-29 15:39:54 +02:00
util [core] Integration runtime_env with ray client (#14881) 2021-03-31 11:39:34 -07:00
workers Revert "[core] Fix worker type in python (#14823)" (#14910) 2021-03-24 13:27:56 -07:00
__init__.py Revert "[core] Fix worker type in python (#14823)" (#14910) 2021-03-24 13:27:56 -07:00
_raylet.pxd Fix load code from local (#12102) 2021-03-24 11:49:58 +08:00
_raylet.pyi [Core] Type check ObjectRef (#9856) 2020-08-11 10:38:29 -07:00
_raylet.pyx Revert "[core] Fix worker type in python (#14823)" (#14910) 2021-03-24 13:27:56 -07:00
actor.py cleanup python code (#14691) 2021-03-17 10:45:05 -07:00
cluster_utils.py [Core] Adds deprecation decorator and fixes privatization of a few APIs. (#14811) 2021-03-22 10:31:50 -07:00
cross_language.py fix cross language ut (#11492) 2020-10-20 14:14:40 +08:00
exceptions.py [Code Cleanup] Switch to use ray.util.get_node_ip_address() (#14741) 2021-03-18 13:10:57 -07:00
external_storage.py Refactor object restoration path (#14821) 2021-03-25 22:46:50 -07:00
gcs_utils.py Split heartbeat message (#12535) 2020-12-11 21:19:57 +08:00
job_config.py [core] Integration runtime_env with ray client (#14881) 2021-03-31 11:39:34 -07:00
new_dashboard [Dashboard] New dashboard skeleton (#9099) 2020-07-27 11:34:47 +08:00
nightly-wheels.yaml Bump dev branch to 2.0 to avoid endless version bump toil (#13497) 2021-01-15 17:41:17 -08:00
node.py [Core] Remove code paths that run plasma store as a process (#14924) 2021-03-30 16:19:03 -07:00
profiling.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
py.typed Support ray task type checking (#9574) 2020-07-21 19:05:42 -07:00
ray_cluster_perf.py [Core] Adds deprecation decorator and fixes privatization of a few APIs. (#14811) 2021-03-22 10:31:50 -07:00
ray_constants.py [Core] Remove code paths that contains plasma store executable (#14950) 2021-03-28 21:22:14 -07:00
ray_perf.py [ray_client] add client microbenchmarks (#13007) 2020-12-21 12:17:44 -08:00
remote_function.py Incremental refactor of runtime_env for consistency (#14632) 2021-03-16 10:11:50 -07:00
resource_spec.py [Code Cleanup] Switch to use ray.util.get_node_ip_address() (#14741) 2021-03-18 13:10:57 -07:00
rllib [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
runtime_context.py [Doc] Ray logging document. (#14102) 2021-02-16 15:27:30 -08:00
serialization.py [Core] Make Actor DEAD and Save Exceptions in GCS When Error Happens in Constructor (#14211) 2021-03-17 12:50:28 -07:00
services.py [Code Cleanup] Switch to use ray.util.get_node_ip_address() (#14741) 2021-03-18 13:10:57 -07:00
setup-dev.py [Kubernetes][autoscaler] Deep copy in K8s Node Provider to fix scaling issues (#14773) 2021-03-18 18:17:57 -05:00
state.py [Core] Remove unnecessary redis connection (#14511) 2021-03-26 10:29:12 -07:00
streaming [Streaming] Streaming data transfer and python integration (#6185) 2019-12-10 20:33:24 +08:00
test_utils.py [core] Integration runtime_env with ray client (#14881) 2021-03-31 11:39:34 -07:00
utils.py [Core] Adds deprecation decorator and fixes privatization of a few APIs. (#14811) 2021-03-22 10:31:50 -07:00
worker.py [core] Integration runtime_env with ray client (#14881) 2021-03-31 11:39:34 -07:00
worker.pyi [Core] Type check ObjectRef (#9856) 2020-08-11 10:38:29 -07:00