Native: Export Logs as Raw and Text & Open Search results in new tab#2549
Merged
AmmarAbouZor merged 6 commits intoesrlabs:native-uifrom May 8, 2026
Merged
Native: Export Logs as Raw and Text & Open Search results in new tab#2549AmmarAbouZor merged 6 commits intoesrlabs:native-uifrom
AmmarAbouZor merged 6 commits intoesrlabs:native-uifrom
Conversation
* Add functionality to export all indexed logs (search + bookmark) in raw format. * Functionality is applied vie context menu on search table only. * Improve Operation tracking by replacing `Done` with `Succeed`, `Failed` and `skipped`
* Support for exporting selected logs in raw format. * Context menu is add to main table as well
* Export context menu command are wired and the workflow from command to modal dialog then to file dialog and export is implementing. * Export modal dialog for DLT/SomeIP to select columns & Change delimiter * Unify columns delimiter in core to avoid specifying it for each format
* Add context menu command to open search results in new tab. * Command will deffer between sources/parsers where we can use export as binary and port the same parser config to and other cases where that isn't possible due to lacking in raw export compatibility. * For cases when not compatible, we open the sessions as texts with suitable delimiter. * Make sure exported sessions will be not tracked in recent sessions.
* Show busy indicator while export is running and also for opening new session with search results * Make sure indicator will be removed on all error code paths
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.
This PR includes: