Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: unfault/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.24
Choose a base ref
...
head repository: unfault/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.25
Choose a head ref
  • 7 commits
  • 8 files changed
  • 1 contributor

Commits on Feb 3, 2026

  1. Display cross-workspace links in graph summary output

    - Add CrossWorkspaceRoute and CrossWorkspaceLink types to API response
    - Add format_egress_with_resolution() to resolve egress to known workspaces
    - Update output_summary_formatted() to show resolved workspace::handler
    Lawouach committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    2301864 View commit details
    Browse the repository at this point in the history
  2. Propagate listening_ports to API during graph ingest

    - Extract listening_ports from IR after building
    - Add listening_ports parameter to ingest_graph() and ingest_graph_with_progress()
    - Append &listening_ports=8080,8081 to ingest start URL
    - Enables cross-workspace HTTP call tracing when multiple services are ingested
    Lawouach committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    2935843 View commit details
    Browse the repository at this point in the history
  3. Detect listening ports from env var defaults in semantics

    - Add WorkspaceMetadata struct for cross-workspace tracing
    - Add build_ir_with_metadata() for workspace-aware IR building
    - Collect listening_ports from all file semantics (detected_ports())
    - Add listening_ports to SerializableGraph for local display
    - Display 'Listens on: 8080' in unfault graph output
    Lawouach committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    614c29e View commit details
    Browse the repository at this point in the history
  4. chore: Bump unfault-core to 0.1.8

    Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
    Lawouach committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    a544ff4 View commit details
    Browse the repository at this point in the history
  5. delint

    Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
    Lawouach committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    b62788f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a1fca6 View commit details
    Browse the repository at this point in the history
  7. Bump to v0.6.25

    Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
    Lawouach committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    19bf6bd View commit details
    Browse the repository at this point in the history
Loading