* 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
* fixed permissions related bugs for entity details pages
* permission related bug fixes for version pages
* changes to revert tab visibility for no permission
* fixed console errors
* fixed unit tests
* 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
* ui: worked on DQ feedback part 3
* updated name of test suite ingestion name
- Added description field in test case expand view
- Added functionality to update displayname of test case
* added testCase in re-indexing
* integrated permission in DQ
* Filter out PII queries
* Mask topic PII
* Mask topic PII
* Update sample data test
* Format
* Moved logic to repository or PIIMasker
* Fix test
* chore(ui): update sample data api endpoint for topic
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* Reverted the ES config step for Data Insights pipeline
* es sink fixes for ingestion
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
* ui improvement for tags and placeholder icon
* change add and permission icon
* fix unit tests
show open tasks on feedwidget
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@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>