dify/api/controllers/console
takatost 35be41b337 Merge branch 'refs/heads/main' into feat/workflow-parallel-support
# Conflicts:
#	api/core/app/apps/advanced_chat/app_generator.py
#	api/core/app/apps/advanced_chat/generate_task_pipeline.py
#	api/core/app/apps/workflow/app_runner.py
#	api/core/app/apps/workflow/generate_task_pipeline.py
#	api/core/app/task_pipeline/workflow_cycle_state_manager.py
#	api/core/workflow/entities/variable_pool.py
#	api/core/workflow/nodes/code/code_node.py
#	api/core/workflow/nodes/llm/llm_node.py
#	api/core/workflow/nodes/start/start_node.py
#	api/core/workflow/nodes/variable_assigner/__init__.py
#	api/tests/integration_tests/workflow/nodes/test_llm.py
#	api/tests/integration_tests/workflow/nodes/test_parameter_extractor.py
#	api/tests/unit_tests/core/workflow/nodes/test_answer.py
#	api/tests/unit_tests/core/workflow/nodes/test_if_else.py
#	api/tests/unit_tests/core/workflow/nodes/test_variable_assigner.py
2024-08-21 16:59:23 +08:00
..
app Merge branch 'refs/heads/main' into feat/workflow-parallel-support 2024-08-21 16:59:23 +08:00
auth fix notion internal setting (#6836) 2024-07-31 17:17:46 +08:00
billing enhancement: introduce Ruff for Python linter for reordering and removing unused imports with automated pre-commit and sytle check (#2366) 2024-02-06 13:21:13 +08:00
datasets add pgvector full text search settting (#7427) 2024-08-20 13:20:19 +08:00
explore refactor(api): switch to dify_config in controllers/console (#6485) 2024-07-21 01:11:40 +08:00
tag fix dataset operator (#6064) 2024-07-09 17:47:54 +08:00
workspace refactor(api): switch to dify_config in controllers/console (#6485) 2024-07-21 01:11:40 +08:00
__init__.py Feat: conversation variable & variable assigner node (#7222) 2024-08-13 14:44:10 +08:00
admin.py Feat/chat custom disclaimer (#4306) 2024-05-18 10:52:48 +08:00
apikey.py enhancement: introduce Ruff for Python linter for reordering and removing unused imports with automated pre-commit and sytle check (#2366) 2024-02-06 13:21:13 +08:00
error.py add option to prompt for a validation password when initializing admin user (#2302) 2024-02-01 15:03:56 +08:00
extension.py refactor(*): Update hard-code '[__HIDDEN__]' to the constant. (#7048) 2024-08-07 17:30:56 +08:00
feature.py improve: mordernizing validation by migrating pydantic from 1.x to 2.x (#4592) 2024-06-14 01:05:37 +08:00
init_validate.py refactor(api): switch to dify_config in controllers/console (#6485) 2024-07-21 01:11:40 +08:00
ping.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
setup.py refactor(api): switch to dify_config in controllers/console (#6485) 2024-07-21 01:11:40 +08:00
version.py refactor(api): switch to dify_config in controllers/console (#6485) 2024-07-21 01:11:40 +08:00
wraps.py refactor(api): switch to dify_config in controllers/console (#6485) 2024-07-21 01:11:40 +08:00