This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch feature/CAMEL-23672-tui-documentation
in repository https://gitbox.apache.org/repos/asf/camel.git
discard cf697189e803 CAMEL-23672: TUI - Refine doc page messaging: dev tool,
not production monitor
discard 4a643de91d54 CAMEL-23672: TUI - Rewrite documentation page with AI/MCP
focus
discard c91b63ef1474 CAMEL-23672: TUI - Convert demo recordings to animated GIF
discard fae31605058e CAMEL-23672: TUI - Re-record hello demo and add topology
demo recordings
discard cc249d852eb0 CAMEL-23672: TUI - Update hello demo tape and add route
topology demo
discard 7615a71a1bd9 CAMEL-23672: TUI - Add documentation page
add b3830a04924f CAMEL-23672: TUI - Diagram external toggle with three
modes (off/edges/all) (#23809)
add ee441f635a17 CAMEL-23672: TUI - Add documentation page
add 97e33312c991 CAMEL-23672: TUI - Update hello demo tape and add route
topology demo
add 64f3b7eec188 CAMEL-23672: TUI - Re-record hello demo and add topology
demo recordings
add 98874f5d4985 CAMEL-23672: TUI - Convert demo recordings to animated GIF
add 514bc45aaa16 CAMEL-23672: TUI - Rewrite documentation page with AI/MCP
focus
add 55def08b8485 CAMEL-23672: TUI - Refine doc page messaging: dev tool,
not production monitor
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (cf697189e803)
\
N -- N -- N refs/heads/feature/CAMEL-23672-tui-documentation
(55def08b8485)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../org/apache/camel/diagram/TopologyHelper.java | 69 ++++++
.../dsl/jbang/core/commands/tui/ActionsPopup.java | 42 +++-
.../dsl/jbang/core/commands/tui/CamelMonitor.java | 245 +++++++++++++++++++++
.../jbang/core/commands/tui/DiagramSupport.java | 144 +++++++++++-
.../dsl/jbang/core/commands/tui/DiagramTab.java | 239 ++++++++++++++++++--
.../dsl/jbang/core/commands/tui/DrawOverlay.java | 97 +++++++-
.../dsl/jbang/core/commands/tui/ErrorsTab.java | 8 +-
.../dsl/jbang/core/commands/tui/FilesBrowser.java | 24 ++
.../camel/dsl/jbang/core/commands/tui/LogTab.java | 2 +-
.../dsl/jbang/core/commands/tui/RoutesTab.java | 11 +-
.../jbang/core/commands/tui/SearchHighlighter.java | 4 +
.../dsl/jbang/core/commands/tui/TuiCommand.java | 47 +++-
.../dsl/jbang/core/commands/tui/TuiMcpServer.java | 224 ++++++++++++++++++-
.../tui/diagram/TopologyDiagramWidget.java | 3 +-
.../tui/diagram/TopologyMinimapWidget.java | 13 +-
15 files changed, 1117 insertions(+), 55 deletions(-)