* Fix#16046 : modify glossaryTerms api endpoint to support querying immediate children with childrenCount
* fix(ui): support lazy loading for n level of glossary
* fix modal update for glossaryTerm
* fixed expand/collapse button bug and update glossary page issue
---------
Co-authored-by: sonikashah <sonikashah94@gmail.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* Fix(#14724): refactor encoding/decoding FQN flow
* Fix encoded FQN usage in API endpoints
* add useFqn hook and fix dependencies in affected components
* fix: unit test
* Refactor code and remove unused imports
* Add unit tests for useFqn hook and StringsUtils module
* Refactor AddCustomProperty component and constants
* Refactor glossary version routes and fetch methods
* Fix imports and remove unused code
* supported upvoting in entities
* Add api endpoint for voting in MLModel and Pipeline
* fix unit test
* disable header button in case of deleted entity and minor changes
* fix conflict unit test
* supported upvoting in glossaries
* supported cypress and unit test for entities
* changes as per comments
---------
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* 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>
* Fixed version page bugs for table, container, dataModel
Updated version page details with newly implemented data
* updated the comment position to explain the added key prop
* Refactored code for version pages to eliminate repetitions
* localization changes for other languages
* Version page changes for glossary and glossary terms
* Fixed glossary version page bugs
* changes to add custom property tab in version pages
* bug fixes and improvements in existing version pages
* fixed failing unit tests
* code improvements for version pages
* Fixed code smells and redirection link
* added changes to include column constraints into version page
* Added changes to show version changes for name and display names
* addressed comments for table scroll value
* changes to remove TabsPane component with items
* Fixed version pages to match revised layouts
* Made changes for newly added glossary tags section on version pages
* removed task actions showing on version pages
* fixed failing unit test
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* UI: Revamp the glossary UI
- Change the left panel as per new mock
- updated folder structure of glossary page
* added glossary folder icon
* Added glossary terms tab
* no data placehoder added
* updated loading experiance and plus icon
* fixed failing unit test
* miner fix
* fixed cypress for glossary
* aded unit test for glossary left panel component
* Added unit test for glossary term tab
* added unit test for glossary term page
* added unit test for glossaryDetails page
* resolved conflict
* fixed id issue for related term
* prevented empty string to be appear in synonyms
* addressing comments
* fixing failing cypress
* feat ✨ : Add support for glossary bulk upload and download.
* feat : add import widget
* fix : cy test
* feat: add import result screen
* feat : add import function
* fix: unit test
* chore: add localization
* test: add unit test for export glossary modal
* address comments
* test : add unit test for import result
* test : add unit test for glossary component
* chore: make export as deep link action
* test: add unit test for import
* style: add bg color to uploader widget
* fix: minor issues
* chore: cover all the import status
* chore(ui): organize import paths with meaningful names
* fix tests
* fix: pages alias
* organize imports for pages
* fix: add jest config for pages and components
* organize imports for components
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>