feat: add read-only datasets TUI - #1932
Open
nborges-aws wants to merge 2 commits into
Open
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## refactor #1932 +/- ##
============================================
+ Coverage 96.88% 96.90% +0.02%
============================================
Files 355 359 +4
Lines 19966 20128 +162
============================================
+ Hits 19345 19506 +161
- Misses 621 622 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
jariy17
previously approved these changes
Aug 6, 2026
nborges-aws
force-pushed
the
datasets-readonly-TUI
branch
from
August 6, 2026 20:38
cc71c64 to
13bf522
Compare
nborges-aws
force-pushed
the
datasets-readonly-TUI
branch
from
August 6, 2026 20:39
13bf522 to
e9e6be7
Compare
jariy17
requested changes
Aug 13, 2026
jariy17
left a comment
Contributor
There was a problem hiding this comment.
Seperate the update commands in their own PR
| import { coreOptsFromCtx } from "../../../utils"; | ||
|
|
||
| export const createUpdateDatasetHandler = (core: Core, io: AppIO) => | ||
| export const createUpdateDatasetHandler = (core: Core) => |
Contributor
There was a problem hiding this comment.
Seperate the write only dataset handlers into their own pr.
Contributor
Author
There was a problem hiding this comment.
This PR was incorrectly pulling in commits from the dataset update CLI command PR. That's why this file was showing up. The PR is now showing the correct commits/diff now that I've fixed conflicts and rebased
nborges-aws
force-pushed
the
datasets-readonly-TUI
branch
from
August 13, 2026 17:25
e9e6be7 to
9e682f1
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.
Adds an interactive, read-only TUI for the
eval datasetcommand tree. Follows conventional menu → list → detail → JSON flow. Bare commandseval dataset,eval dataset list,eval dataset getnow open TUI flows instead of missing flag error messaging.Screens
eval datasetRouterScreenmenueval dataset list/eval dataset getDatasetPickerusingPaginatedTablePickereval dataset get/:datasetIdResourceDetailScreeneval dataset get/:datasetId/jsonJsonDetailTesting
dataset.screen.test.tsxcovering navigation, menu filtering, metadata rendering, etc.bun run test(892 pass, 0 fail)Stack created with GitHub Stacks CLI • Give Feedback 💬