-
Notifications
You must be signed in to change notification settings - Fork 48
[omdb] TUI for inspecting support bundles #8034
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 46 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
07dd473
[nexus] Put support bundles in internal API too
smklein c079c3f
[omdb] Basic commands to access support bundles
smklein df47341
Updated output
smklein 219d284
Merge branch 'main' into sb-internal-api
smklein e39785a
Merge branch 'sb-internal-api' into omdb-sb
smklein 12f461b
[nexus] Make it 'more default' for Debug datasets to exist in test en…
smklein 1af91c6
test patching
smklein 8969fbe
Merge branch 'main' into sb-internal-api
smklein 3dfd8ab
Merge branch 'sb-internal-api' into omdb-sb
smklein 07de40c
Merge branch 'omicron-dev-disk-test' into sb-internal-api
smklein 4bf9d9a
Merge branch 'sb-internal-api' into omdb-sb
smklein 73b4975
Try compiling
smklein c3876e2
Merge branch 'omicron-dev-disk-test' into sb-internal-api
smklein 600a537
Merge branch 'sb-internal-api' into omdb-sb
smklein 8022e12
Use internal opctx
smklein 47819c0
Patching tests more
smklein 78af872
Merge branch 'omicron-dev-disk-test' into sb-internal-api
smklein 192e255
Merge branch 'sb-internal-api' into omdb-sb
smklein 6374a7b
Don't inject newlines
smklein c28a398
Continuing to iterate on TUI
smklein ab14729
Merge branch 'main' into omicron-dev-disk-test
smklein ceedbc3
Merge branch 'omicron-dev-disk-test' into sb-internal-api
smklein 8278c09
Merge branch 'sb-internal-api' into omdb-sb
smklein 9070654
Merge branch 'omdb-sb' into omdb-sb-polish
smklein 820556f
Shift to move faster, fix dirs, wrapping
smklein 0a457dd
Enable inspection of local files
smklein 7fe5002
Fmt
smklein 7fb1168
Merge branch 'main' into omicron-dev-disk-test
smklein 36d2d04
Make datasets private, add helpers to access them
smklein bcfbb51
Merge branch 'omicron-dev-disk-test' into sb-internal-api
smklein b21b525
feedback
smklein b9b94d5
Merge branch 'sb-internal-api' into omdb-sb
smklein 53c0a76
feedback, less utf8
smklein 8f75399
Merge branch 'omdb-sb' into omdb-sb-polish
smklein 44bd6a5
Better support for binary files
smklein 9597433
Merge branch 'main' into omicron-dev-disk-test
smklein d2d0c76
Merge branch 'omicron-dev-disk-test' into sb-internal-api
smklein c8d9546
Merge branch 'sb-internal-api' into omdb-sb
smklein 2790d9a
expectorate
smklein 1a218b8
Merge branch 'omdb-sb' into omdb-sb-polish
smklein b73b6ff
Better support for waiting for collection to finish
smklein 82ca320
Refactoring TUI into support-bundle-reader-lib
smklein 995ca46
More private interface
smklein 6ad1a31
starting to buffer and stream more properly
smklein 865467a
Less unwrapping, more cleanup
smklein cc94a11
Merge branch 'main' into omdb-sb-polish
smklein bf76518
Merge branch 'main' into omdb-sb-polish
smklein 12d00d8
feedback
smklein File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[package] | ||
name = "support-bundle-reader-lib" | ||
version = "0.1.0" | ||
edition = "2021" | ||
license = "MPL-2.0" | ||
|
||
[lints] | ||
workspace = true | ||
|
||
[dependencies] | ||
anyhow.workspace = true | ||
async-trait.workspace = true | ||
bytes.workspace = true | ||
camino.workspace = true | ||
crossterm.workspace = true | ||
futures.workspace = true | ||
nexus-client.workspace = true | ||
omicron-workspace-hack.workspace = true | ||
omicron-uuid-kinds.workspace = true | ||
ratatui.workspace = true | ||
reqwest.workspace = true | ||
tokio.workspace = true | ||
zip.workspace = true |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.