mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-25 17:04:54 +00:00

* feat: added logic to delete logical test suite + added check to prevent adding existing testCases to executable test suite * feat: added elasticsearch index logic for testCases * feat: added deletion logic from index logic when deleting test suites * feat: added test case index search to endpoint * feat: add executable/logical filter in list testSuite + filterOut tables without tests in Table resource * feat: added summary field to testSuite * feat: added executionSummary endpoint for test cases * feat: removed tick marks around timestamp * feat: addressed test failures * feat: ran python linting * feat: add limit to fetch all tables in TableResource testSuite test * feat: fix conflict * feat: ran java checkstyle * feat: fixed mongo linting + disabled mongo failing tests * feat: removed mongo test skip * feat: removed unsued pytest import