* 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>
* fix(ui): show message based on pipeline service platform
* chore: only show the message if airflow is not available
* chore: remove tailwind classes
* fix: unit test
* test: add changes unit test
* fix: unit test
* revamp entity task component
* added test related to tags and description
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Fix issue while storing empty email
* Update TeamRepository.java
* chore(ui): if email is empty set value as undefined
* chore(ui): address comments
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* working on support task for all entites
* added support task for topic entity
* added support task for all entities
* added ui support for entity task of all the entities
* solve issue for container and topic tasks
* fix the task issue and ui improvements for tag icons
* added support for tasks assigned to children
* code improvement
* ui improvement around tags for icons
* changes as per comments
* fix unit test
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* fix(ui): parent container is not populating in breadcrumb
* fixed cypress for tagsAddRemove spec
* updated parent hierarchy in breadcrumb for container
* move fetch logic from container page to data header component
* addressing comments
* removed unwanted prop and added unit test for the change
* ui: added unit test for data quality component part 2
* added unit test for testSuitePage and editTestCaseModal
* updated test with findByLabelText function
* updated test for editTestCaseModal
* fixed redirection spec in cypress
* refactor(ui): task flow
* fix: task workflow
* fix(ui): pass initial value on modal form based on task type
* fix(ui): pass proper value in initial form values.
---------
Co-authored-by: karanh37 <karanh37@gmail.com>
* updated request description in topic details
* miner fix
* worked on feedback
* fixed redirection link for activity feed
* fixed failing test
* miner fix
* fixed infinite loading issue when there is no permission
* updated the aggregate from owner.fullyQualifiedName.keyword to owner.displayName.keyword
* fix owner search for filters
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Update behavior to disallow submitting an empty string value for the email field when creating a team. If the email input is left blank without entering any characters, no problem is encountered. However, if the email input is filled and then emptied, an exception with the message "[email must match "^\S+@\S+.\S+$", email size must be between 6 and 127]" was previously thrown because the email pattern did not accept empty strings. Rather than altering the email pattern to accept empty strings, the change ensures that empty string values are not submitted.
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* supported pagination for tags in task creation and minor ui fixes
* fix unit test
* fix cypress issue and added disable flag in tags api
* fix cypress issue and breaking of related term while adding glossary term