* support table details customization page
* update widget preview
* fix schema tab
* fix issue around save layout across tabs
* fix unit tests
* fix tab label with customized one
* misc fixes for persona edit
* update
* update topic with persona changes
* support dashboard data model
* support data assets with customization
* support pipeline with customize page
* fix console errors
* fix tests
* fix sonar cloud issues
* update code for data assets
* remove fqn prop as
* create generic tabs
* update
* support customization for domain page
* update
* fix errors
* fix tests
* update
* fix detail pages
* fix playwright tests
* fix unit tests
* fix unit tests
* update generic tab
* update
* fix tests
* fix tests
* fix data test id for tags and glossary terms
* fix version pages
* fix unit test
* update page enum with api collection
* update custom property to use generic provider
* fix api collection & endpoint
* fix apiCollection and apiEndpoint customization
* fix container test and fix sonar
* fix tests
* fix delete playwright
* support metric entity
* add metric as page type to customization
* fix container unit tests
* fix metric tests
* fix ml model customization
* fix test for mlmodel page
* fix Metric details tests
* fix tests
* fix test for database schema version page
* reset max failure for playwright
* improve icons
* address comments
* update translation
* update as per comments
* update localization
* update function signature
* update file names and fix imports
* address comments
* support tags and glossary to domain
* fix failing tests
* option to show hide task handlers
* Update Data Insights Configurations to enable more fine control management
* Update Data Insights Configurations to enable more fine control management
* Hide one configuration from DataInsights App
* Fix#19950: Add Tags/Glossary Term support for Domains & Data Products
* add tags and glossary terms to domain and data product
* fix snakeyaml dependency
* Fix search filtering for domain/dataProduct
* fix showing of domain on tags page
* fix merge conflicts
* addressed comments
---------
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
* fix(ui): service type filter for multiple selections
* fix tests
* remove import
* revert other changes
* added test for service type filter
* improve code
* Add Day One Experience App JSONSchema
* Add 'uninstall' method to applications, that should run on deleteApp
* Fix JSONSchemas
* Treating the case where we are trying to suspend or resume a workflow already in that state
* Fix JsonSchema
* fix(ui): forever loading for oidc auth refresh failure
* fix redirect login issue with iframe
added tests for iframe vs popup login
added tests for clearing localState for refresh api failures
* fix - 17995 Avoid duplicate teams in team listing hierarchy
* added check in playwright to see if the team is not repeated
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* GEN 16908 - Support pagination for children field
* Fix tests - Support pagination for children field
* move children pagination listing to separate api
* added pagination support from UI
* added playwright test for the pagination test
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* Fix#17723: Generate Incremental Change Events even when consolidation of events applied
* Fix#17723: Generate Incremental Change Events even when consolidation of events applied
* fix tests
* Fix tests
* clean policy tests
* update search methods to use incrementalChangeDescription part-1
* Fix the version page playwrights
* update search methods to use incrementalChangeDescription part-2
* introduce new field incrementalChangeDescription for search part-3
* fix mvn endpoint test
* fix followers and page search test
* fix following of assets
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: sonikashah <sonikashah94@gmail.com>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
* feat(event-subscriptions): event consumer extension
- implemented DI for event consumers
- added custom config for event consumers
- initialize the event scheduler along with application
- added workflow custom type
* - removed the ConsumerService as it is specific for each consumer implementation
- added a "custom" alert type
* wip
* cleanup
* reverted pom.xml changes
* reverted pom.xml changes
* reverted pom.xml changes
* removed abstract layer AbstractOmAppJobListener
* fixed import AbstractOmAppJobListener -> OmAppJobListener
* fixed constructor
* - add event subscription if it doesnt exist (set operation)
- add deleteEventSubscription
* - use patch mode when updating app.eventSubscriptions
* added docs for DIContainer
* aligned py tests with new automation schema
* added AppRunRecord.properties
* format
* changes after merge
* generated missing ts
* use openmetadata config builder instead of the config
* add json logic fixes for reverse metadata
* ref: reverted changes ro workflows
they will be part of https://github.com/open-metadata/OpenMetadata/pull/19723
* ref: reverted changes to workflows
they will be part of https://github.com/open-metadata/OpenMetadata/pull/19723
* reverted ts changes
* reverted ts changes
* reverted ts changes
* fix: initialization sequence for event subscription scheduler
---------
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
* Add Run App Task
* Work on Run App Task
* Rollback task changes
* Fixing type convertion
* Fix Run External App wait
* Fix Run App Task
---------
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
* Remove the flakiness for AdvancedSearch and AutoClassification tests
* Fix the failing tests
* fixed failing data quality test
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>