dify/api/services/trigger
Harry dfc5e3609d refactor(trigger): streamline OAuth client existence check
Replaced the method for checking the existence of a system OAuth client with a new dedicated method `is_oauth_system_client_exists` in the TriggerProviderService. This improves code clarity and encapsulates the logic for verifying the presence of a system-level OAuth client. Updated the TriggerOAuthClientManageApi to utilize the new method for better readability.
2025-10-29 14:22:56 +08:00
..
schedule_service.py feat(trigger): reinforcement schedule trigger debugging with cron calculation 2025-10-28 23:34:08 +08:00
trigger_provider_service.py refactor(trigger): streamline OAuth client existence check 2025-10-29 14:22:56 +08:00
trigger_request_service.py fix: refine 2025-10-18 20:27:22 +08:00
trigger_service.py fix: refine 2025-10-18 20:27:22 +08:00
trigger_subscription_builder_service.py fix: unify trigger url generation 2025-10-20 15:34:51 +08:00
webhook_service.py feat(trigger): add suspend/timeslice layers and workflow CFS scheduler 2025-10-21 19:20:54 +08:00