zhang-arvin opened a new pull request, #18603:
URL: https://github.com/apache/dolphinscheduler/pull/18603

   Fixes #18402 and #17550:
   
   ### Task Search API (#18402)
   
   Added a read-only API endpoint to search tasks by name and locate which 
workflow they belong to. After DSIP-59 removed the standalone Task Definition 
page, there was no way to search for tasks across workflows.
   
   Changes:
   - New `TaskSearchResult` entity
   - New search endpoint in `WorkflowDefinitionController`
   - Task search logic in `WorkflowDefinitionServiceImpl`
   - DAO layer support for task search queries
   
   ### DB TLS Helm Chart (#17550)
   
   Added support for connecting to external databases with TLS/SSL connections 
in the Helm Chart.
   
   Changes:
   - New `secret-external-database-ssl.yaml` template for TLS certificates
   - Updated `_helpers.tpl` with TLS configuration helpers
   - Updated all component deployments to mount TLS secrets
   - Updated `values.yaml` with new TLS configuration options


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to