Added deprecated fields with a notice. This is to ensure migrations that use them do not break.
(cherry picked from commit 7d059029458833ff4d6569c029fb57e2a188a34c)
* fix: reference table dropdown in add and edit query forms
* fix: show full value of fqn
* fix: e2e test for create new query
* fix: e2e test for edit query
* fix: optionLabelProp value
* fix: optionLabelProp value to AsyncSelect component
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* fix the search in advance search custom properties
* modify v1/metadata/types/customProperties api to get customPropertyConfig along with name and type
* added config list in the entity ref list
* fix type of duration, timestamp and other types
* minor ui changes
* remove customProperty type which are not supported for now
* added playwright test around the duration type property
* fix flaky test
---------
Co-authored-by: sonikashah <sonikashah94@gmail.com>
(cherry picked from commit 2179b43232803a9ebb7465fb1d545b887d68252c)
* Add missing filter options for glossary term, data model and stored procedure data assets.
* make the handleDeleteSelection prop optional for PipelineActionsDropdown component
* Fix the unit test
(cherry picked from commit 6a285781caa75b0421b3d27571f34c5da4d1eeae)
* backend
* format & tests
* rename backend
* migrations and ingestion
* format & tests
* format & tests
* tests
* format & tests
* tests
* updated ui side of changes
* addressing comment
* fixed failing unit test
* fix test list
* added e2e test, and fixed existing test
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* Minor: Enhance Block Editor Adjust drag-and-drop handles and improve bar menu layout
* Refactor: Replace RichTextEditor with dynamic description fields in user and team forms
* Enhance AddNotificationPage and AddObservabilityPage to use RichTextEditor for description input
* Enhance AddNotificationPage and AddObservabilityPage to initialize RichTextEditor with alert description
(cherry picked from commit aceadb1cdeb61cc0a649822d54cee0accb7e79f1)
* Fix the ingestion success screen text overflow issue
* Fix the icon alignment issue in the in the entity header
* Fix the permissions API calls for the ingestion pipelines to use fqn instead of names
* Introduce the moreActionButtonProps in the PipelineActions component
* Add the "Database" field in the advanced search for the "Database Schema" asset.
Change the fields listing behavior in the advanced search modal, to show the common fields for the multiple assets instead of union of the fields.
Change the search index for the "Name" and "Display Name" field suggestions to use the selected data assets instead of the all "Data Assets" index.
* Remove the unnecessary ellipsis prop
* Scan and add the missing filters for all the asset to have hierarchical parent filters.
* Fix unit test
* Fix the advanced search filter field search
* supported test connection api cancellation
* minor improvement
* fix the error handling in the intervalAPI calls
* added the useAbortController hook and minor changes
* supported delete workflow if anu api is cancelled
* fix sonar issue and updated the modal button
* fix sonar and playwright issue
* minor fix around test
* reverted the modal textual changes as per comments
(cherry picked from commit a6f81a90fb6061c2d9a927a295c706ea929d9ef0)
* feat(ui): show count with schema tab for table details page
* fix active state for tab
* fix tests and cover topic details page
* add missing isActive check
(cherry picked from commit cdef12c9cd2aa825de839683c338ed5d2591fccc)
* modify and fix some lineage issues
* minor fix
* restrict the node removal in case any error occured
* fix flaky playwright test
* userDetail flaky fix
(cherry picked from commit 9edc078027ae619d289cdb68ad6b998f21da84dd)
* supported glossary table column resizable
* code cleanup
* fix the column resizing affecting other column width
* fix the playwright failure around the glossary due to re-sizable added
(cherry picked from commit 87c07f3ecc418c30b2edf5f91c51b95d11c2a71d)
* fix(ui): expand invalid state upon glossary term add
invalid expand state for glossary term update
* fix tests
* update glossary store upon changes in tree
* fix tests
(cherry picked from commit 254fce41385e0f7debfd8e6210496f7567b3d1a1)
* feat: highlight search term
* refactor: use stringToHTML instead of parse
* test: highlightSearchText method
* fix: test for schema table
* fix: mock implemetation of stringToHTML
* test: highlightSearchText function with null or falsy parameters
(cherry picked from commit 31b11323896e9046d79e66dc3921dbccd79dfcff)
* fix the spacing around the input in custom properties right panel
* remove unwanted css
(cherry picked from commit a0c33ccc3f5b4dbb186576143a298f2ce189c2ee)
* supported editUser permission in user tab for team page
* remove edit all permission check in teams add/remove user api
* added playwright test for the editUser permission
* Added playwright test for data consumer user and remove no used field from the advance api call
---------
Co-authored-by: sonikashah <sonikashah94@gmail.com>
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
(cherry picked from commit 9e6078f654ed0a54e9d41b12c3a748449c6079ea)
* fix: Filter activity feed events for test cases and suites.
* minor fix around the button label after save task tab
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>