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: Zipstack/unstract-python-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.0
Choose a base ref
...
head repository: Zipstack/unstract-python-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.1
Choose a head ref
  • 4 commits
  • 7 files changed
  • 4 contributors

Commits on Jun 19, 2026

  1. [FIX] Skip un-clonable connectors gracefully; cascade to dependent wo…

    …rkflows
    
    OAuth-backed and redacted-metadata connectors can't be recreated via the
    Platform API (credentials can't be minted server-side). Previously they were
    skipped but their workflows/pipelines were still cloned connector-less, so
    every scheduled run failed.
    
    - connector: adopt a same-name target connector before recreating, so an
      operator who provisions one on the target (where OAuth completes) gets it
      adopted on re-run, wiring dependent endpoints.
    - connector: record genuinely-skipped connector ids + surface a report warning.
    - workflow: cascade-skip workflows whose endpoints use a skipped connector;
      pipeline / api_deployment / tool_instance cascade off the missing remap.
    - report: surface frictionless tool/workflow skips as warnings, not just logs.
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01CsGrHbs5SWmQkKqiimg6CF
    chandrasekharan-zipstack and claude committed Jun 19, 2026
    Configuration menu
    Copy the full SHA
    caf700a View commit details
    Browse the repository at this point in the history
  2. [FIX] Address Greptile: report all workflow skip reasons in one pass

    - workflow: a workflow blocked by both a skipped tool and a skipped connector
      now surfaces both reasons instead of only the first (no extra re-run to learn
      the second blocker).
    - tests: assert the tool-skip cascade emits its report warning; cover the
      dual-skip (tool + connector) case.
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01CsGrHbs5SWmQkKqiimg6CF
    chandrasekharan-zipstack and claude committed Jun 19, 2026
    Configuration menu
    Copy the full SHA
    bc374e9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #22 from Zipstack/clone-skip-oauth-connectors

    [FIX] Skip un-clonable connectors gracefully; cascade to dependent workflows
    chandrasekharan-zipstack authored Jun 19, 2026
    Configuration menu
    Copy the full SHA
    92738b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d22180a View commit details
    Browse the repository at this point in the history
Loading