dify/api/controllers/console
jyong 392514fa13 Merge branch 'feat/queue-based-graph-engine' into feat/rag-2
# Conflicts:
#	api/commands.py
#	api/core/app/apps/common/workflow_response_converter.py
#	api/core/llm_generator/llm_generator.py
#	api/core/plugin/entities/plugin.py
#	api/core/plugin/impl/tool.py
#	api/core/rag/index_processor/index_processor_base.py
#	api/core/workflow/entities/workflow_execution.py
#	api/core/workflow/entities/workflow_node_execution.py
#	api/core/workflow/enums.py
#	api/core/workflow/graph_engine/entities/graph.py
#	api/core/workflow/graph_engine/graph_engine.py
#	api/core/workflow/nodes/enums.py
#	api/services/dataset_service.py
2025-08-27 16:05:59 +08:00
..
app feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
auth Refactor: use logger = logging.getLogger(__name__) in logging (#24515) 2025-08-26 18:10:31 +08:00
billing try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
datasets Merge branch 'feat/queue-based-graph-engine' into feat/rag-2 2025-08-27 16:05:59 +08:00
explore feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
tag feat: API docs for service api (#24425) 2025-08-25 09:26:54 +08:00
workspace feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
__init__.py refactor(console): add spec controller import and enhance tool output schema resolution 2025-08-26 11:07:12 +08:00
admin.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
apikey.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
error.py Restructure the File errors in controller (#23801) 2025-08-13 17:06:07 +08:00
extension.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
feature.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
files.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
init_validate.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
ping.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
remote_files.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
setup.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
spec.py fix: restful to restx 2025-08-26 12:51:40 +08:00
version.py Refactor: use logger = logging.getLogger(__name__) in logging (#24515) 2025-08-26 18:10:31 +08:00
wraps.py Merge branch 'main' into feat/rag-2 2025-08-22 17:40:34 +08:00