dify/api/tests/unit_tests
Harry b41538d8c7 feat(trigger): reinforcement schedule trigger debugging with cron calculation
- Implemented a caching mechanism for schedule trigger debug events using Redis to optimize performance.
- Added methods to create and manage schedule debug runtime configurations, including cron expression handling.
- Updated the ScheduleTriggerDebugEventPoller to utilize the new caching and event creation logic.
- Removed the deprecated build_schedule_pool_key function from event handling.
2025-10-28 23:34:08 +08:00
..
configs feat: update HTTP timeout configurations and enhance timeout input handling in UI (#26685) 2025-10-10 09:00:06 +08:00
controllers refactor: replace localStorage with HTTP-only cookies for auth tokens (#24365) 2025-10-19 21:29:04 +08:00
core feat(trigger): reinforcement schedule trigger debugging with cron calculation 2025-10-28 23:34:08 +08:00
extensions Merge remote-tracking branch 'origin/main' into feat/trigger 2025-10-06 19:12:16 +08:00
factories feat: implement strict type validation for remote file uploads (#27010) 2025-10-18 11:44:11 +08:00
libs Merge remote-tracking branch 'origin/main' into feat/trigger 2025-10-28 11:28:06 +08:00
models optimize: TriggerDispatchResponse 2025-10-18 20:40:59 +08:00
oss rm type ignore (#25715) 2025-10-21 11:26:58 +08:00
repositories Feat/add status filter to workflow runs (#26850) 2025-10-18 12:15:29 +08:00
services Merge remote-tracking branch 'origin/main' into feat/trigger 2025-10-28 11:28:06 +08:00
tasks feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
tools fix(api): ensure JSON responses are properly serialized in ApiTool (#27097) 2025-10-19 18:56:02 +08:00
utils rm type ignore (#25715) 2025-10-21 11:26:58 +08:00
.gitignore Enhance Code Consistency Across Repository with `.editorconfig` (#19023) 2025-04-29 18:04:33 +08:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
conftest.py fix: resolve Redis mock import error in test configuration (#22663) 2025-07-20 11:06:38 +08:00