-
Notifications
You must be signed in to change notification settings - Fork 819
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
fix: Add incident severity change feature #3292
base: main
Are you sure you want to change the base?
fix: Add incident severity change feature #3292
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Introduces functionality to update incident severity via UI and API. Refactors severity handling logic to allow user-forced severity values and persists this flag in the database. Includes related UI enhancements such as a severity selector and badge updates.
Move `IncidentChangeSeveritySelect` from `incident-header` to `incident-overview` for improved logical grouping and context alignment. This enhances code readability and ensures the severity selector is displayed consistently alongside related information.
6ed34e4
to
9a18697
Compare
@Matvey-Kuk moved =) ![]() |
This commit removes an unnecessary debug `console.log` statement from the `validate` function in `provider-form.tsx`. Cleaning up debug code ensures better readability and maintains a cleaner codebase.
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.
<3
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3292 +/- ##
==========================================
- Coverage 46.59% 46.56% -0.04%
==========================================
Files 152 152
Lines 14089 14160 +71
==========================================
+ Hits 6565 6593 +28
- Misses 7524 7567 +43 ☔ View full report in Codecov by Sentry. |
Introduces functionality to update incident severity via UI and API. Refactors severity handling logic to allow user-forced severity values and persists this flag in the database. Includes related UI enhancements such as a severity selector and badge updates.
Closes #3231
📑 Description
✅ Checks
ℹ Additional Information