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
discard d409d4eec6c6 CAMEL-24003: Widen Overview FAIL column to avoid
truncating age
discard 42646d1cfd74 CAMEL-24003: Address review feedback - fix FQCNs and
remove dead filter field
discard acf28d16b6e7 CAMEL-24003: Add Detail title to Activity tab panel and
shrink stats panel
discard b61877ec5d67 CAMEL-24003: Remove body/headers/properties/variables
from Activity tab
discard 0823a55dc926 CAMEL-24003: Enhance TUI Activity tab with stats panel,
endpoint sends, pause and time filter
discard 4689b01dde13 CAMEL-24003: Add F1 help text for Activity tab
discard 590c5e27ab89 chore: improve TUI footer hints for Activity tab and
detail scroll labels
discard 27548f8ccf01 chore: fix missing trailing space in show hint key for
HistoryTab and ErrorsTab
discard f4201264a171 CAMEL-24003: Use HistoryTab-style show BHPV footer hints
in ActivityTab
discard 8b04e6797a3a CAMEL-24003: Add TUI Activity tab for live exchange
monitoring
discard 787ece16499a CAMEL-24003: Add unit test for ListActivity CLI command
discard 12e6a708f821 CAMEL-24003: Add camel get activity CLI command
discard 6b7c4048a477 CAMEL-24003: Wire activity data into CLI connector
add 133e522f952e CAMEL-24029: Fix flaky camel-core tests using timed
assertions (#24630)
add 3009c0da4c7e CAMEL-24030: Fix flaky SchedulerNoPolledMessagesTest
(#24631)
add 148ac28d67cb CAMEL-24031: Fix flaky JmsAddAndRemoveRouteManagementIT
(#24632)
add 9b0c0487c7e2 CAMEL-24003: Wire activity data into CLI connector
add 01823282c38f CAMEL-24003: Add camel get activity CLI command
add a9f605bcbebb CAMEL-24003: Add unit test for ListActivity CLI command
add 3145a0f40f5e CAMEL-24003: Add TUI Activity tab for live exchange
monitoring
add 41a5443feb7f CAMEL-24003: Use HistoryTab-style show BHPV footer hints
in ActivityTab
add 1621290883b5 chore: fix missing trailing space in show hint key for
HistoryTab and ErrorsTab
add 7a171c916b90 chore: improve TUI footer hints for Activity tab and
detail scroll labels
add 2d5186fb2f7d CAMEL-24003: Add F1 help text for Activity tab
add ac0f85ec230d CAMEL-24003: Enhance TUI Activity tab with stats panel,
endpoint sends, pause and time filter
add c00d38a155bc CAMEL-24003: Remove body/headers/properties/variables
from Activity tab
add e2c58ea58654 CAMEL-24003: Add Detail title to Activity tab panel and
shrink stats panel
add e23aa7d4a697 CAMEL-24003: Address review feedback - fix FQCNs and
remove dead filter field
add cc805d91e175 CAMEL-24003: Widen Overview FAIL column to avoid
truncating age
add e97544c0ee1e CAMEL-24003: Fix infra popup port dialog navigation and
align cycling style
add 92438c6fbd06 CAMEL-24003: Fix Errors tab detail panel layout, title,
exception duplication, and type shortening
add aa5e6d5e8f05 CAMEL-24003: Add Detail title to History tab detail panels
add 4774747f112b CAMEL-24003: Improve Errors tab message history with
colored route IDs and error highlight
add 828635650abf CAMEL-24003: Improve Activity summary with percentiles,
error rate, throughput rate
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 (d409d4eec6c6)
\
N -- N -- N
refs/heads/feature/CAMEL-24003-cli-activity-connector (828635650abf)
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:
.../JmsAddAndRemoveRouteManagementIT.java | 10 +--
.../scheduler/SchedulerNoPolledMessagesTest.java | 14 +++--
.../DefaultCamelContextSuspendResumeRouteTest.java | 4 +-
.../camel/impl/StopRouteAbortAfterTimeoutTest.java | 3 +-
.../camel/processor/LoopNoBreakOnShutdownTest.java | 5 +-
.../dsl/jbang/core/commands/tui/ActivityTab.java | 44 +++++++++----
.../dsl/jbang/core/commands/tui/ErrorsTab.java | 72 ++++++++++++++++------
.../dsl/jbang/core/commands/tui/HistoryTab.java | 4 +-
.../jbang/core/commands/tui/InfraBrowserPopup.java | 72 +++++++++++++++++-----
.../dsl/jbang/core/commands/tui/StatusParser.java | 4 +-
10 files changed, 170 insertions(+), 62 deletions(-)