* 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>
* fix: added logic to store test case result state with test case entity
* fix: added relative path logic in python unit test
* fix: added logic to sort testCases based on last execution date of test case result
* fix: ran python linting
* fix: added test case listing order param in frontend call
* fix: added tests around test suite result summary state
* fix: remove isDeleted repeated check
* fix: isolated test suite for maven tests + fix some UI failing tests
* fix: run java linting
* Fix:Updating Docker Label for version update via makefile
* Fix:Updating Docker Label for version update via makefile
* Fix:Updating Docker Label for version update via makefile
* Fix#9972: Add Badge with color or icon for Tags,GlossaryTerm, Domain and DataProducts
* Fix#9972: Add Style with color or icon for Tags,GlossaryTerm, Domain and DataProducts
* Add style to TagLabel
* added search index details page and related changes
* localization changes for other languages
* added search index option in settings custom attribute section
* updated the search icon on settings page
* updated the default fields to fetch on search index details page
* fixed unit tests
* fixed unit tests
* added unit tests for newly added components
code optimization to remove duplication
* fixed alignment for expand all button
* fixed the margin issue with search bar
* fixed minor bugs on search index details page
* localization changes for other languages
* worked on comments
* fixed code smells
* ui: Implement filtering by tags inside the table schema #12860
* fixed icon alignment
* added filter functionality to tags and glossary in entity fileds
* fixed failing unit test
* added cypress for filter tags
* feat(ui): support multi view for service page
* support search and pagination
* support filter
* fix unit tests
* fix search indexes
* revert glossary term tab component
* fix pagingation
* fix loading issue
* fix code smells
* fix cypress
* Part of #12998 - Add Stored Procedures support for Redshift
* Lint
* Fix bq queries
* Update ingestion/src/metadata/ingestion/source/database/bigquery/queries.py
* changes to incorporate search services into application
* removed settings search-index custom attribute option to include in other PR
* Added API to fetch search indexes
* Added version page changes for search service
* fixed search service delete bug
* Added cypress test for search service page
* updated the search icon on settings page
* updated the data asset header to show proper action items for search service
* added searchIndex entityType
* Updated elastic search icon
* Added open search icon
* updated the return type for search index API function
* Fixed cypress service version cypress test
* added beta tag for OpenSearch Connector
* removed the `OpenSearch` Connector option
* added and fixed unit tests
* fixed test for DatabaseSchemaPage
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>