-LAN-
09f0c32da1
chore: consolidate type checking in style workflow ( #25053 )
2025-09-03 13:34:43 +08:00
-LAN-
b17527c32a
[Chore/Refactor] Switch from MyPy to Basedpyright for type checking ( #25047 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com >
2025-09-03 11:52:26 +08:00
Bowen Liang
887e58feb2
chore: run ty check CI action only when api code changed ( #24986 )
2025-09-02 16:59:11 +08:00
Bowen Liang
eafe26f2a5
chore: apply ty checks on api code with script and ci action ( #24653 )
2025-09-02 16:05:13 +08:00
Yongtao Huang
6cbc7cdbe6
CI: add TS indentation check via esLint ( #24810 )
2025-09-01 15:31:59 +08:00
Asuka Minato
20b0f41bff
Update ast-grep pattern for session.query ( #24828 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-08-31 17:03:51 +08:00
-LAN-
35db9c7a5c
chore: remove duplicate Python style checks handled by autofix CI ( #24833 )
2025-08-31 17:01:19 +08:00
-LAN-
5d7b758961
refactor: reorganize the CI pipeline ( #24817 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com >
2025-08-30 00:12:25 +08:00
-LAN-
aaec6baf64
refactor: remove duplicate pull_request triggers from workflow files ( #24814 )
2025-08-29 23:09:26 +08:00
-LAN-
2efb9b764f
fix: add missing statuses permission to main CI workflow ( #24809 )
2025-08-29 22:33:13 +08:00
QuantumGhost
3ac2f8fbcd
chore(api): fix Alembic offline migration compatibility ( #24795 )
...
This PR fixes Alembic offline mode (`--sql` flag) by ensuring data migration functions only execute in online mode. When running in offline mode, these functions now skip data operations and output informational comments to the generated SQL.
2025-08-29 19:13:24 +08:00
-LAN-
dc44d9aabb
feat: orchestrate CI workflows to prevent duplicate runs when autofix makes changes ( #24758 )
2025-08-29 13:23:08 +08:00
Asuka Minato
7c33c80038
Restrict autofix workflow to main branch ( #24581 )
2025-08-27 10:23:39 +08:00
lyzno1
14f2c2a78c
chore: standardize to official astral-sh/setup-uv@v6 action ( #24527 )
2025-08-26 11:55:17 +08:00
Asuka Minato
f681ac4876
auto format md files ( #24242 )
2025-08-22 16:36:46 +08:00
Asuka Minato
d951b14826
add tyck tool (currently ignore the error) ( #22592 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-08-20 16:40:12 +08:00
Asuka Minato
08b8fd0d8d
try ast-grep ( #24149 )
2025-08-19 13:41:52 +08:00
lyzno1
5ab517206b
refactor: unify pnpm version management with packageManager field ( #23943 )
2025-08-15 09:01:18 +08:00
lyzno1
1cb4b7c718
fix: change i18n workflow trigger mechanism to run in main repository ( #23662 )
2025-08-09 16:31:24 +08:00
lyzno1
072f68ccf4
fix: resolve i18n workflow permissions and naming issues ( #23494 )
2025-08-06 15:59:26 +08:00
Xiyuan Chen
f4d5d02285
feat(workflow): add support for release/e-* tag in build-push workflow ( #23418 )
2025-08-05 16:42:07 +08:00
NeatGuyCoding
52c2e569bd
Feat add testcontainers test ( #23269 )
2025-08-04 19:27:36 +08:00
Yongtao Huang
95a3f4c571
CI: restrict autofix.ci to run only in official repo ( #23267 )
2025-08-01 15:21:31 +08:00
Asuka Minato
9bc8bb6e91
make logging not use f-str, change others to f-str ( #22882 )
2025-07-25 10:32:48 +08:00
Asuka Minato
d3e4fe220d
add autofix ( #22785 )
2025-07-24 10:12:59 +08:00
Bowen Liang
8d3acf8184
chore: skip SuperLinter check on .editorconfig when no changes ( #22649 )
2025-07-19 08:53:47 +08:00
Maries
ed2a4c40e2
Support OAuth Integration for Plugin Tools ( #22550 )
...
Co-authored-by: zxhlyh <jasonapring2015@outlook.com >
Co-authored-by: Yeuoly <admin@srmxy.cn >
2025-07-17 17:18:44 +08:00
Bowen Liang
83b64f98ad
refactor: define the Dify project version in pyproject.toml ( #20910 )
2025-07-01 12:07:24 +08:00
QuantumGhost
4e7ba9c0b6
feat: Persist Variables for Enhanced Debugging Workflow ( #20699 )
...
This pull request introduces a feature aimed at improving the debugging experience during workflow editing. With the addition of variable persistence, the system will automatically retain the output variables from previously executed nodes. These persisted variables can then be reused when debugging subsequent nodes, eliminating the need for repetitive manual input.
By streamlining this aspect of the workflow, the feature minimizes user errors and significantly reduces debugging effort, offering a smoother and more efficient experience.
Key highlights of this change:
- Automatic persistence of output variables for executed nodes.
- Reuse of persisted variables to simplify input steps for nodes requiring them (e.g., `code`, `template`, `variable_assigner`).
- Enhanced debugging experience with reduced friction.
Closes #19735 .
2025-06-24 09:05:29 +08:00
He Wang
28c74a1e51
add healthcheck to oceanbase container ( #20989 )
2025-06-18 14:00:59 +08:00
Jyong
ef2d614fe8
Feat/add rag dev deploy ( #21049 )
...
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-06-16 14:07:11 +08:00
Bowen Liang
3b15fd919f
test: run vdb test of oceanbase with docker compose in CI tests ( #20945 )
2025-06-16 11:05:19 +08:00
Joel
7f83b66acb
fix: i18n auto run failed ( #20302 )
2025-05-27 17:29:56 +08:00
NFish
efa346fa18
E-300 ( #19726 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com >
Co-authored-by: Hash Brown <hi@xzd.me >
Co-authored-by: crazywoola <427733928@qq.com >
Co-authored-by: GareArc <chen4851@purdue.edu >
Co-authored-by: Byron.wang <byron@dify.ai >
Co-authored-by: Joel <iamjoel007@gmail.com >
Co-authored-by: -LAN- <laipz8200@outlook.com >
Co-authored-by: Garfield Dai <dai.hai@foxmail.com >
Co-authored-by: KVOJJJin <jzongcode@gmail.com >
Co-authored-by: Alexi.F <654973939@qq.com >
Co-authored-by: Xiyuan Chen <52963600+GareArc@users.noreply.github.com >
Co-authored-by: kautsar_masuara <61046989+izon-masuara@users.noreply.github.com >
Co-authored-by: achmad-kautsar <achmad.kautsar@insignia.co.id >
Co-authored-by: Xin Zhang <sjhpzx@gmail.com >
Co-authored-by: kelvintsim <83445753+kelvintsim@users.noreply.github.com >
Co-authored-by: zxhlyh <jasonapring2015@outlook.com >
Co-authored-by: Zixuan Cheng <61724187+Theysua@users.noreply.github.com >
2025-05-20 12:07:50 +08:00
Hao Cheng
eeb4bf1eea
fix: fix API tool integration test ( #19187 )
2025-05-01 14:49:43 +08:00
yihong
7248057d11
ci: add diff to lint ci ( #17874 )
...
Signed-off-by: yihong0618 <zouzou0208@gmail.com >
Co-authored-by: -LAN- <laipz8200@outlook.com >
2025-04-30 16:27:25 +08:00
QuantumGhost
487b107e6f
Enhance Code Consistency Across Repository with .editorconfig ( #19023 )
2025-04-29 18:04:33 +08:00
AichiB7A
78bcc91613
[Unit Test] Generate coverage number for UT ( #18106 )
2025-04-16 11:55:37 +08:00
Bowen Liang
12fe9d66d1
chore: merge lint dependency group into dev group of python packages ( #18088 )
2025-04-15 20:50:06 +08:00
Bowen Liang
f38dcaace2
chore: speed up git checkout by removing fetch-depth 0 to avoid pulling all tags and branches ( #18103 )
2025-04-15 20:21:21 +08:00
Bowen Liang
c134c66e21
build: introduce uv as Python package manager ( #16317 )
...
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com >
2025-04-15 16:16:49 +08:00
-LAN-
2c2efe2e1e
chore(*): bump version to 1.2.0 ( #17675 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com >
2025-04-09 17:12:40 +08:00
Bowen Liang
0b1259fc4a
chore: add script for running mypy type checks and speed up mypy checks in CI jobs ( #17489 )
2025-04-09 13:03:53 +08:00
Bowen Liang
b73607da80
chore: bump Nodejs in web image from 20 to 22 LTS ( #13341 )
2025-04-09 09:40:11 +08:00
Bowen Liang
be3ebea45b
chore: bump pnpm to v10 in web dockerfile ( #17611 )
2025-04-08 17:12:25 +08:00
KVOJJJin
d1801b1f2e
Feat:edu frontend ( #17251 )
...
Co-authored-by: crazywoola <427733928@qq.com >
Co-authored-by: zxhlyh <jasonapring2015@outlook.com >
2025-04-01 13:58:10 +08:00
Joel
7df36fe9f5
fix: run frontend test failed and enable run test in CI ( #17017 )
2025-03-31 14:36:01 +08:00
Bowen Liang
bad31dfff1
ci: skip setting up opengauss for vdb tests ( #17016 )
2025-03-28 19:23:46 +08:00
-LAN-
058d9c3525
chore: update release trigger to include all tags in build-push workflow ( #16631 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com >
2025-03-24 17:17:55 +08:00
LittleFish-15
223ab5a38f
feat: support openGauss vector database ( #15865 )
2025-03-17 19:42:54 +08:00