feat: add read-only Gateway TUI - #1956
Draft
aidandaly24 wants to merge 8 commits into
Draft
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## refactor #1956 +/- ##
============================================
+ Coverage 96.74% 96.83% +0.08%
============================================
Files 301 317 +16
Lines 16785 17355 +570
============================================
+ Hits 16239 16806 +567
- Misses 546 549 +3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
aidandaly24
marked this pull request as draft
August 10, 2026 14:47
aidandaly24
force-pushed
the
feat/gateway-read-tui
branch
2 times, most recently
from
August 10, 2026 20:26
8168c92 to
b5e4b66
Compare
aidandaly24
force-pushed
the
feat/gateway-read-tui
branch
from
August 10, 2026 22:10
e5fda21 to
c710a7a
Compare
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.
Summary
get/listgetroutes redirecting through the corresponding list flowGatewayClient, with CLI and TUI consumers delegating throughCoreGatewayClientmaxResultsby scanning Target pages with the remaining row count, preserving the final AWS token without custom pagination statesupportedTuiCommandsso read commands enter the TUI while bare CLI-only create commands run normal validationTesting
bun test src/handlers/gateway/gateway.test.tsx src/handlers/gateway/gateway.screen.test.tsx src/handlers/gateway/gateway.fixture.test.tsx src/core/gateway.test.ts src/components/ui/data-table/columnWidths.test.ts(86pass)bun test --coverage --coverage-reporter=text(1061pass;93.77%functions,97.85%lines)bun run typecheckbun run lint:checkbun run format:checkbun run buildnpm pack --ignore-scriptsget/listleaves (12/12)100x30, confirming Gateway and Connector menus expose read-only commands onlyListGatewayTargetstoken created withmaxResults=2in a request withmaxResults=1, returning the next distinct TargetThe full source run retains the two pre-existing local
src/io/exec.test.tschild-output failures.