-
Notifications
You must be signed in to change notification settings - Fork 80
[fm] analysis task and preparation phase #10183
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 20 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
f2ec95a
[fm] a bunch of sitrep analysis plumbing
hawkw edf8900
[fm] actually try to load new ereports
hawkw 458c148
[fm] a bunch of overengineered structure
hawkw 5d62f94
OMDB and stuff
hawkw 2d4f3f2
decide what ereports to copy forwards from inputs
hawkw 90c086d
update other configs
hawkw aec9647
you have to update the other test also
hawkw 3bffd47
Update nexus/src/app/background/tasks/ereport_ingester.rs
hawkw 0b8b7f2
rename things
hawkw d3f275b
reticulate everything
hawkw 9c8cf0d
Revert "Update nexus/src/app/background/tasks/ereport_ingester.rs"
hawkw 5f24d3a
expectorate tests for display impl, make it not look bad
hawkw 31f8516
also update om deeby
hawkw f61a9fd
renamening
hawkw 6319585
s/finish/build for consistency
hawkw 4e688df
add commentary
hawkw 3dea3a8
typo fixes
hawkw d6a32c9
remove ()
hawkw 828b0d1
hide closed cases from sitrep builder so that DEs don't see them
hawkw f2c0c6f
handle results
hawkw cffd170
add a test
hawkw dc3dd11
use the asme bullets as all the other stuff
hawkw 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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think if the user runs
omdb nexus background-tasks showwithout selecting a specific task, they'll see the/!\ analysis failed: FM analysis is not yet implementederror. Is that something that's ok to ship, or would you want to suppress that for now?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OMDB is intended for use by Oxide engineering and support, and is not easily accessible to the end user. I'm not super worried about this being a call generator, since it's not in a customer-facing UI...