dify/api/tests/test_containers_integration.../services
Yeuoly b0f1e55a87 refactor: remove triggered_by field from webhook triggers and use automatic sync
- Remove triggered_by field from WorkflowWebhookTrigger model
- Replace manual webhook creation/deletion APIs with automatic sync via WebhookService
- Keep only GET API for retrieving webhook information
- Use same webhook ID for both debug and production environments (differentiated by endpoint)
- Add sync_webhook_relationships to automatically manage webhook lifecycle
- Update tests to remove triggered_by references
- Clean up unused imports and fix type checking issues

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-10 17:17:19 +08:00
..
tools feat: add test containers based tests for api tool manage service (#24821) 2025-08-31 17:02:08 +08:00
__init__.py Feat add testcontainers test for account service (#23380) 2025-08-05 20:15:39 +08:00
test_account_service.py feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
test_advanced_prompt_template_service.py Add more comprehensive Test Containers Based Tests for advanced prompt service (#23850) 2025-08-13 11:21:32 +08:00
test_agent_service.py Add more comprehensive Test Containers Based Tests for advanced prompt service (#23850) 2025-08-13 11:21:32 +08:00
test_annotation_service.py Update ast-grep pattern for session.query (#24828) 2025-08-31 17:03:51 +08:00
test_api_based_extension_service.py try ast-grep (#24149) 2025-08-19 13:41:52 +08:00
test_app_dsl_service.py Update ast-grep pattern for session.query (#24828) 2025-08-31 17:03:51 +08:00
test_app_generate_service.py Add Test Containers Based Tests for App Generation Services (#23899) 2025-08-14 10:16:41 +08:00
test_app_service.py Feat add testcontainers test for app service (#23523) 2025-08-07 09:13:30 +08:00
test_feature_service.py feat: add testcontainers based tests for feature service (#24026) 2025-08-19 09:32:47 +08:00
test_file_service.py Add Test Containers Based Tests for File Service (#23771) 2025-08-12 18:16:07 +08:00
test_message_service.py try ast-grep (#24149) 2025-08-19 13:41:52 +08:00
test_metadata_service.py feat: add testcontainers based tests for metadata service (#24048) 2025-08-18 09:43:20 +08:00
test_model_load_balancing_service.py try ast-grep (#24149) 2025-08-19 13:41:52 +08:00
test_model_provider_service.py feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
test_saved_message_service.py feature: add test containers base tests for saved message service (#24259) 2025-08-21 09:34:49 +08:00
test_tag_service.py feature: add test containers base tests for tag service (#24313) 2025-08-22 09:27:51 +08:00
test_web_conversation_service.py feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
test_webapp_auth_service.py feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
test_webhook_service.py refactor: remove triggered_by field from webhook triggers and use automatic sync 2025-09-10 17:17:19 +08:00
test_website_service.py feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
test_workflow_app_service.py feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
test_workflow_draft_variable_service.py fix(api): fix flaky tests by generating unique variable names (#23768) 2025-08-12 09:31:15 +08:00
test_workflow_run_service.py feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
test_workflow_service.py Feature add test containers workflow service (#24666) 2025-08-28 09:31:29 +08:00
test_workspace_service.py feat: add test containers based tests for workspace service (#24752) 2025-08-29 12:10:13 +08:00