-
-
Notifications
You must be signed in to change notification settings - Fork 15
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: thomhurst/ModularPipelines
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.125
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: thomhurst/ModularPipelines
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 6 files changed
- 1 contributor
Commits on Jan 18, 2026
-
Configuration menu - View commit details
-
Copy full SHA for d889070 - Browse repository at this point
Copy the full SHA d889070View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ee2800 - Browse repository at this point
Copy the full SHA 5ee2800View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9af5e21 - Browse repository at this point
Copy the full SHA 9af5e21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e02066 - Browse repository at this point
Copy the full SHA 2e02066View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2ab0a7 - Browse repository at this point
Copy the full SHA d2ab0a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c25be4 - Browse repository at this point
Copy the full SHA 2c25be4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c523f62 - Browse repository at this point
Copy the full SHA c523f62View commit details -
fix(console): address PR review feedback for deferred output
- Fix race condition: move SetProgressActive(true) inside _phaseLock to prevent modules from completing before OutputCoordinator knows progress is active - Add explicit SetProgressActive(false) when creating NoOpProgressSession for state consistency - Restore "Some output may be lost" warning in timeout message
Configuration menu - View commit details
-
Copy full SHA for 2cff4d6 - Browse repository at this point
Copy the full SHA 2cff4d6View commit details -
fix(console): address second round of PR review feedback
- Add separate _deferredLock for deferred operations to reduce lock contention with immediate flush operations - Clear stale deferred outputs when SetProgressActive(true) is called to prevent memory leaks from previous crashed pipeline runs - Improve DisposeAsync documentation to clarify it's a safety net and the primary flush happens in PipelineOutputScope.DisposeAsync
Configuration menu - View commit details
-
Copy full SHA for 4dddd71 - Browse repository at this point
Copy the full SHA 4dddd71View commit details -
fix(console): address third round of PR review feedback
- Remove IAsyncDisposable implementation (dead code - DI container doesn't automatically dispose async disposables for singletons) - Clear deferred outputs when SetProgressActive(false) is called to handle cancellation scenarios where FlushDeferredAsync wasn't called - This ensures memory cleanup happens whenever progress ends, regardless of whether it was cancelled or completed normally
Configuration menu - View commit details
-
Copy full SHA for c9be15a - Browse repository at this point
Copy the full SHA c9be15aView commit details -
+semver:minor - Merge pull request #2227 from thomhurst/feature/defer…
…red-output-flush feat: defer module output until pipeline end when live progress enabled
Configuration menu - View commit details
-
Copy full SHA for 3d69c4c - Browse repository at this point
Copy the full SHA 3d69c4cView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.0.125...v3.1.0