mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-30 20:59:57 +00:00

* update the service data insights charts to give percentage data * fix the quey_cost_record_search_index not found error * Fix java checkstyle * Refactor Service Insights Tab and Widgets for Enhanced Data Visualization - Updated ServiceInsightsTab to utilize new date utility functions for fetching chart data. - Modified chart data structure to include percentage changes and current percentages. - Enhanced PlatformInsightsWidget to display percentage values and improved tooltip functionality. - Added new styles for better layout and responsiveness in TotalDataAssetsWidget. - Removed unused SERVICE_INSIGHTS_CHART constant and integrated its logic directly into the fetching process. - Introduced new enums for additional chart types in DataInsight. This refactor aims to improve the clarity and usability of the service insights data presentation. * Localization changes * Fix the platform insights chart colors * Make the insights tab as default for service details page * Enhance Ingestion Component and List Table - Added logic to conditionally render search dropdowns based on the selected sub-tab in the Ingestion component. - Increased column widths for 'type', 'count', and 'action' in the IngestionListTable for better visibility. - Adjusted scroll width in the IngestionListTable to accommodate new column sizes. - Updated styles in metadata-agents-widget.less to ensure vertical alignment of table cells. - Modified applicationAPI to include agentType in the application list parameters. - Enhanced router utility to support sub-tab routing. These changes aim to improve the user experience and layout of the Ingestion settings. * Fix the playwright failures * Fix the playwright tests * fix notification alert flakiness * Fix metadata agents table header styling * localization changes * Fix the flaky test