* feat(ui): add html to markdown conversion and vice versa in block editor
* chore: update mention suggestion logic
* chore: add field support in entityLink
* chore: set focus after setting the content
* revert: chore: set focus after setting the content
* chore: change the prop name
* chore: add options to setContent
* chore: move parsing option to constant
* chore: add diff view custom node
* chore: add custom extension for image
* chore: address comment
* chore: address comment
* ui: aligned assets tab ui of teams page with glossary term page
* move index's to constant file
* fixed no data placeholder flickering issue
* updated default layout option
* feat: move elasticsearch indexing to backend + introduced EntityTimeSeries interface for timeseries type object
* feat: make reportData.json inherit from EntityTimeSeriesInterface
* feat: updated type to Object
* feat: deleted elasticsearch dependencies
* feat: removed elasticsearch indexing from workflow
* feat: added data insight sample data
* feat: cleaned up tests
* added search index option for global search
* removed the announcement and rename options for soft deleted entities
* fixed the testid for SummaryTagsDescription
* Added summary panel component for search index
* updated summary components to use new common component
* Added lineage functionality for search index entity
* fixed code smells
* Removed unnecessary case conversions
* removed unnecessary fields
* Fixed code smells
* domain update functionality for searchIndex page
added version page for search index
updated domain changes for all the version pages
* fixed unit tests
* fixed minor bug on version page
* added after domain update action for tables
* added searchIndex option for reIndexing
* fixed searchUtils error
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Fix#11970: Search by FQN; Refactor Search Indexing, Add API to search for specific field
* Fix#11970: Search by FQN; Refactor Search Indexing, Add API to search for specific field
* Fix#11970: Search by FQN; Refactor Search Indexing, Add API to search for specific field
* Fix#11970: Search by FQN; Refactor Search Indexing, Add API to search for specific field
* Fix#11970: Search by FQN; Refactor Search Indexing, Add API to search for specific field
* Fix#11970: Search by FQN; Refactor Search Indexing, Add API to search for specific field
* Add wildcard support
* Fix GlossaryTerm Patch
* added search index option for global search
* removed the announcement and rename options for soft deleted entities
* fixed the testid for SummaryTagsDescription
* Added summary panel component for search index
* updated summary components to use new common component
* Added lineage functionality for search index entity
* fixed code smells
* Removed unnecessary case conversions
* removed unnecessary fields
* Fixed code smells
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* supported storedProcedure and dashboardDataModel search index
* added multi language support in lineage drawer and added stored procedure and data model in it
* added fix in explore side panel
* made id required in schema and ui side
* remove stored procedure from linages sidebar
* ui: supported storedProcedure as edge in lineage (#13225)
* supported storedProcedure as edge in lineage
* fix unit test
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* shown children tab in storage container in case of schema empty
* fix unit test
* fix unit test
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* feat: playwright CI tests
* feat: ran python linting
* feat: updated workflow to run in PR
* feat: updated server start step
* feat: fixed playwright run command
* feat: fix matrix value
* feat: removed browser option in test run
* feat: updated typo in make file
* feat: move playwritgh installation
* feat: fail CI on error
* feat: save tracing on failure
* feat: enforce expect on .fill
* feat: change tracing to video
* feat: clean up code and update CI workflow for main branch
* Rename sandboxDomain to instanceDomain
* Test Get Charts in DomoDashboard
* Fix schemas
* Fix test
* Fix test
* Rename to Auto Tag PII
* Fix query test
* Fix query test
* Fix query test
* Fix LifeCycle inconsistencies in Schema; Add DELETE api
* set autocommit to true for non transactional
* make lifecycle common field for entities
* Add LifeCycle as common entity field
* Fix python life cycle code
* Fix search indexes
* remove unnecessary constant
* Add test back to entity resource test
* Fix lint
* Fix lint
* Fix lint
* Fix lint
* Add missing schema
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>