* 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
* 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>
* ui: NO option to edit associated tables "Query used by other tables:" while editing query #12346
* miner update
* updated query patch creation
* ui: NO option to edit associated tables "Query used by other tables:" while editing query #12346
* miner update
* updated query patch creation
* Fix query patch
* Fix query patch
* added edit support for queryUsedIn and unit test for the same
* added cypress test for query change
* showing current table in queryUsedIn
* fixed failing unit test
* addressing comment
* Fix activity update and test
* Fix checkstyle
---------
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
* Fixed version page flaky no data placeholder
removed code duplication in DataModelVersion component
* fixed clear tier functionality for containers and data models
* Added cypress tests for version pages
* fixed unit tests
* 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
* fixed duplicate API call on data insight and search settings pages
* Added unit tests for IngestionListTable component
* Added cypress for DataInsightSettings page
* fixed failing unit tests
* fixed flaky teams cypress test
* removed unnecessary checks
* worked on comments
* added missing localization for kill ingestion modal button
* fixed failing cypress test
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* fixed issue for when classification has . in name the termCount was not getting
* fix url encoding issues
* changes as per comments and sonar fix
* changes as per comments
* fixed issue for when classification has . in name and testcase and pytest issue
* checkstyle
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* chore(client): replace tooltip with popover in tables
* make tooltip black
* chore(client): replace Popover with Tooltip in copy_to_clipboard button component
* replace popover with tooltip in Description component used in BotDetailsPage
* replace popover with tooltip in TestSuitepipelineTab component
* replaced popover with tooltip in TaskBadge component
* replaced Popover with Tooltip in ConnectionStepCard
* replaced Popover with Tooltip in ContainerdataModal component
* replaced Popover with Tooltip in RecentSearchedTermsAntd component
* replaced Popover with Tooltip in TopicSchema component
* Delete RecentSearchedTermsAntd component
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>