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

[Dashboard] Dashboard basic modules #10303

Merged
merged 23 commits into from
Aug 30, 2020

Commits on Aug 25, 2020

  1. Improve reporter module

    刘宝 committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    6e1b8ce View commit details
    Browse the repository at this point in the history
  2. Add test_node_physical_stats to test_reporter.py

    刘宝 committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    ee3615d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5da1591 View commit details
    Browse the repository at this point in the history
  4. Add stats_collector module for dashboard

    刘宝 committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    169ec0c View commit details
    Browse the repository at this point in the history
  5. Subscribe actor table data

    刘宝 committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    bef8f0a View commit details
    Browse the repository at this point in the history
  6. Add log module for dashboard

    刘宝 committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    57ab2b4 View commit details
    Browse the repository at this point in the history
  7. Only enable test module in some test cases

    刘宝 committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    c06541f View commit details
    Browse the repository at this point in the history
  8. CI run all dashboard tests

    刘宝 committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    093fb21 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Reduce test timeout to 10s

    刘宝 committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    a3bf3e9 View commit details
    Browse the repository at this point in the history
  2. Use fstring

    刘宝 committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    c1a886f View commit details
    Browse the repository at this point in the history
  3. Remove unused code

    刘宝 committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    e9226eb View commit details
    Browse the repository at this point in the history
  4. Remove blank line

    刘宝 committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    05f4325 View commit details
    Browse the repository at this point in the history
  5. Fix dashboard tests

    刘宝 committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    99d1a4c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ac887c View commit details
    Browse the repository at this point in the history
  7. Add format_web_url to ray.test_utils

    刘宝 committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    ca5c93b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Update dashboard/modules/reporter/reporter_head.py

    Co-authored-by: Max Fitton <[email protected]>
    fyrestone and mfitton committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    e660ca7 View commit details
    Browse the repository at this point in the history
  2. Add DictChangeItem type for Dict change

    刘宝 committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    d9c331f View commit details
    Browse the repository at this point in the history
  3. Refine logger.exception

    刘宝 committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    bf87431 View commit details
    Browse the repository at this point in the history
  4. Refine GET /api/launch_profiling

    刘宝 committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    6304ed1 View commit details
    Browse the repository at this point in the history
  5. Remove disable_test_module fixture

    刘宝 committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    52f9a7d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Merge remote-tracking branch 'origin_ray/master' into dashboard_basic…

    …_modules2
    刘宝 committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    0ed836c View commit details
    Browse the repository at this point in the history
  2. Fix test_basic may fail

    刘宝 committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    6b3e788 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

  1. Merge remote-tracking branch 'origin_ray/master' into dashboard_basic…

    …_modules2
    刘宝 committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    172b6b4 View commit details
    Browse the repository at this point in the history