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

Task names, and various GraphVizExt and PlotsExt improvements #560

Merged
merged 12 commits into from
Aug 21, 2024

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    a6feb8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb9c651 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ec746d View commit details
    Browse the repository at this point in the history
  4. PlotsExt: Add legend

    jpsamaroo committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c0781fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    841c067 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Task names and GraphVizExt improvements

    at-spawn: Add `name` option for custom task names
    logging: Allow `DTask` in `logs_annotate!`
    logging: Allow `DArray` in `logs_annotate!` (labels array chunks)
    logging: Add task result, DTask-to-Thunk, UID-to-TID logging events
    logging: Add `all_task_deps` option to `enable_logging!` for convenience
    GraphVizExt: Properly label tasks and objects
    GraphVizExt: Show box for task and oval for object
    GraphVizExt: Improve connectivity checks
    GraphVizExt/PlotsExt: Change default colors to Tab20
    PlotsExt: Add processor and scheduler visualization modes
    PlotsExt: Remove unused plotting implementation
    PlotsExt: Ensure X axis is globally aligned
    jpsamaroo committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    0f07a91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42597ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23f2e24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb91d85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68710db View commit details
    Browse the repository at this point in the history
  6. add show_logs for graphviz

    m-fila authored and jpsamaroo committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    27c4100 View commit details
    Browse the repository at this point in the history
  7. logging/viz: Move logs_to_dot and utils into Dagger

    Co-Authored-By: Mateusz Jakub Fila <[email protected]>
    jpsamaroo and m-fila committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    09a9cf2 View commit details
    Browse the repository at this point in the history