Commit Graph

4958 Commits

Author SHA1 Message Date
Asuka Minato 0f1df4f339 assert correct msg 2025-12-18 18:10:44 +09:00
Asuka Minato a8c344e978 fix not used bug 2025-12-18 18:10:44 +09:00
Asuka Minato a1dcbda515 Merge branch 'main' into pydantic-remaining 2025-12-18 18:10:27 +09:00
quicksand b0bef1a120
fix(api): resolve errors when setting visibility to partial members (#29830) 2025-12-18 16:56:24 +08:00
Asuka Minato a954bd0616
refactor: part of remove all reqparser (#29848)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-18 16:52:51 +08:00
wangxiaolei 78ca5ad142
fix: fix fixed_separator (#29861) 2025-12-18 16:50:44 +08:00
wangxiaolei e6545f2727
perf: decrease db query (#29837)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-12-18 15:35:52 +08:00
huku eb5a444d3d
fix: plugin execution timeout not respecting PLUGIN_MAX_EXECUTION_TIMEOUT (#29785)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2025-12-18 15:11:01 +08:00
wangxiaolei dd237f129d
fix: fix json object validate (#29840) 2025-12-18 14:46:00 +08:00
hj24 46c9a59a31
feat: sandbox retention basic settings (#29842) 2025-12-18 14:16:23 +08:00
Asuka Minato 06599f9061 try 2025-12-18 15:03:42 +09:00
Asuka Minato 16a06923cc fix test 2025-12-18 14:58:02 +09:00
hj24 9a51d2da57
feat: add billing subscription plan api (#29829)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-12-18 13:11:47 +08:00
Asuka Minato 723cda45b1 fix 2025-12-18 12:45:41 +09:00
Asuka Minato 275dff2db3 Update api/libs/helper.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-18 12:45:41 +09:00
autofix-ci[bot] 0e2eab7502 [autofix.ci] apply automated fixes 2025-12-18 12:45:41 +09:00
Asuka Minato e373dc487e nit 2025-12-18 12:45:41 +09:00
Asuka Minato af8a137a2a nit 2025-12-18 12:45:41 +09:00
Asuka Minato cdd60dc1b8 use type annotation 2025-12-18 12:45:41 +09:00
Asuka Minato 64a20aea65 fix 2025-12-18 12:45:41 +09:00
Asuka Minato 1d14692dd3 missing import 2025-12-18 12:45:41 +09:00
autofix-ci[bot] d74ac9f09a [autofix.ci] apply automated fixes 2025-12-18 12:45:41 +09:00
Asuka Minato 413623598b fix 2025-12-18 12:45:41 +09:00
Asuka Minato e634d25049 fmt 2025-12-18 12:45:41 +09:00
Asuka Minato 80f63c728f use custom UUIDStrOrEmpty 2025-12-18 12:45:41 +09:00
Asuka Minato 766443178c use type 2025-12-18 12:45:41 +09:00
Asuka Minato 05db04317a add import linter 2025-12-18 12:45:40 +09:00
Asuka Minato 69ebd37e2a fix test
[autofix.ci] apply automated fixes

fix test

fix

declare

?
2025-12-18 12:45:40 +09:00
Asuka Minato ed4bb86e26 rm | None 2025-12-18 12:45:40 +09:00
Asuka Minato 163f56686f Update api/controllers/web/completion.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-18 12:45:40 +09:00
Asuka Minato 8fa5e71129 Update api/services/tools/workflow_tools_manage_service.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-18 12:45:40 +09:00
autofix-ci[bot] d118b78d30 [autofix.ci] apply automated fixes 2025-12-18 12:45:40 +09:00
Asuka Minato d985e44885 Update api/controllers/console/tag/tags.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-18 12:45:40 +09:00
Asuka Minato 60921d2587 based on gemini's advice 2025-12-18 12:45:40 +09:00
Asuka Minato c00d835d7f reg name 2025-12-18 12:45:40 +09:00
Asuka Minato 995bfe16fc fix
fix type

fix
2025-12-18 12:45:40 +09:00
Asuka Minato 3225ca8337 reqparse is gone 2025-12-18 12:45:40 +09:00
yihong acbeb04edc
fix: drop some dead links (#29827)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2025-12-18 10:52:19 +08:00
wangxiaolei b3e5d45755
chore: compatiable opendal modify (#29794) 2025-12-18 10:00:31 +08:00
fanadong df2f1eb028
fix(deps): restore charset_normalizer, revert accidental chardet reintroduction (#29782) 2025-12-17 16:56:41 +08:00
wangxiaolei 4fce99379e
test(api): add a test for `detect_file_encodings` (#29778)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-12-17 14:33:30 +08:00
zhaobingshuang 8d1e36540a
fix: detect_file_encodings TypeError: tuple indices must be integers or slices, not str (#29595)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2025-12-17 13:58:05 +08:00
fanadong 44f8915e30
feat: Add Aliyun SLS (Simple Log Service) integration for workflow execution logging (#28986)
Co-authored-by: hieheihei <270985384@qq.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2025-12-17 13:43:54 +08:00
FFXN a93eecaeee
feat: Add "type" field to PipelineRecommendedPlugin model; Add query param "type" to recommended-plugins api. (#29736)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Jyong <76649700+JohnJyong@users.noreply.github.com>
2025-12-17 11:26:08 +08:00
Ryusei Hashimoto 86131d4bd8
feat: add datasource_parameters handling for API requests (#29757)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-12-17 10:37:55 +08:00
wangxiaolei dda7eb03c9
feat: _truncate_json_primitives support file (#29760) 2025-12-17 08:10:43 +09:00
zyssyz123 b7649f61f8
fix: Login secret text transmission (#29659)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2025-12-16 16:55:51 +08:00
Jyong ae4a9040df
Feat/update notion preview (#29345)
Co-authored-by: twwu <twwu@dify.ai>
2025-12-16 16:43:45 +08:00
-LAN- 0749e6e090
test: Stabilize sharded Redis broadcast multi-subscriber test (#29733)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-12-16 16:35:55 +08:00
crazywoola a915b8a584
revert: "security/fix-swagger-info-leak-m02" (#29721) 2025-12-16 14:19:33 +08:00