mattcasters opened a new pull request, #7951:
URL: https://github.com/apache/hop/pull/7951

   ## What
   Adds pipeline/workflow **error** and **stalled** icons in the Execution 
Information perspective so failed and stale executions are visible without 
relying only on row background color.
   
   - New SVGs: `pipeline-error`, `pipeline-stalled`, `workflow-error`, 
`workflow-stalled`
   - Tree items and open viewer tabs use the matching icon
   - Existing background tints stay (failed = light red, stalled = light gray, 
running = muted blue)
   - Failed wins over stalled; finished/running keep the default icon
   
   Fixes #2267
   
   ## How to test
   1. Open the Execution Information perspective after running some 
pipelines/workflows with an execution information location configured.
   2. A failed execution should show the pipeline/workflow icon with a red `!`.
   3. A running execution that stops updating (stale beyond the location 
logging interval) should show the orange `?` badge.
   4. Refresh an open viewer tab and confirm the tab icon updates with the same 
status.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to