Skip to content

[omdb] allow looking up sitreps by version#10804

Open
hawkw wants to merge 1 commit into
mainfrom
eliza/omdb-sitrep-version
Open

[omdb] allow looking up sitreps by version#10804
hawkw wants to merge 1 commit into
mainfrom
eliza/omdb-sitrep-version

Conversation

@hawkw

@hawkw hawkw commented Jul 11, 2026

Copy link
Copy Markdown
Member

Currently, omdb db sitrep info and omdb db sitrep analysis-report let you look up sitreps by their ID, or "current" to select the current sitrep. When looking at a sitrep, it is sometimes desirable to be able to select an arbitrary prior version without first having to use the sitrep history command to determine the ID of that version.

This commit changes the sitrep commands to allow selecting a sitrep by ID, "current", or its version number, so you can just say omdb db sitrep show 3 if you want to see the 3rd sitrep in the history.

Fixes #10802

Currently, `omdb db sitrep info` and `omdb db sitrep analysis-report`
let you look up sitreps by their ID, or "current" to select the current
sitrep. When looking at a sitrep, it is sometimes desirable to be able
to select an arbitrary prior version without first having to use the
sitrep history command to determine the ID of that version.

This commit changes the sitrep commands to allow selecting a sitrep by
ID, "current", or its version number, so you can just say `omdb db
sitrep show 3` if you want to see the 3rd sitrep in the history.

Fixes #10802
@hawkw hawkw requested review from mergeconflict and smklein July 11, 2026 17:40
@hawkw hawkw added Debugging For when you want better data in debugging an issue (log messages, post mortem debugging, and more) fault-management Everything related to the fault-management initiative (RFD480 and others) non-important non-blocker like an important non-blocker, but not important. labels Jul 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Debugging For when you want better data in debugging an issue (log messages, post mortem debugging, and more) fault-management Everything related to the fault-management initiative (RFD480 and others) non-important non-blocker like an important non-blocker, but not important.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

want omdb db sitrep commands to be able to index sitreps by generation

1 participant