* 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>
* - LowerCase the UserNames and Email in user_entity
-- Added Migrations for the same
* revert name
* Fix Test
* Fix Failing User tests
* Move LowerCase to DAO
* Remove Unnecessary toLowerCase
* Reverted changes
* Fix Failing Test
* remove dao level shouldLowerCaseFQN
* Remove unnecesarry changes
* 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