botserver/migrations
Rodrigo Rodriguez (Pragmatismo) 84117ce5b2
Some checks failed
GBCI Bundle / build-bundle (push) Has been skipped
GBCI / build (push) Failing after 14s
feat: add ON EMAIL and ON CHANGE keywords for event-driven monitoring
- Add ON EMAIL keyword with FROM/SUBJECT filters
- Add ON CHANGE keyword with account:// syntax (gdrive, onedrive, dropbox, local)
- Add TriggerKind::EmailReceived (5) and FolderChange (6)
- Add migration 6.1.3_bot_hierarchy_monitors with:
  - email_monitors, folder_monitors tables
  - email_received_events, folder_change_events tables
  - user_organizations table
  - Bot hierarchy: parent_bot_id, enabled_tabs_json, inherit_parent_config
- Add 26 unit tests (12 on_email, 12 on_change, 2 trigger_kind)
- Update PROMPT.md with weekly maintenance checklist
- Zero warnings, zero errors
2025-12-18 16:17:58 -03:00
..
6.0.0_initial_schema feat(automation): increase schedule field size and improve task checking 2025-11-12 15:04:04 -03:00
6.0.1_bot_memories feat: add diesel_migrations and update dependencies 2025-11-12 12:48:06 -03:00
6.0.2_kb_tools feat: add diesel_migrations and update dependencies 2025-11-12 12:48:06 -03:00
6.0.3_kb_session_tables feat: add diesel_migrations and update dependencies 2025-11-12 12:48:06 -03:00
6.0.4_config_management feat: add diesel_migrations and update dependencies 2025-11-12 12:48:06 -03:00
6.0.5_automation_updates Fix config.csv loading on startup 2025-12-08 00:19:29 -03:00
6.0.6_user_accounts ``` Add comprehensive email account management and user settings 2025-11-21 09:28:35 -03:00
6.0.7_session_kb_tracking ``` Add comprehensive email account management and user settings 2025-11-21 09:28:35 -03:00
6.0.8_directory_integration - Even more keywords. 2025-11-22 12:26:16 -03:00
6.0.9_website_support Fix config.csv loading on startup 2025-12-08 00:19:29 -03:00
6.1.0_enterprise_suite Fix config.csv loading on startup 2025-12-08 00:19:29 -03:00
6.1.1_fix_config_id_types Fix config.csv loading on startup 2025-12-08 00:19:29 -03:00
6.1.2_connected_accounts feat: add ON EMAIL and ON CHANGE keywords for event-driven monitoring 2025-12-18 16:17:58 -03:00
6.1.3_bot_hierarchy_monitors feat: add ON EMAIL and ON CHANGE keywords for event-driven monitoring 2025-12-18 16:17:58 -03:00