* 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>
* fix: long text ellipsis wrapping
* fix: node suggestions long text issue
* replace name with fqn for tags
* fix cypress issue
* change the header label ui of explore page
* fixed classificatin issue for .
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: 07Himank <himank07mehta@gmail.com>
* added missing dependance for in the serviceDetailsPage
* fixed the bugs in ingestion tab on service details page
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* fix ui breaking because of url having percent in it
* added support for % in about
* fix test cases
* checkstyle
* url fix
* fix storage url
* encoded topic, mlmodel and pipeline entity
---------
Co-authored-by: 07Himank <himank07mehta@gmail.com>
* ui: fixed loading issue in table, and remove unwanted params from API in table profiler
* fixed unit test and addressing comment
* added "testDefinition" params to API as it required to for edit test
* chore(ui): teams page improvements
* chore(ui): fetch basic and advanced details separately
* chore(ui): only fetch asset for team type group
* chore(ui): do not load page for advanced details
* chore(ui): fetch all team advanced details separately
* fix: unit test
* test: cypress test for team
* test: fix cypress test
* fix: cypress test
* fix: cy test
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* ui: fixed issue related to profiler and data quality
* support logout confirmation modal
* fix bredcrumbs for logviewer
* fix unit tests
* fix loading issue in profile tab
* restore breadcrum for service ingestion
* update confirmation modal
* address comments
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* fixed loading issue in KPI widget on landing page
* fixed redirection links for the notification box tabs
* Fixed redirection issue after soft and hard deleting data assets
* fixed version page layout issue
* Fixed data model restore issue
* Added loader to summary panel while fetching permissions
* Fixed alerts settings page error placeholder alignment issue
* changed the dashboard and pipeline url display method
* fixed cypress test
* updated the logic to perform the after delete action in DeleteWidgetModal
* changed the logic to update the history object through util functions
* added `experimentalMemoryManagement` to the cypress config
* reverted the cypress config changes
* fixed flaky test
* worked on comments
* removed unnecessary code