Display Logs in workflow UI - #1566#1566 - #1584
Closed
hazdl wants to merge 2 commits into
Closed
Conversation
hazdl
requested review from
JamesDoingStuff,
TBThomas56,
davehadley and
iamvigneshwars
September 1, 2026 14:48
fix:taskname added, log seletion done refactor: the log handling on on the webpage Support archived S3 logs in subscriptions fix: display logs like the archieved ones fix: the link to s3 main.log working fix: preserve task logs after pod completion while workflow continues test: align log retrieval tests with S3-first archive lookup feat(logs): retrieve archived task logs when live stream ends fix: error mssages fix: update task selection tests and React Flow mocks fix: resolve workflow view tests and lint issues fix: resolve workflow nullability and lint errors fix: resolve workflow nullability and lint errors fix: format SingleWorkflowView with Prettier
hazdl
force-pushed
the
investigate-logs
branch
from
September 1, 2026 15:02
6fcc3d7 to
80fa3be
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Display Logs Subscription on Workflow --- AP-1112
Added real time tasks logs, and support for retrieving archived task logs from S3 using:
//main.log
Running tasks continue to use the existing GraphQL subscription and stream logs in real time
Completed tasks retrieve archived logs from S3
Fixed S3 configuration issues including:
Endpoint configuration
Path-style URL support
Credentials
Bucket configuration
Added filtering of Argo infrastructure log noise from displayed logs