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

Add visualization based on pygraphviz (requires graphviz installed locally) #34

Closed
wants to merge 63 commits into from

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    ec4390f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13491dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbd2f59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8209941 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bd74a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a730750 View commit details
    Browse the repository at this point in the history
  7. add: first version of workflow string representation

    and some bug fixes
    leclairm committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    c1c36a5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d24627c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0688291 View commit details
    Browse the repository at this point in the history
  10. add: serialized data

    TODO: add test against serialized data
    leclairm committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    6eb2f7c View commit details
    Browse the repository at this point in the history
  11. del: cleanup

    leclairm committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    2612b6c View commit details
    Browse the repository at this point in the history
  12. fix: hatch fmt

    leclairm committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    4e302e0 View commit details
    Browse the repository at this point in the history
  13. fix: hatch fmt

    leclairm committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1f67b84 View commit details
    Browse the repository at this point in the history
  14. fix: hatch fmt

    leclairm committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    55a9f50 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. add: logging

    leclairm committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    1e10b0a View commit details
    Browse the repository at this point in the history
  2. fix: hatch fmt

    leclairm committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    9ed2793 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c148f6 View commit details
    Browse the repository at this point in the history
  4. fix: hatch fmt

    leclairm committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    910eefc View commit details
    Browse the repository at this point in the history
  5. fix: hatch fmt

    leclairm committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    1167d7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68ebef4 View commit details
    Browse the repository at this point in the history
  7. del: remove buttons

    leclairm committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    549f7bc View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    3f3cbc4 View commit details
    Browse the repository at this point in the history
  2. fix: hatch fmt

    leclairm committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    2c93ff0 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. ref: string handling

    leclairm committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    adf1634 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22b9e0f View commit details
    Browse the repository at this point in the history
  3. fix: revert of test order again.

    the other way raises the KeyError we want to avoid when date is out of bounds
    leclairm committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    69a326d View commit details
    Browse the repository at this point in the history
  4. ref: use dataclass for Task as well

    replace custom __init__ by from_config classmethod
    leclairm committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    ce6fa8e View commit details
    Browse the repository at this point in the history
  5. hatch fmt

    leclairm committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    eb2b0ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c877bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2868b0e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    48bb377 View commit details
    Browse the repository at this point in the history
  9. fix: hatch fmt

    leclairm committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    828af69 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    00d3032 View commit details
    Browse the repository at this point in the history
  2. add: test for serialized workflow IR graph

    It doesn't test the non graph part, so data and task descriptions at the
    bottom of the yaml file
    leclairm committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    37bd52f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6391b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f65011 View commit details
    Browse the repository at this point in the history
  5. fix: Climate Science classifier does not exist

    It's a pitty!
    leclairm committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    7967fc3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6daca8 View commit details
    Browse the repository at this point in the history
  7. fix: hatch fmt

    leclairm committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    dbba6fc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d098fe3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c418973 View commit details
    Browse the repository at this point in the history
  10. fix:test: invalid suffix

    leclairm committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    5b5a7e2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cf114a4 View commit details
    Browse the repository at this point in the history
  12. upd: serialized data

    leclairm committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    ae75d89 View commit details
    Browse the repository at this point in the history
  13. del: unused function

    leclairm committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c9d5ce7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    510585f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    78fa026 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fd65e0e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ee023b6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5ad966e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0dfc913 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c48ccd8 View commit details
    Browse the repository at this point in the history
  21. fix: hatch fmt

    leclairm committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    453cb1b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    406f1a5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    40c1a3e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5a39fa7 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    fe93c34 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    da472e0 View commit details
    Browse the repository at this point in the history
  27. fix: hatch fmt

    leclairm committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    593778f View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    8610895 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    b36d5e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fdd1f6 View commit details
    Browse the repository at this point in the history
  3. fix: replace tabs by spaces

    leclairm committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    72a6327 View commit details
    Browse the repository at this point in the history