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

feat(graph): enable composite graph functionality #27789

Merged
merged 8 commits into from
Sep 25, 2024
Merged

Commits on Sep 24, 2024

  1. feat(graph): enable composite graph functionality

    This PR enables composite graph functionality:
    - Experimental feature to enable Composite Graph
    - In Composite Graph mode:
      - Nodes are shown by default.
      - Show/Hide All Projects function similarly to regular mode
      - Focus a Composite Node renders the inner nodes with up-to 3
    additional containers: Green area contains external nodes that depend on
    the inner nodes; Orange area contains external nodes that the inner
    nodes depend depend on; Purple area contains external nodes with
    circular dependencies with the inner nodes.
        - Focused node can be unfocus/reset.
        - Only one node can be focused at one given time.
        - Show All projects while having a focused node will unfocus the
    node.
      - Expand a Composite Node renders the inner nodes of the composite
    node in-place (i.e: still keep the context of the current graph).
    Expanded node can be collapsed to go back.
    nartc committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    92c89b4 View commit details
    Browse the repository at this point in the history
  2. chore(graph): update package

    nartc committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    705a61d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4581834 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b497b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8519b0 View commit details
    Browse the repository at this point in the history
  6. feat(graph): update graph

    nartc committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    cda1329 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f8bc5ba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b2d2560 View commit details
    Browse the repository at this point in the history