This is an automated email from the ASF dual-hosted git repository.

gaoxingcun pushed a change to branch feature/ai-sop-workflow
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git


    from 4540fe2fe9 feat: implement AI scheduled monitoring with full i18n 
support - Add AI scheduled task feature for periodic SOP execution and results 
push. - Implement schedule management UI with create, edit, delete, and toggle 
support. - Support dynamic report language based on user's system locale 
configuration. - Add database persistence and Flyway migrations for SOP 
schedule tasks. - Refactor i18n utility to support background threads and 
update translations.
     add 4f1efcd538 fixed:fix ai chat formatting and add license headers.

No new revisions were added by this update.

Summary of changes:
 .../src/main/resources/i18n/messages.properties    |  15 ++
 .../src/main/resources/i18n/messages_en.properties |  15 ++
 .../src/main/resources/i18n/messages_zh.properties |  15 ++
 .../src/main/resources/skills/daily_inspection.yml |  15 ++
 .../skills/mysql_slow_query_diagnosis.yml          |  15 ++
 .../db/migration/h2/V181__update_column.sql        |  17 ++
 .../db/migration/mysql/V181__update_column.sql     |  17 ++
 .../migration/postgresql/V181__update_column.sql   |  17 ++
 .../shared/components/ai-chat/chat.component.html  | 187 ++++++++++++++-------
 .../shared/components/ai-chat/chat.component.ts    |   4 +-
 10 files changed, 257 insertions(+), 60 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to