This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch feature/CAMEL-24003-cli-activity-connector
in repository https://gitbox.apache.org/repos/asf/camel.git


    from e8cfea198740 CAMEL-24003: Add unit test for ListActivity CLI command
     add ab76ff9c8fd8 CAMEL-24003: Add TUI Activity tab for live exchange 
monitoring
     add b476258d4ff9 CAMEL-24003: Use HistoryTab-style show BHPV footer hints 
in ActivityTab
     add 930991a655f4 chore: fix missing trailing space in show hint key for 
HistoryTab and ErrorsTab
     add 1db9e037930f chore: improve TUI footer hints for Activity tab and 
detail scroll labels
     add 5b6512a4e2c3 CAMEL-24003: Add F1 help text for Activity tab

No new revisions were added by this update.

Summary of changes:
 .../camel/impl/console/ActivityDevConsole.java     |  22 +-
 .../tui/{ErrorInfo.java => ActivityEntry.java}     |  14 +-
 .../dsl/jbang/core/commands/tui/ActivityTab.java   | 403 +++++++++++++++++++++
 .../dsl/jbang/core/commands/tui/AiLogPopup.java    |   2 +-
 .../dsl/jbang/core/commands/tui/CamelMonitor.java  |  13 +
 .../core/commands/tui/DataRefreshService.java      |  26 ++
 .../dsl/jbang/core/commands/tui/ErrorsTab.java     |   4 +-
 .../dsl/jbang/core/commands/tui/HistoryTab.java    |   2 +-
 .../jbang/core/commands/tui/IntegrationInfo.java   |   1 +
 .../dsl/jbang/core/commands/tui/McpFacade.java     |   2 +-
 .../dsl/jbang/core/commands/tui/McpLogPopup.java   |   2 +-
 .../dsl/jbang/core/commands/tui/MemoryLeakTab.java |   2 +-
 .../dsl/jbang/core/commands/tui/SqlTraceTab.java   |   2 +-
 .../dsl/jbang/core/commands/tui/StatusParser.java  |  60 +++
 .../dsl/jbang/core/commands/tui/TabRegistry.java   |  24 +-
 .../dsl/jbang/core/commands/tui/TuiIcons.java      |   3 +-
 16 files changed, 542 insertions(+), 40 deletions(-)
 copy 
dsl/camel-jbang/camel-jbang-plugin-tui/src/main/java/org/apache/camel/dsl/jbang/core/commands/tui/{ErrorInfo.java
 => ActivityEntry.java} (90%)
 create mode 100644 
dsl/camel-jbang/camel-jbang-plugin-tui/src/main/java/org/apache/camel/dsl/jbang/core/commands/tui/ActivityTab.java

Reply via email to