-
Notifications
You must be signed in to change notification settings - Fork 804
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
feat: Add facets filtering for Incidents #3060
base: main
Are you sure you want to change the base?
Conversation
…tor facet properties to use snake_case
…efactor related components for improved data handling
…ls and UI components for facet management
… at end of file in create_facet function
…e IncidentList component to accept initial facets data
…ce PropertiesMetadata for better property handling
…efinitions for facet options
… mark static facets as true
…m/keephq/keep into 2910-cel-filtering-for-incidents_
…m/keephq/keep into 2910-cel-filtering-for-incidents_
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3060 +/- ##
==========================================
- Coverage 43.06% 42.32% -0.74%
==========================================
Files 166 182 +16
Lines 16685 17905 +1220
==========================================
+ Hits 7186 7579 +393
- Misses 9499 10326 +827 ☔ View full report in Codecov by Sentry. |
- Updated facet-panel-server-side.tsx to enhance filtering logic - Refactored facet.tsx for better performance - Improved facets-panel.tsx to support new filtering features - Enhanced incident-list.tsx to display filtered incidents correctly - Updated useIncidents.ts to integrate new filtering logic
…pe in PostgreSQL provider
… improve error handling in CelToAstConverter
…ldsNode, PropertiesMappingException, and PropertiesMapper classes
@@ -0,0 +1,21 @@ | |||
"""empty message |
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.
can be removed?
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.
You mean the message or migration itself?
This is conflict-solving migration version mine and from main
I can add better message instead of "ëmpty message"
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.
Fixed message
@@ -0,0 +1,130 @@ | |||
|
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.
add docs about this moduel and what it does
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.
Added
…m/keephq/keep into 2910-cel-filtering-for-incidents_
Closes #2910
📑 Description
✅ Checks
ℹ Additional Information