* Fixed API throwing error while fetching soft-deleted MLmodel entity #5596
* added unit test for soft deleted details
* addressing comment
* updated localization value
* Fix pagination issue in test case
* minor changes
* fix cypress issue
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Added util functions to use in AdvancedSearchUtils
* Replaced ExploreQuickFilter component with SearchDropdown
Styling improvements
Localization changes
* Fixed failing unit tests
* Improved filters styling
* Advanced search quick filter dropdown styling changes
* Fixed failing unit tests
* Added unit tests for newly added functions in AdvancedSearchUtils
* UI : fix add owner and tier functionality on Translated entity page (#9244)
* fix add owner and tier functionality on Translated entity page
* get entity info keys from enum
* remove unwanted translation keys
* minor changes
* Removed repetitions in en-us
* Added update and close button feature to search dropdown
* Stylings updated
* Fixed failing unit tests and added tests for additional features
* - Handled possible failure case for util functions in AdvancedSearchUtils functions
- Added tests for negative scenarios
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Added functionality to drag and drop teams in another team
* remove immutability package
* changes as per comments
* Added unit test
* changes as per comments
* minor changes
* added expandable config
* changes as per comments
* changes as per comments
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* Fix#9227: Fix metabase connector to work with non-admin user
* Fix#9227: Fix metabase connector to work with non-admin user
* fix pycheck
* fix pycheck
* fix pycheck
* Fix(#9226): do not show error for public IP resolution
* Add message when failure happens
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
* staging commit
* updated terms to french
* fix(dataInsight): updated ES response to get entityType and total non tiered entities
* fix(dataInsight): removed fields=*
* fix(dataInsight): Added entity migration
* cleaned up branch
* solved Activity feed related issue
* solved Activity feed related issue
* Addressing comments
* test case related changes
* test case related changes
Co-authored-by: Himank Mehta <himankmehta@Himanks-MacBook-Air.local>
* Added functionality to combine the query filters for Elasticsearch and Advanced Search
* Added unit tests for newly added util functions for explore page
* Added license for enum file
* Code optimization and added comments in the code
* Fixed tables from all the services showing on database Schema page
* Removed RequestDescription component from DatabaseSchemaPage as it is not required
* Added unit tests for DatabaseSchemaPage
* Removed unnecessary mocks in unit test
* Fixed Add support for showing created and updated information to Glossary Term in the UI #3113
* updated styling
* addressing comments
* fixed failing test
* updated test and address comments
* fixed failing test
* UI : Data Insight KPI improvements
* Remove commented code
* Remove time from start and end date
* refactor : add logic to generate kpi name
* Make insight to insights
* Show chart at the top
* Fix: breadcrumb spacing
* refactor : start date and end date of kpi
* test: add unit test for kpi list
* test : add unit tests for add and edit kpi forms
* chore : minor change
* Address review comments
* Address review comments