dify/api/controllers/console
Harry 91318d3d04 refactor(trigger): rename trigger references to event for consistency
- Updated variable names and types from 'trigger' to 'event' across multiple files to enhance clarity and maintain consistency in the codebase.
- Adjusted related data structures and API responses to reflect the new naming convention.
- Improved type annotations and error handling in the workflow trigger run API and associated services.
2025-10-09 03:12:35 +08:00
..
app refactor(trigger): rename trigger references to event for consistency 2025-10-09 03:12:35 +08:00
auth refactor(router): apply ns.route style (#26339) 2025-09-28 13:37:06 +08:00
billing refactor(router): apply ns.route style (#26339) 2025-09-28 13:37:06 +08:00
datasets chore: remove explicit dependency on the fastapi framework (#26609) 2025-10-06 20:21:51 +08:00
explore refactor(router): apply ns.route style (#26339) 2025-09-28 13:37:06 +08:00
tag Refactor: Use @ns.route for tags API (#26357) 2025-09-29 22:33:29 +09:00
workspace move workflow_plugin_trigger_service to trigger sub dir 2025-10-02 00:31:33 +08:00
__init__.py fix trigger related api 404 2025-10-06 14:36:07 +08:00
admin.py refactor: Migrate part of the console basic API module to Flask-RESTX (#24732) 2025-09-10 12:15:47 +08:00
apikey.py chore: add ast-grep rule to convert Optional[T] to T | None (#25560) 2025-09-15 13:06:33 +08:00
error.py Restructure the File errors in controller (#23801) 2025-08-13 17:06:07 +08:00
extension.py refactor: Migrate part of the console basic API module to Flask-RESTX (#24732) 2025-09-10 12:15:47 +08:00
feature.py refactor: Migrate part of the console basic API module to Flask-RESTX (#24732) 2025-09-10 12:15:47 +08:00
files.py refactor(router): apply ns.route style (#26339) 2025-09-28 13:37:06 +08:00
init_validate.py refactor: Migrate part of the console basic API module to Flask-RESTX (#24732) 2025-09-10 12:15:47 +08:00
ping.py refactor: Migrate part of the console basic API module to Flask-RESTX (#24732) 2025-09-10 12:15:47 +08:00
remote_files.py refactor(router): apply ns.route style (#26339) 2025-09-28 13:37:06 +08:00
setup.py refactor: Migrate part of the console basic API module to Flask-RESTX (#24732) 2025-09-10 12:15:47 +08:00
spec.py refactor(router): apply ns.route style (#26339) 2025-09-28 13:37:06 +08:00
version.py more httpx (#25651) 2025-09-22 23:07:09 +08:00
wraps.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00