* sort the summarylist items based on the
glossary-term-page and applied tags in explore page
* change path split logic to get the current glossary term
* sort the tags in summaryItem based on current glossary
* prettier-fix
* minor changes
* variable name changed
* unit test update for the sorting items based on tags in entity-summary-panel-utils
* added tag highlight for column tags
* fix: existing e2e test break in glossary.spec file
* e2e for checking the column sort based on current term page in right panel
* minor changes
* e2e for checking columnTagHighlight with sort on term page
* add page tag sort functionality based on filter applied in explore page and based on current term in glossary term page
* minor change
* implement summaeryItem highlight and sort on global search + also when apply filter
* fix: for the first render after search first elements right panel name, description etc not get highlighted
* Revert "fix: for the first render after search first elements right panel name, description etc not get highlighted"
This reverts commit e69512d625f412263e925598846a0e104561a07c.
* minor change
* add tags sort and highlight functionality in StoreProcedure Page
* add tag sort and highlight functionality in dashboard
* add summary list and tags sort and highlight functionality in Dashboard Data Modal
* remove repeated code and optimize the getFormatEntityData method
* add sort and highlight for global search and filter in Pipeline component
* minor change to fix the entity details value not get parse in some cases
* add sort and highlight for topics in explore page
* added sort and highlight fn for MlModels in explore page
* added sort and highlight functionality for Containers in explore page
* add sort and highlights for charts data
* add sort and filter functionality for searchIndexs in explore page
* cleanup first
* cleanup 2
* move constant in separate file
* some type fix and cleanup
* minor fix
* fix unit test for EntitySummaryPanelUtils
* minor fix
* revert some change and fix unit test in SearchIndexSummary component
* revert some change
* constant file name change
* update the highlight keys constant and add sort and highlight summary list based on column description also
* cleanup in EntitySummaryPanelUtils
* type errors fixing
* fixing type issues wip
* revert a change
* change a variable name and fix type error
* change the sequence of parameter in getFormattedEntityData fn
* fix unit test
* fix type issues
* fix e2e test for sorting and highlighting summaryList and its tag
* added sort and highlight for DatabaseSummary component
* added sort and highlight for DatabaseSchemaSummary component
* added sort and highlight in different service-summary component
* fix: right panel entity display name and description not get highlight on search until we select a entity card
* address comments
* address comments
* address comments 3
* fix: unit test fail after addressing comments
* address comments
* revert some change
* added unit test for newly added methods in EntitySummaryPanelUtils
* added unit test for highlightEntityNameAndDescription method
* fix conflict after taking pull and some cleanup
---------
Co-authored-by: karanh37 <33024356+karanh37@users.noreply.github.com>
* Added cypress for soft delete and entity edit actions check flow
* added cypress tests for teams page for soft deletion flow
* fixed entity deleting without entering confirmation text
* localization changes for other languages
* added cypress changes for delete widget confirmation text check
* fixed delete text retaining after closing modal
* refactored the cypress for soft delete flow to
* renamed the files according to the naming convention
* worked on comments and cypress test improvements
* fixed failing cypress
* fixed TagsAddRemove spec
* test code improvements
* moved util functions to appropriate files
reference type cypress comment fix
* replaced react router Link component with anchor tag
* Delete widget code refactoring
* fixed issue with child assets not updating correctly after soft deletion of database, database schema and service pages
* Fixed cypress imports
* Fixed delete modal input value retaining issue
* fixed import issue in dataQualityTest
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* feat(ui): Add Badge with color or icon for Tags,GlossaryTerm, Domain and DataProducts #9972
* added api call to patch style in glossary
* updated and refactor AsyncSelectList and tagsContainerV2
* updated tags in all the pages
* added style object in addGlossaryTerm form
* added style support in domain and tags
* fixed failing unit test
* added cypress for the style feature
* added unit test for new component
* translation-sync
* addressing comment
* fixed edit tags issue
* added style feature for domain
* fixed sonarLint
* fixed merge issue
* feat: add domain version page
* added domain index .. . support for domain name .. experts and delete is left
* checkstyle
* domain list
* fix: domain selectable list changes
* fix: add missing fields
* fix: add services support for domain
* fix: review comments
* fix: review comments
---------
Co-authored-by: 07Himank <himank07mehta@gmail.com>
* added support for the % in entity name
* added support for the % in glossary and glossary term name
* Added U exclude
* Fixed pytest
* fix: support % in glossary name
* added suppport for % in entityName
* fix % issue in the glossary or term
* fix: glossary with % encoding
* fix: tags redirect issue for glossaries with %
* fix: glossary import path
* fixed CI
* fixed Py Test
* fixed PyTest
* fixed glossary resource test
---------
Co-authored-by: Onkar Ravgan <onkar.10r@gmail.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: karanh37 <33024356+karanh37@users.noreply.github.com>
* supported pagination and search in tags and term select for both table and entity level
* supported pagination of tags in glossary overiew section for tags
* fix cypress and address comments
* fix cypress issue
* refactor: glossary and glossary terms form
* refactor glossary term form
* fix: types import
* fix: field props
* chore: update name validation message
* fix: cy test
* refactor: glossary term reference field
* fix: code smell
* test: add e2e test
* cypress: added cypress for airflow,mlmodel and s3Storage service
* addressing comments
* fixed failing cypress
* updated description of describe block
* fixed failing cypress test
* added wait on pipeline status
* skip the delete test for s3Storage service and remove reload on re-running metadata pipeline
* refactor: custom property form
* fix: unit and cypress test
* test: update cypress test
* update unit test
* add micro interaction
* fix: routing
* fix: code smells
* refactor: types for form handle submit data
* Cypress: Added cypress test for update display name feature and delete service issue
* cypress for datamodel
* rename cypress file
* improve test for update displayName
* ui: feedback 1.0 part-1
* fixed failing cypress
* fixed: flow is broken when cancelling the creation of a column level test
* implemented functionality to persist selected tab for table profiler
* fixed failing unit test
* miner fix
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Added displayName field in Tags
* localisation key added
* minor changes
* added tooltip
* remove rename option from outside and added it inside the form
* minor changes
* fix cypress issue
* changes as per comments
* fix cypress issue
---------
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
* Added show deleted table in Database scheam level
* Changes as per comments
* fix cypress issue
* make switch label static
* other language
* fix cypress issue
* chore(ui): add glossary and glossary terms count on landing page
* sync local files
* chore: update icon for glossary term
* fix: cy test
* sync locales
* address comment
* fix: cy test
* fix: cy test
* fix: cy test
* Added tags at schema Level
* Add task handling for Database Schema
* added cypress and unit test
* Changes as per comments
---------
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>