Commit Graph

3486 Commits

Author SHA1 Message Date
yangdx
ce0aeaf9b4 Fix mis-using directed edge in PostgreSQL AGE graph storage 2025-04-15 16:49:36 +08:00
yangdx
c50b3dc79c Update toptips position 2025-04-15 16:09:40 +08:00
yangdx
50e9f938a4 Update toptips position 2025-04-15 16:09:01 +08:00
superhua
accd9d471e Merge branch 'HKUDS:main' into main 2025-04-15 15:07:36 +08:00
花花
495f755a1c fix: PostgreSQL database, error:subquery in FROM must have an alias 2025-04-15 14:57:17 +08:00
yangdx
ae526c9cf8 Merge branch 'main' into graph-storage-batch-query 2025-04-15 14:35:43 +08:00
yangdx
0828270098 Udpate webui assets 2025-04-15 14:34:10 +08:00
yangdx
085cfffdf6 fix: limit property value display length to prevent horizontal scrollbars 2025-04-15 14:33:40 +08:00
yangdx
3c34ffa422 Update webui assets 2025-04-15 14:24:21 +08:00
yangdx
0e584d98ce Add i18n translation 2025-04-15 14:23:52 +08:00
yangdx
0a9e96640d Optimize tooltips posistion 2025-04-15 14:23:42 +08:00
yangdx
46ea096430 Merge branch 'main' into graph-storage-batch-query 2025-04-15 13:30:48 +08:00
Daniel.y
e32c724c05 Merge pull request #1374 from danielaskdd/fix-neo4j-graph-edit
Fix Neo4j node and edge edit problem
2025-04-15 13:08:22 +08:00
yangdx
c7f956b632 Update webui assets 2025-04-15 13:07:38 +08:00
yangdx
cdd69845c9 Remove grapOperation.ts 2025-04-15 13:04:51 +08:00
yangdx
9e8725eef9 Bump api version to 0151 2025-04-15 12:43:34 +08:00
yangdx
1b7fe720c4 Update webui assets 2025-04-15 12:43:00 +08:00
yangdx
28d26c3a4a refactor: improve graph property update mechanism
- Move graph data and UI state update logic into store
- Ensure all property updates trigger PropertiesView refresh
- Add graphDataVersion dependency to PropertiesView
- Follow React best practices by avoiding direct UI state modification in utility functions
- Fix issue where non-entity_id property changes weren't reflected in UI
2025-04-15 12:41:51 +08:00
yangdx
f58fb43f67 Fix Neo4j node and edge edit problem 2025-04-15 12:41:41 +08:00
yangdx
1de74c9228 Fix linting 2025-04-15 12:34:04 +08:00
yangdx
22b03ee1bb refactor: improve graph property update mechanism
- Move graph data and UI state update logic into store
- Ensure all property updates trigger PropertiesView refresh
- Add graphDataVersion dependency to PropertiesView
- Follow React best practices by avoiding direct UI state modification in utility functions
- Fix issue where non-entity_id property changes weren't reflected in UI
2025-04-15 12:29:52 +08:00
yangdx
f2c471c7ba Fix Neo4j node and edge edit problem 2025-04-15 12:27:03 +08:00
yangdx
ddf61d71a1 Merge branch 'main' into graph-storage-batch-query 2025-04-14 14:56:09 +08:00
yangdx
f7ee5be658 Fix linting 2025-04-14 14:53:13 +08:00
yangdx
cb35b83a14 Update webui assets 2025-04-14 14:47:38 +08:00
yangdx
5ce334d807 Fix tooltips missing for editable properties 2025-04-14 14:47:30 +08:00
yangdx
14160cd7f2 Update webui assets 2025-04-14 14:46:22 +08:00
yangdx
c504b5baad Fix tooltips missing for editable properties 2025-04-14 14:45:37 +08:00
yangdx
e6d0ba866e Merge branch 'main' into graph-storage-batch-query 2025-04-14 13:35:33 +08:00
Daniel.y
819cfeffa0 Merge pull request #1367 from danielaskdd/add-graph-db-lock
Add graph_db_lock to ensure consistency across multiple processes for node and edge edition jobs
2025-04-14 13:32:25 +08:00
yangdx
fbc1b179a3 Bump api version to 0150 2025-04-14 13:30:17 +08:00
yangdx
017169b571 Fix linting 2025-04-14 13:29:56 +08:00
yangdx
c7d563f1aa Update webui assets 2025-04-14 13:28:00 +08:00
yangdx
9037607cc0 Fix i18n translation alignment 2025-04-14 13:25:54 +08:00
yangdx
96bd018fab Update webui assets 2025-04-14 13:01:46 +08:00
yangdx
85a9462650 Enhanced textarea configuration in property editor
- Added dynamic textarea sizing configuration
- Special handling for description field
- Improved resizing behavior
2025-04-14 13:01:34 +08:00
yangdx
414264f25e Use DialogDescription component for description
- Remove aria-describedby attribute
2025-04-14 12:45:42 +08:00
yangdx
c834570cfc Fix import error 2025-04-14 12:36:41 +08:00
yangdx
5c1d4201f9 Fix linting 2025-04-14 12:08:56 +08:00
yangdx
40240bc79e Merge branch 'edit-node' into add-graph-db-lock 2025-04-14 12:07:47 +08:00
choizhang
88947c7ece refactor(graph): Refactoring the attribute line component to extract common logic into a separate file 2025-04-14 10:13:54 +08:00
yangdx
b18bf10353 Merge branch 'edit-node' into add-graph-db-lock 2025-04-14 03:39:57 +08:00
yangdx
89d1e68d97 Move graph edit function implemention to a utils_graph.py to educe the size of lightray.py 2025-04-14 03:06:23 +08:00
yangdx
6dd67748ca Add graph_db_lock to esure consistency across multiple processes for node and edge edition jobs 2025-04-14 00:07:31 +08:00
choizhang
5b1938e5b3 feat(webui): Add attribute editing dialog box and optimize editable attribute row component 2025-04-13 23:32:35 +08:00
yangdx
00c8394601 Update webui assets 2025-04-13 16:52:30 +08:00
yangdx
6b2fd9218b Merge branch 'feat/i18n-TW' 2025-04-13 16:48:17 +08:00
choizhang
4900cf07d9 Merge branch 'main' into edit-node 2025-04-13 11:51:55 +08:00
choizhang
53f18b6c84 bugfix 2025-04-13 11:48:55 +08:00
choizhang
830b69fd89 refactor(graph): Refactoring the EditablePeopleRow component 2025-04-13 11:13:23 +08:00