-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
feat: implement incident history #6469
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
CommanderStorm
merged 19 commits into
louislam:master
from
aluminyoom:feature/incident-history
Jan 20, 2026
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
1a9748d
incident history foundation
aluminyoom 11a9414
format translations
aluminyoom 71f32ae
address review comments
aluminyoom c730f39
Merge branch 'master' into feature/incident-history
aluminyoom 1057cc9
address self-review comments
aluminyoom 9e000ae
Merge branch 'master' into feature/incident-history
CommanderStorm aced37d
Merge branch 'master' into feature/incident-history
aluminyoom db883c0
Merge branch 'master' into feature/incident-history
CommanderStorm 6fee737
[autofix.ci] apply automated fixes
autofix-ci[bot] 4bdea1e
Merge remote-tracking branch 'origin/master' into feature/incident-hiβ¦
aluminyoom f9061eb
address review comments
aluminyoom 72753d0
utils
aluminyoom 8076275
Merge branch 'master' into feature/incident-history
CommanderStorm fea823d
[autofix.ci] apply automated fixes
autofix-ci[bot] 22bc222
fix eslint disable comment
aluminyoom c0a5ea8
use existing i8n, change disable to multiline
aluminyoom ff084d6
fix e2e tests
aluminyoom 79cc7e8
make stuff more consistent
aluminyoom 5ed6804
make e2e more targeted
aluminyoom 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
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 don't consider this quite internal, or am I missing something? π€
Can't this just be added to
toPublicJSON?Uh oh!
There was an error while loading. Please reload this page.
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.
definitely trivial yea, reasoning behind this is to expose the only needed data for public endpoints. since
status_page_iddoesn't really get consumed on the public facing side.we can add it to
toPublicJSONbut it would be unused for public endpoints.edit: formatting
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.
lets simplify this then to just include it up in
toPublicJSON.