-
Notifications
You must be signed in to change notification settings - Fork 575
UN-2966 [FEAT] Auto-refresh and controls for execution logs #1687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
chandrasekharan-zipstack
merged 30 commits into
main
from
UN-2966-auto-refresh-execution-logs
Dec 8, 2025
Merged
Changes from 12 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
9df0e7b
UN-2454 [FIX] Avoid polling infinitely for in-progress execution
chandrasekharan-zipstack cc00f33
Revert accidental changes to index.js and workers dependencies
chandrasekharan-zipstack 01f088f
UN-2454 [FIX] Fix date handling and polling logic in logging components
chandrasekharan-zipstack 1461cec
Update frontend/src/components/logging/detailed-logs/DetailedLogs.jsx
chandrasekharan-zipstack 944448c
UN-2454 [FIX] Use isFinite() for robust date validation in logging co…
chandrasekharan-zipstack 2be28eb
UN-2454 [FIX] Resolve stale closure bug in polling state management
chandrasekharan-zipstack 74cd6f1
Merge branch 'main' into UN-2454-avoid-polling-infinitely-for-inprogr…
chandrasekharan-zipstack 54bd701
Merge branch 'main' into UN-2454-avoid-polling-infinitely-for-inprogr…
chandrasekharan-zipstack ae2d07a
minor: Addressed a code smell
chandrasekharan-zipstack 444541d
Merge branch 'main' into UN-2454-avoid-polling-infinitely-for-inprogr…
chandrasekharan-zipstack da00c68
wip: Refresh and data filter above table
chandrasekharan-zipstack a7dddcc
UN-2966 [FEAT] Auto-refresh toggle and controls for execution logs
chandrasekharan-zipstack 3d77a73
UN-2966 [FEAT] Enhanced execution logs UI with improved layout and co…
chandrasekharan-zipstack 7adc8f8
UN-2966 [REFACTOR] Clean up DetailedLogs layout and improve UI
chandrasekharan-zipstack 2e64511
UN-2966 [FEAT] Table layout, column visibility controls and paginatio…
chandrasekharan-zipstack fb1fbc3
UN-2966 [REFACTOR] Improve DetailedLogs table column sizing with perc…
chandrasekharan-zipstack 4d0ae31
Merge branch 'main' into UN-2966-auto-refresh-execution-logs
chandrasekharan-zipstack f13e078
UN-2966 [FEATURE] Add sorting and execution ID filter to logs
chandrasekharan-zipstack 429c8f3
UN-2966 [FIX] Resolve CodeRabbit review comments
chandrasekharan-zipstack 4e38b8f
UN-2966 [FIX] Use UUIDFilter for execution id field
chandrasekharan-zipstack 9f63063
UN-2966 [FIX] Disable refresh controls when execution reaches termina…
chandrasekharan-zipstack 1ea5745
UN-2966 [FIX] Add PropTypes validation for StatusMessageCell
chandrasekharan-zipstack 0752e5f
UN-2966 [FIX] Address SonarQube code smells in logging components
chandrasekharan-zipstack 25da9a0
UN-2966 [FIX] Prevent Action column from being hidden in visibility menu
chandrasekharan-zipstack 9a756ea
UN-2966 [FIX] Add error handling for clipboard operations
chandrasekharan-zipstack 71fbf30
UN-2966 [FIX] Mark StatusMessageCell text prop as required
chandrasekharan-zipstack 33d2709
UN-2966 [FIX] Add missing id dependency to useEffect
chandrasekharan-zipstack 68febdb
UN-2966 [REFACTOR] Move SearchFilterIcon inline style to CSS
chandrasekharan-zipstack 98b2bb5
UN-2966 [REFACTOR] Extract inline component definitions to module level
chandrasekharan-zipstack d526f5c
UN-2966 [REFACTOR] Remove unnecessary arrow function wrapper from tit…
chandrasekharan-zipstack File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,7 +19,7 @@ | |
| margin-right: 20px; | ||
| } | ||
|
|
||
| .column-filter-dropdown{ | ||
| .column-filter-dropdown { | ||
| margin-bottom: 20px; | ||
| } | ||
|
|
||
|
|
||
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.