* fix: update antlr regex for entity fqn
* fix: update antlr rule to allow single character
* style: ran python linting
* fix: updated antlr token for NAME_OR_FQN
* feat: add list from search service logic
* fix: added test and enable ES testing
* style: ran java linting
* fix: ES container startup timeout
* style: ran java linting
* fix: removed array definition as attributes of filter class
* style: ran java linting
* fix: update list from search
* feat: added q param to list from search endpoint
* style: ran java linting
* fix: enable ES test for list from search
* fix: added include/exclude from source
* style: ran java linting
* feat: add domain support for test case
* fix: added search service check for domain inheritence
* feat: added domain query param to list from search
* style: ran java linting
* Fix#12964: filter draft dashboards from config
* Fix#12964: add unit test for qlik_sense
* Fix#12964: added UI and doc code
* Fix#12964: move includedraftdashboard flag from source_connection to source_config
* Fix#12964: filter draft dashboards in qlikcloud
* Fix#12964: add unit test for qlik cloud
* Fix#12964: remove unnecessary comments, code clean
* Fix#12964: pylint changes
* remove sample_data dependency for searchFlow and improved version page tests
* address comments to move entity creation and deletion to util functions
* create util functions for getting the entity creation details for advanced search
* change display name of the 'Generic' destination type to 'Webhook'
* reset destinations after source change
* refactor the DestinationSelectItem component.
* add unit test for DestinationSelectItem component
* update and fix cypress tests for destination select related changes
* remove the unnecessary callback ref use and used useEffect instead
* fix the failing unit tests
* fix the cypress tests
---------
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
* cypress: fix cypress failure for teamDragAndDrop
* added cypress label
* move cleanup code in the after function
* remove the team creation from test part and put it in before
* remove service.spec as it is already covered in services.spec
* fixed DQ cypress
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* fix the ui around domain label, data filter and searchindex table entity stats
* remove unwanted file change
* changes as per comments
* changes as per comments
* fix the missing dependency
* remove the domains and versions from the reference urls of the openmetadata documentation
* remove unnecessary version mentions in the reference URLS
* added handling for new schedule when migrating quartz context
* grab application schedule from the db
* removed unneeded throws
* removed json parsing
* removed unneeded throw
* fix AbstractOmAppJobListener
* added appTrigger test
* format
* increased test timeout to 30
* added assertion for not failed
* add break for loop in case of CI