ray/dashboard/modules
Alex Wu 7a45f60dbc
[autoscaler] Fix ray.autoscaler.sdk import issue (#21795)
This PR moves the sdk to its own folder, then includes everything in `import ray.autoscaler.sdk` in ray's import path. 

Note: that there were circular dependencies in naively doing this because the ray core now uses constants that were defined in the autoscaler for internal kv operations (and the autoscaler similarly calls into the ray core). The solution was to move those internal kv keys into ray core constants so the imports flow (more) one way.

Co-authored-by: Alex Wu <alex@anyscale.com>
2022-01-25 14:43:24 -08:00
..
actor [Dashboard] Make dashboard / agent work in minimal ray installation 1/3. (#21774) 2022-01-23 21:11:32 -08:00
event [Dashboard] Make dashboard / agent work in minimal ray installation 1/3. (#21774) 2022-01-23 21:11:32 -08:00
job [Dashboard] Make dashboard / agent work in minimal ray installation 1/3. (#21774) 2022-01-23 21:11:32 -08:00
log [Dashboard] Make dashboard / agent work in minimal ray installation 1/3. (#21774) 2022-01-23 21:11:32 -08:00
node Fix dashboard test bug (#21742) 2022-01-24 11:38:51 -06:00
reporter [autoscaler] Fix ray.autoscaler.sdk import issue (#21795) 2022-01-25 14:43:24 -08:00
runtime_env [runtime_env] Make pip installs incremental (#20341) 2021-12-14 15:55:18 -08:00
snapshot [Dashboard] Make dashboard / agent work in minimal ray installation 1/3. (#21774) 2022-01-23 21:11:32 -08:00
test [Dashboard] Make dashboard / agent work in minimal ray installation 1/3. (#21774) 2022-01-23 21:11:32 -08:00
tune [Dashboard] Make dashboard / agent work in minimal ray installation 1/3. (#21774) 2022-01-23 21:11:32 -08:00
__init__.py [Dashboard] New dashboard skeleton (#9099) 2020-07-27 11:34:47 +08:00