ring_logger icon indicating copy to clipboard operation
ring_logger copied to clipboard

Command concatenation support in viewer

Open Shivaji-Dhepale opened this issue 1 year ago • 2 comments

This PR introduces Command concatenation support in viewer TUI:

Command string can be as follows:

> a app1; l debug

Command concatenation support in viewer: existing commands now can be concatenated in single command using semicolon ( ; )

Testing:

Unit Test cases are updated for these enhancements.

Conducted manual testing to validate the functionality of the new enhancements, ensuring backward compatibility.

Demo: image

Shivaji-Dhepale avatar Feb 18 '25 14:02 Shivaji-Dhepale

Hi @fhunleth , As requested, I have created a separate PR for the Command concatenation support in viewer TUI. Please provide your suggestions.

Shivaji-Dhepale avatar Feb 24 '25 10:02 Shivaji-Dhepale

Hi @fhunleth, image This test failure appears to be happening randomly and only for one of the Elixir base images. The difference in assertion results suggests a potential issue with ANSI escape codes or encoding inconsistencies. Could you please retrigger the pipeline to see if this is a transient issue?

Shivaji-Dhepale avatar Mar 31 '25 12:03 Shivaji-Dhepale