* fix: summary for logical test suite + DI aggregation on OS
* fix: added logic to attached test case result summary to logical test suite
* fix: test case timestamp in ingestion to milliseconds
* fix: updated entityExtensionTimeSeries DAO to dataQualityDataTimeSeries DAO
* fix: revert aggregation changes
* fix: updated ingestion to delete existing data for the ingestion day
* fix: added delete endpoint for the report data
* fix: added migration to delete duplicate data + added tables creation & data deltion logic in a transaction
* fix: made deletion SQL engine aware
* fix: added ES deletion logic back while we work on DI event publisher
* Fixes a bug while patching the description of a TestCase
* Update docker-compose.yml
* Update docker-compose.yml
* Ran pre-commit checks and linter
* Added some clarifying points and fixed some grammatical errors in the documentation for installation instructions.
* revert changes made to docs
* implementation of lightdash connector.
* ui: add icon for lightdash service
* chore: update lightdash image
* chore: update the icon
* Cleaned up code (took out debug statements, etc.). Still TODO: yield_dashboard_lineage_details() not being called just yet.
* fix: ran linting
* added null checks
* Delete openmetadata-server.md
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: Teddy <teddy.crepineau@gmail.com>
* ui: updated data insights page as per new mock
* updated right side graph for description owner and tier
* updated right panel of insight card
* updated data insight as per mock
* updated di ui
* fixed failing unit test
* updated new color as per mock
* added service DI graph
* added cypress for DI
* added unit test for newly added component
* fixed failing unit test
* fixed failing unit test
* fixed failing cypress
* fixed failing cypress
* updated end date
* fix(ui): sync date format with standard format
* fix unit tests
* fix local to en-US
* merge main to fix-8538
* revert changes not related to PR
* sync datetime with new changes
* fix date issue in annoucement
* fix cypress failures
* fix cypress
* Added version page for service pages
* fixed loading issue for service version page
* replaced custom drawer for showing version with antd component
* Added unit tests for newly added components
* removed the unnecessary prop used in DataModelVersion component
* removed unnecessary props
* moved common logic to utility function
* added cypress tests for service version pages
updated cypress for existing version pages to avoid name duplication issue
* Moved import for service version page to lazy load
* styling fixes and page title changes
* updated localization files
* worked on comments
* fixed service details page import issue
* fixed cypress
* code optimization
* fix: write testCase result testSuite to compute summary
* fix: empty commit to trigger CI
* fix: extracted report data out of entity_extension_time_series and into report_data_time_series
* fix: split profiler data from entity_extension_time_series
* fix: split data quality data time series table
* fix: updated migration file
* Add Stored Procedure Entity
* Stored Procedure repository
* Stored Procedure repository
* Fix#12998: Support for Stored Procedures as another entity under Database Schema
* Fix#12998: Support for Stored Procedures as another entity under Database Schema
* Add testSuite query param for listing Ingestion Pipelines
* replace API call param from serviceFilter to testSuite for getAllIngestionWorkflows in TestSuitePipelineTab component
* Filter pipeline type IN condition
* updated pipelineType for ingestionPipeline
* updated cypress
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>