QuantumGhost
5c3d12cfc8
refactor(i18n): clean up code structure and improve readability ( #25510 )
2025-09-11 11:00:14 +08:00
WTW0313
b146f5d3fa
refactor(i18n): clean up code structure and improve readability
2025-09-11 10:53:40 +08:00
Xiyuan Chen
34e55028ae
Feat/enteprise cd ( #25485 )
2025-09-10 19:01:32 -07:00
twwu
f925cb5191
fix: Fix typo in embedding process variable name
2025-09-10 16:05:44 +08:00
twwu
4559d19d46
fix: Add waiting state to document embedding process
2025-09-10 15:59:13 +08:00
Eric Guo
70e4d6be34
Fix 500 in dataset page. ( #25474 )
2025-09-10 15:57:04 +08:00
Wu Tianwei
b690ac4e2a
fix: Remove sticky positioning from workflow component fields ( #25470 )
2025-09-10 15:17:49 +08:00
crazywoola
bb6b663ef4
fix(sidebar): eliminate nav link icon jumping and text squashing ( #25467 )
2025-09-10 15:17:22 +08:00
lyzno1
ce4be13b2c
chore: update test file
2025-09-10 14:36:06 +08:00
lyzno1
c68d0231de
Merge branch 'feat/rag-2' into fix/dataset-sidebar
2025-09-10 14:12:13 +08:00
lyzno1
2b91fba3e9
refactor(sidebar): extract duplicated icon wrapper logic
2025-09-10 14:11:47 +08:00
Jyong
23def7d0f9
fix workflow graph user_id missed ( #25466 )
2025-09-10 13:54:34 +08:00
Wu Tianwei
463ea3e916
fix: Handle missing dataset avatars and improve routing ( #25459 )
2025-09-10 13:53:19 +08:00
jyong
c295b1d645
fix user_id missed
2025-09-10 13:50:12 +08:00
lyzno1
df420e37d9
fix(sidebar): eliminate nav link icon jumping and text squashing
...
- Unified layout structure using consistent pl-3 pr-1 padding
- Icon micro-adjustment with -ml-1 for better centering in collapsed state
- Text animation uses max-width instead of width to prevent squashing effect
- Maintains smooth transitions without layout jumping
2025-09-10 13:37:02 +08:00
Asuka Minato
cbc0e639e4
update sql in batch ( #24801 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2025-09-10 13:00:17 +08:00
Guangdong Liu
b51c724a94
refactor: Migrate part of the console basic API module to Flask-RESTX ( #24732 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2025-09-10 12:15:47 +08:00
GuanMu
26a9abef64
test: imporve ( #25461 )
...
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>
2025-09-10 11:36:22 +08:00
Will
fecdb9554d
fix: inner_api get_user_tenant ( #25462 )
2025-09-10 11:31:16 +08:00
twwu
bc061016b6
refactor: Extract getDatasetLink function into separate callback
2025-09-10 11:11:27 +08:00
twwu
92a91d790f
refactor: Rename createRouter to createRoute
2025-09-10 11:06:07 +08:00
twwu
88563f10df
Update datasets.ts
2025-09-10 11:04:02 +08:00
twwu
9ae6978a77
refactor: Simplify dataset navigation and avatar display logic
2025-09-10 11:00:49 +08:00
twwu
9fdaa14c8d
fix: Handle missing dataset avatars and improve routing
2025-09-10 10:51:48 +08:00
NeatGuyCoding
45ef177809
Feature add test containers create segment to index task ( #25450 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-09-10 10:02:53 +08:00
Newton José
6574e9f0b2
Fix: Add Password Validation to Account Creation ( #25382 )
2025-09-10 08:58:39 +08:00
Asuka Minato
cce13750ad
add rule for strenum ( #25445 )
2025-09-10 08:51:21 +08:00
17hz
928bef9d82
fix: imporve the condition for stopping the think timer. ( #25365 )
2025-09-10 08:45:00 +08:00
-LAN-
08dd3f7b50
Fix basedpyright type errors ( #25435 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-09-10 01:54:26 +08:00
crazywoola
65780e96ca
fix(dataset-sidebar): eliminate icon flickering during expand/collapse ( #25444 )
2025-09-09 23:14:59 +08:00
lyzno1
5e1e387c5c
Revert "chore: add .serena/ to gitignore"
...
This reverts commit 4eca134a2a .
2025-09-09 22:55:19 +08:00
lyzno1
4eca134a2a
chore: add .serena/ to gitignore
2025-09-09 22:54:10 +08:00
lyzno1
f4ecc293f9
fix(dataset-sidebar): eliminate icon flickering during expand/collapse
...
- Unified layout structure for both expand/collapse states
- Single AppIcon component with dynamic size props instead of conditional rendering
- Fixed container structure prevents DOM rebuilding and flickering
- Adjusted spacing for collapsed state more button positioning
2025-09-09 22:53:13 +08:00
-LAN-
48e32e285e
fix: migration
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-09-09 21:41:03 +08:00
Yongtao Huang
2ac7a9c8fc
Chore: thanks to bump-pydantic ( #25437 )
2025-09-09 20:07:17 +08:00
Novice
240b65b980
fix(mcp): properly handle arrays containing both numbers and strings ( #25430 )
...
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-09-09 20:06:35 +08:00
Wu Tianwei
e1ecce8d27
fix: Fix RAG pipeline identifier name dash format ( #25438 )
2025-09-09 18:43:34 +08:00
twwu
2d6330f9b3
fix: Fix RAG pipeline identifier name dash format
2025-09-09 18:40:32 +08:00
Wu Tianwei
c79de5d68e
feat: Add chunk input field translation and tooltip ( #25434 )
2025-09-09 18:20:43 +08:00
twwu
01416fe6a8
feat: Add chunk input field translation and tooltip
2025-09-09 18:13:36 +08:00
QuantumGhost
6247fadb37
fix(api): Fix incorrect import of ToolProviderID ( #25432 )
2025-09-09 17:45:12 +08:00
QuantumGhost
6637b9efda
fix(api): Fix incorrect import of ToolProviderID
2025-09-09 17:42:42 +08:00
-LAN-
7443c5a6fc
refactor: update pyrightconfig to scan all API files ( #25429 )
2025-09-09 17:12:45 +08:00
GuanMu
a1cf48f84e
Add lib test ( #25410 )
2025-09-09 17:11:49 +08:00
Wu Tianwei
2c13d1072d
Fix/value content rerender error ( #25421 )
2025-09-09 17:10:25 +08:00
jyong
fc8adb9d6c
fix ruff
2025-09-09 17:07:22 +08:00
-LAN-
e5122945fe
Fix: Use --fix flag instead of --fix-only in autofix workflow ( #25425 )
2025-09-09 17:00:00 +08:00
KVOJJJin
22cd97e2e0
Fix: judgement of open in explore ( #25420 )
2025-09-09 16:49:22 +08:00
Asuka Minato
38057b1b0e
add typing to all wraps ( #25405 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-09-09 16:48:33 +08:00
twwu
045d07885d
Merge branch 'main' into fix/value-content-rerender-error
2025-09-09 16:40:08 +08:00