* Changed facet filter buckets render length. Only top 10 most used filters will be shown in the left panel.
Fixed the overflow issue of tags-container component for longer tag name
* Fixed overflowing issue while adding tags
Improved Tags component and use antd tag to show tags
* Reduced the gap
* Fixed tooltip placement issue with facet filters
* Fixed breadcrumb issue on dataInsights and ESReIndex pipeline logs page
* Fixed cypress tests
* Added delay for tooltip popup to avoid cypress flakyness
* Added delays to the tooltips and changed positions to avoid flakyness in cypress
* Fixed failing cypress tests
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Changed fields to fetch initial suggestions for quick dropdowns for charts and tasks
Fixed schema field dropdown not returning correct options
* Added debouncing logic for search in quick dropdown
* fixed typescript error
* Fixed failing unit test
* fixed advanced search modal owner field initial suggestion not showing
* Code optimization for ExploreQuickFilters
* fixed cypress tests
* fixed typescript error
* Added unit tests for newly added advanced search util functions
* Added dataModel filter for dashboard entity
* enabled the advanced search cypress test for testing the changes in PR
* worked on comments to remove unnecessary util function and used existing one
* fixed cypress for searchFlow
* Reverted the changes for reindex in SearchFlow spec
* updated owner addition logic to eliminate search
* Updated user name in test data
* skipped the searchFlow specs
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* feat(ui): consistent user dropdown for owner and reviewers
* feat(ui): consistent user dropdown for owner and reviewers
* make component working with pages
update styles
add few more components like count details, color update on tags
* remove AddUserModal component
* fix owner edit for netity page
* add tests for selectable list
* remove reference for OwnerWidgetWrapper
update tests to reduce console error on test run
* remove count
* fix sonarcloud and ui
* remove OwnerWidget
* minor fixes
* verify reviewer and owner modal behavior
* fix tests
* fix minor UI glitches
* fix unit tests
* fix cypress
* fix cypress failures
* fix search and glossary cypress failure
* minor fix
* fix remaining cypress tests
* remove intercept for terms
* fix issues
* address comments
* skip falky test to avoid failures
* fix(ui): pagination fix and tags to be shown form end
* fix infinite refresh api calls
* fix cypress
* fix cypress
* fix cypress failure
* update layout for tag selection dropdown
* fix tags logic
* fix tests
* add ellipsis for tags too
* Fix#10454: Improve Search Relevancy, by adding functional scoring and add ngram analyzer; Fix#10452: Enable Table and Column search by BOTH name and displayName
* fix stylecheck
* Undo changes in table example names
* remove ngram from teams & users
* Fix topic tags
* Fix#10429: Kafka Sample data improvements and adding support for JSONSchema and Protobuf (#10430)
* Fix#10429: Kafka Sample data improvements and adding support for JSONSchema and Protobuf
* Fix#10429: Kafka Sample data improvements and adding support for JSONSchema and Protobuf
* Fix#10429: Kafka Sample data improvements and adding support for JSONSchema and Protobuf
* Fix#10429: Kafka Sample data improvements and adding support for JSONSchema and Protobuf
* Added top level parsing and unit tests
* fix(ui): show schemaText and fields both
* fix no data placeholder for fields & schema text
* addressing comments
* fixed py checkstyle
---------
Co-authored-by: Onkar Ravgan <onkar.10r@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* revert common_broker_source changes
* revert common_broker_source changes
* remove changes to user & team indexes
* fix team index
* fix glossary & tag index
* Fix to TopicIndex
* fix advance search pre-requisites cypress failure
* fix group advance search cy failures
---------
Co-authored-by: Nahuel <nahuel@getcollate.io>
Co-authored-by: Onkar Ravgan <onkar.10r@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Fix#9695: Teams show up in lower case
* changed owner advanced search filter field from name to display name
* fixed minor quick filter bug
* fixed failing cypress tests
* fixed failing unit tests
* Fixed failing cypress tests
* added comments in unit tests for better understanding of changes
* fixed failing cypress tests for advanced search
* improved logic for showing advanced search options
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>