dify/api/events/event_handlers
Stephen Zhou 30ed0907f3
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	api/controllers/console/app/site.py
#	api/controllers/console/datasets/datasets.py
#	api/core/plugin/backwards_invocation/model.py
#	api/core/rag/rerank/rerank_model.py
#	api/tests/test_containers_integration_tests/controllers/console/auth/test_oauth_server.py
#	api/tests/unit_tests/core/plugin/test_backwards_invocation_model.py
#	api/tests/unit_tests/tasks/test_batch_clean_document_task.py
#	packages/contracts/generated/api/service/orpc.gen.ts
#	web/app/components/datasets/rename-modal/index.tsx
#	web/app/components/header/account-setting/model-provider-page/model-selector/popup-layout.tsx
#	web/features/tag-management/components/tag-search-content.tsx
2026-08-27 10:06:48 +08:00
..
__init__.py Implement the requested changes across the application 2026-08-09 22:40:48 -04:00
clean_when_dataset_deleted.py fix: delete knowledge pipeline but pipeline and workflow don't delete (#29591) 2025-12-15 12:00:03 +08:00
clean_when_document_deleted.py fix: handle None values in dataset and document deletion logic (#27083) 2025-10-20 12:52:48 +08:00
create_document_index.py chore: more upload file size for paid user (#39967) 2026-08-06 03:23:16 +00:00
create_installed_app_when_app_created.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
create_site_record_when_app_created.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
delete_tool_parameters_cache_when_sync_draft_workflow.py feat: add cross-environment app migration workflow (#36765) 2026-05-28 07:30:33 +00:00
queue_credential_sync_when_tenant_created.py refactor(api): consolidate deployment edition handling (#40142) 2026-08-11 07:39:01 +00:00
queue_default_plugin_install_when_tenant_created.py feat: default plugins for new user (#39167) 2026-07-17 02:49:58 +00:00
sync_knowledge_fs_bindings_when_app_published_workflow_updated.py Fix workflow binding sync session handling 2026-08-09 22:50:44 -04:00
sync_plugin_trigger_when_app_created.py feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00
sync_webhook_when_app_created.py feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00
sync_workflow_schedule_when_app_published.py refactor: use sessionmaker in controllers, events, models, and tasks 1 (#34693) 2026-04-07 23:47:20 +00:00
update_app_dataset_join_when_app_model_config_updated.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
update_app_dataset_join_when_app_published_workflow_updated.py chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
update_app_triggers_when_app_published_workflow_updated.py refactor: use sessionmaker in controllers, events, models, and tasks 1 (#34693) 2026-04-07 23:47:20 +00:00
update_provider_when_message_created.py feat(api): track credit usage contexts (#41181) 2026-08-25 10:21:32 +00:00