Commit Graph

2200 Commits

Author SHA1 Message Date
fatelei
6c052bb9b5
fix: fix some issue 2026-08-07 11:47:32 +08:00
fatelei
0065d0e0f1
chore: remove single file limit 2026-08-06 16:26:27 +08:00
fatelei
3b033f9eb5
chore: upload zip skill use UPLOAD_SKILL_FILE_SIZE_LIMIT 2026-08-05 17:41:10 +08:00
fatelei
5a13489fdd
fix: fix some bugs 2026-08-04 13:39:32 +08:00
fatelei
26a5465c5b
fix: fix ci failed 2026-08-03 17:09:43 +08:00
fatelei
21a4e6fbcc
feat: add file check api 2026-08-03 16:06:11 +08:00
fatelei
f0fb69f4c7
fix: fix some ui issue 2026-08-03 14:55:04 +08:00
Harsh Kashyap
b91a3b8c27
fix(api): bound JinaReader and adaptive-crawl HTTP timeouts (#39859) (#39860)
Co-authored-by: Harsh Kashyap <Harsh23Kashyap@users.noreply.github.com>
2026-08-02 17:21:57 +08:00
Taranum Wasu
49695a7575
fix(api): make SSRF-blocked error message actionable (#39867)
Co-authored-by: Taranum01 <50813317+Taranum01@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-02 17:21:57 +08:00
kenwoodjw
2f1276864d
fix(api): prevent cookies from shadowing admin API keys (#39872)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
2026-08-02 17:21:57 +08:00
Harsh Kashyap
75bb174719
fix(api): bound billing service HTTP timeouts (#39874) (#39875)
Co-authored-by: Harsh Kashyap <Harsh23Kashyap@users.noreply.github.com>
2026-08-02 17:19:28 +08:00
WH-2099
9939df18f5
fix(api): scope segment batch deletes (#38217) 2026-08-02 17:19:28 +08:00
Chester
e3350f7ada
fix(auth): add bounded timeout to WaterCrawl credential validation (#39824) 2026-08-02 17:19:27 +08:00
Chester
7526ab3163
fix(rag): add bounded timeout to Notion extractor requests (#39833) 2026-08-02 17:19:27 +08:00
Chester
893fe3bb01
fix(rag): add bounded timeout to Firecrawl extractor requests (#39831) 2026-08-02 17:19:27 +08:00
Asuka Minato
851b01578e
test: use SQLite sessions in services workflow (#39087) 2026-08-02 17:19:27 +08:00
Asuka Minato
765f1172d5
test: use SQLite sessions in core workflow (#39086) 2026-08-02 17:19:27 +08:00
Asuka Minato
6137c60651
test: use SQLite sessions in core callback_handler (#39081) 2026-08-02 17:19:27 +08:00
Asuka Minato
975b1a6303
test: use SQLite sessions in core repositories (#39078) 2026-08-02 17:19:27 +08:00
Asuka Minato
045b39c6d6
test: use SQLite sessions in core llm_generator (#39070) 2026-08-02 17:19:27 +08:00
Asuka Minato
385f2196a9
test: use SQLite sessions in core tools (#39068) 2026-08-02 17:19:27 +08:00
Asuka Minato
9f73e16373
test: use SQLite sessions in core ops (#39062)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-02 17:19:27 +08:00
Asuka Minato
cd48673c20
test: use SQLite sessions in core rag (#39055) 2026-08-02 17:19:27 +08:00
Asuka Minato
33a8d28d0d
test: use SQLite sessions in services agent (#39054) 2026-08-02 17:19:26 +08:00
fatelei
38b1a406bb
fix: fix publish update button ui issue 2026-07-31 20:47:56 +08:00
Xin Zhang
d6fd31c756
fix: refresh mcp server code by app id (#39828)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-31 15:58:45 +08:00
Escape0707
68c59ad047
test: exercise credential visibility with SQLite (#39827) 2026-07-31 11:37:04 +08:00
Parman Mohammadalizadeh
7e3514adae
chore(api): consolidate chained .where() calls into single calls (#39819) 2026-07-31 11:37:04 +08:00
fatelei
5a002d8f6a
fix: fix style check failed 2026-07-30 22:57:21 +08:00
fatelei
606d1d7926
chore: increase test coverage and fix skill duplicate 2026-07-30 22:57:21 +08:00
fatelei
3a422d4dde
fix: fix test failed 2026-07-30 22:57:21 +08:00
fatelei
b6431e82cd
feat: agent can op file and fix version check 2026-07-30 22:57:21 +08:00
autofix-ci[bot]
03b18bd4e3
[autofix.ci] apply automated fixes 2026-07-30 22:57:21 +08:00
fatelei
d08ca0e069
fix: fix model not change 2026-07-30 22:57:20 +08:00
fatelei
a4430fd373
fix: fix model not update 2026-07-30 22:57:20 +08:00
fatelei
90e802d5e4
fix: fix failed test 2026-07-30 22:57:20 +08:00
fatelei
6113893a53
fix: fix skill not in agent 2026-07-30 22:57:20 +08:00
fatelei
5aea0b1489
fix: fix frontend issue and let draft check relax 2026-07-30 22:57:20 +08:00
fatelei
946603c513
fix: fix delete skill ref 2026-07-30 22:57:19 +08:00
fatelei
6414d0a020
feat: support agent skill 2026-07-30 22:57:18 +08:00
Evan
3aa937def4
test: use caplog for telemetry error logging (#39722) 2026-07-30 09:32:56 +00:00
Escape0707
f057a7d32f
test: use SQLite sessions in app DSL service tests (#39803) 2026-07-30 09:31:12 +00:00
林玮 (Jade Lin)
8cca3959ae
feat: make skill package upload size limit configurable (#39799) 2026-07-30 08:42:24 +00:00
Rafli Surya Wijaya
1fd9ab14f9
fix(workflow): provide default values for AgentNodeData fields (#39743) (#39754)
Co-authored-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-30 05:23:48 +00:00
Asuka Minato
0aefcfa373
test: use SQLite sessions in tasks (#39076) 2026-07-30 05:18:19 +00:00
Asuka Minato
09d5aa47bb
test: use sqlite3 session in test_workflow_node_execution_truncation (#38734) 2026-07-30 04:47:38 +00:00
Asuka Minato
b852252076
test: use sqlite3 session in test_trial (#38732) 2026-07-30 04:47:18 +00:00
Asuka Minato
814fee5550
test: use sqlite3 session in test_factory (#38731) 2026-07-30 04:39:16 +00:00
Asuka Minato
754c380e2d
test: use sqlite3 session in test_billing (#38722) 2026-07-30 04:39:04 +00:00
Asuka Minato
9f17e1ca95
test: move RAG pipeline import coverage to unit tests (#38938) 2026-07-30 04:32:23 +00:00