mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-01 13:13:10 +00:00

* Fixed the bug for diff not showing for multiple columns changes Fixed the bug for diff not showing for changes in nested columns * code refactoring and optimization for EntityVersionPage component * fixed unit test for TopicVersion * fixed code smells fixed bug for pipeline version page where multiple changes in tasks not showing properly * updated icons for table and column constraints * refactored code for topicSchema for version page changes * refactoring and bug fixes for MlModel version page * fixed the bug for constraint changes not showing properly on version pages * updated test ids for better selections * fixed unit test for TopicVersion * removed height and width params for newly added icons * fixed constraints not showing on version page when no constraint changes * fixed table constraint changes not showing properly * updated logic to show multiple table constraints for a single column * Added cypress test for TableVersion page * fixed partitions and replicationFactor changes not showing on topic version page * changes to display sourceURL version change for pipeline and dashboard * changes to show schemaType field change on topic version page * added testid to schemaType diff Tag * reverted cypress changes * fixed topic version page bug * fixed unit tests * moved the extraInfo logic to the DataAssetsVersionHeader component