* Update storage connection naming
* Update storage services and remove typing of generic service
* Remove inits for namespace package
* Add test connection
* Revert "Remove inits for namespace package"
This reverts commit 89f1ae9ea8a633593776f51caf2586d2110d4636.
* Add enum
* Remove init to allow namespace packaging in some modules
* Remove init to allow namespace packaging in some modules
* Move examples and fix test
* Format
* Linting
* Add entity cache in EntityRepository for all the entities
* Set entity fields only when it is not already set
* Clone entities from the cache
* Remove SubjectCache
* Remove RoleCache
* Remove PolicyCache
* Remove TagLabelCache
* Deleting lingering files
* Test failure fixes
* Remove getEntityReference methods from EntityDAO
* Move quoteName logic to EntityRepository
* Fix test failures
* 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>