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

Data store avoid graph re-walk #5660

Merged
merged 14 commits into from
Nov 2, 2023

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    e1245a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a988d9 View commit details
    Browse the repository at this point in the history
  3. window depth finder

    dwsutherland committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    6977987 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfb6c34 View commit details
    Browse the repository at this point in the history
  5. nEdgeDistance API field

    dwsutherland committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    5726dda View commit details
    Browse the repository at this point in the history
  6. graph depth API args

    dwsutherland committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    c3fb497 View commit details
    Browse the repository at this point in the history
  7. tests added

    dwsutherland committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    c06cfdd View commit details
    Browse the repository at this point in the history
  8. increment_graph_window: test transient tasks

    * Sometimes tasks may appear in the n-window, then dissappear only to
      reappear at a later time.
    * This is a difficult case for the `increment_graph_window` to handle.
    * See cylc#5660
    oliver-sanders authored and dwsutherland committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    a2366ae View commit details
    Browse the repository at this point in the history
  9. xtrigger TODO comment ref

    Co-authored-by: Oliver Sanders <[email protected]>
    dwsutherland and oliver-sanders committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    9b7eb68 View commit details
    Browse the repository at this point in the history
  10. increment_graph_window: test deltas and window resizing

    * Test the added, updated and pruned deltas created
      by increment_graph_window as the window changes.
    * Test window resizing with n=1,2,3
    oliver-sanders authored and dwsutherland committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    b77e697 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    57bea9d View commit details
    Browse the repository at this point in the history
  12. fix updated deltas test

    dwsutherland committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    2ab4022 View commit details
    Browse the repository at this point in the history
  13. fix prune at start

    dwsutherland committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8163ecb View commit details
    Browse the repository at this point in the history
  14. review fix-ups

    dwsutherland committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    bc1a017 View commit details
    Browse the repository at this point in the history