Commit Graph

8343 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
Coding On Star 46e0548731
chore: enhance Jest setup and add new tests for dataset creation components (#29825)
Co-authored-by: CodingOnStar <hanxujiang@dify.ai>
2025-12-18 16:58:55 +08:00
yyh e228b802c5
refactor: implement SettingsModal with retrieval settings and add tests for RetrievalChangeTip component (#29786) 2025-12-18 16:58:41 +08:00
quicksand b0bef1a120
fix(api): resolve errors when setting visibility to partial members (#29830) 2025-12-18 16:56:24 +08:00
yyh 98b1ec0d29
chore(web): enhance tests follow the testing.md and skills (#29841) 2025-12-18 16:54:00 +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
yyh 9f24cff9dd
chore(web): enhance frontend tests (#29859) 2025-12-18 16:46:12 +08:00
-LAN- 9bb5670711
chore(codeowners): add migrations code owner (#29864) 2025-12-18 16:46:03 +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
Joel a913cf231f
chore: tests for annotation (#29851)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-18 15:17:22 +08:00
呆萌闷油瓶 ee4041a526
feat: show generate speed in chatbot (#29602)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-12-18 15:13:09 +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
yyh 3cd57bfb60
ci: add detailed test coverage report for web (#29803)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2025-12-18 15:00:32 +08:00
Nour Zakhma 32401de4df
fix(theme): make sticky headers opaque in dark mode (Monaco sticky sc… (#29826) 2025-12-18 15:00:15 +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
Joel cdfabec7a4
chore: tests for goto anything (#29831) 2025-12-18 13:52:33 +08: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
crazywoola c086aa107c
fix: TypeError: outputParameters is not iterable (#29833) 2025-12-18 11:21:12 +08:00
yihong acbeb04edc
fix: drop some dead links (#29827)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2025-12-18 10:52:19 +08:00
-LAN- ae17537470
fix: mermaid graph (#29811)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
2025-12-18 10:50:14 +08:00