Update sync status handling in UpdateJunctionSyncStatus hook; enforce required aiProvider field in CAkten entity; adjust microtime values in config and state files

This commit is contained in:
2026-03-27 11:22:04 +01:00
parent 412c25f184
commit 3bad25216b
4 changed files with 26 additions and 16 deletions

View File

@@ -171,13 +171,18 @@
},
"aiProvider": {
"type": "enum",
"required": false,
"required": true,
"options": [
"ragflow",
"xai"
],
"default": "ragflow",
"isCustom": true
"isCustom": true,
"style": {
"ragflow": null,
"xai": null
},
"audited": true
},
"globalSyncStatus": {
"type": "enum",
@@ -233,9 +238,10 @@
"complete_with_failures": "warning"
},
"default": "unknown",
"readOnly": true,
"readOnly": false,
"tooltip": true,
"isCustom": true
"isCustom": true,
"audited": true
},
"graphParsingStatus": {
"type": "enum",