-
Notifications
You must be signed in to change notification settings - Fork 50
[mgs] API for ingesting ereports from SPs #7903
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 all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
ba42796
[ereport] index ereport ingestion by SP type/slot
hawkw cb673ec
we're calling them "restart IDs" now
hawkw 8d66c09
whoopsie...
hawkw df3a493
unused variables
hawkw 731966a
regenerate golden file
hawkw e324481
less structured ereport type
hawkw 4cf9246
update mgs dep
hawkw 49973ae
track unrelated mgs changes (factor me out pls)
hawkw 20863c6
plumbing
hawkw f941a08
sp-sim plumbing
hawkw d1cd98b
wire up api (poorly)
hawkw a45ff03
demo hour
hawkw ff56b84
update for gatway fix
hawkw e69fc91
put fake interface in logs
hawkw f250ded
actually good errors
hawkw 7d53fdb
pick up gateway messages tweaks
hawkw d1738a7
simulator improvements
hawkw 7cc88ea
add ereports to sim sidecar
hawkw d481e21
hakari
hawkw 619ccf4
give them both something to say
hawkw 914dcd4
update MGS
hawkw 539b0ce
honor limit
hawkw 46c3612
update SP simulator
hawkw a7905e0
rm unused import
hawkw 02b65b2
pass through ereport addrs in gateway-test-utils
hawkw 64fd8f3
update to pick up request IDs from MGS
hawkw 24b009b
simple ereport ingestion integration test
hawkw fea3438
so it turns out i'm stupid. fix that.
hawkw 69a6c0a
add some simple ereport integration tests
hawkw 4dd8878
pick up latest gateway-sp-comms
hawkw 7ebf1d6
Merge branch 'main' into eliza/ereport-sp-api
hawkw 7ea4ef3
fix sim mgs/sp SMF configs missing ereport addrs
hawkw 9af73b6
update & track gateway-messages changes
hawkw 0ff4977
unsandwich ENAs
hawkw b71609c
Merge branch 'main' into eliza/ereport-sp-api
hawkw f245a3f
update to track sp-sim changes from #8055
hawkw 286bf61
Merge branch 'main' into eliza/ereport-sp-api
hawkw 542ea63
who up managing they gateway service
hawkw 645c4de
oof ouch oh no agh ouch ow
hawkw 8eccf7b
PAIN
hawkw 451a12e
fix ena type conversion
hawkw dd179e4
factor out udp bits
hawkw 19b7cd0
cleanup imports
hawkw 178dcef
more cleanup
hawkw 2d09c6f
ENAs start at 1 now
hawkw 9cb27a8
ENAs start at 1 now (across restarts)
hawkw aaa3c37
hakari update
hawkw 2ecfb47
@cbiffle review feedback
hawkw fe5d3ca
nicer SP simulator logging
hawkw 4bf8937
update api (oops)
hawkw 04d967e
Update package-manifest.toml
hawkw 368f84f
oh god i picked the wrong one of the three shas lol
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
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.
Less important on this commit than the upcoming one, but we should probably do what this comment says and update
package-manifest.toml
too.