fix: BUG-073 (broken imports), BUG-009 (contact folders id=None), BUG-014 (tags assign 500), BUG-016 (search performance use_ai), BUG-030 (user delete GRANT DELETE), BUG-052 (miniapps response), BUG-047 (approval_requests columns), BUG-037 (compliance refresh), prestart.sh GRANT DELETE
Check Cross-Plugin Imports / check (push) Has been cancelled
Check Cross-Plugin Imports / check (push) Has been cancelled
This commit is contained in:
@@ -30,6 +30,11 @@
|
||||
"path": "app/plugins/builtins/migrations",
|
||||
"has_manifest": false
|
||||
},
|
||||
{
|
||||
"name": "wiki",
|
||||
"path": "app/plugins/builtins/wiki",
|
||||
"has_manifest": false
|
||||
},
|
||||
{
|
||||
"name": "tests",
|
||||
"path": "app/plugins/builtins/tests",
|
||||
@@ -80,6 +85,11 @@
|
||||
"path": "app/plugins/builtins/system_notif",
|
||||
"has_manifest": false
|
||||
},
|
||||
{
|
||||
"name": "knowledge",
|
||||
"path": "app/plugins/builtins/knowledge",
|
||||
"has_manifest": false
|
||||
},
|
||||
{
|
||||
"name": "entity_links",
|
||||
"path": "app/plugins/builtins/entity_links",
|
||||
@@ -119,6 +129,11 @@
|
||||
"name": "ai_ui_control",
|
||||
"path": "app/plugins/builtins/ai_ui_control",
|
||||
"has_manifest": false
|
||||
},
|
||||
{
|
||||
"name": "self_improvement",
|
||||
"path": "app/plugins/builtins/self_improvement",
|
||||
"has_manifest": false
|
||||
}
|
||||
],
|
||||
"frontend_refs": {},
|
||||
@@ -268,6 +283,26 @@
|
||||
"path": "/subtasks/aggregate",
|
||||
"file": "app/plugins/builtins/automation/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "POST",
|
||||
"path": "/",
|
||||
"file": "app/plugins/builtins/automation/skill_routes.py"
|
||||
},
|
||||
{
|
||||
"method": "GET",
|
||||
"path": "/{skill_id}",
|
||||
"file": "app/plugins/builtins/automation/skill_routes.py"
|
||||
},
|
||||
{
|
||||
"method": "PATCH",
|
||||
"path": "/{skill_id}",
|
||||
"file": "app/plugins/builtins/automation/skill_routes.py"
|
||||
},
|
||||
{
|
||||
"method": "DELETE",
|
||||
"path": "/{skill_id}",
|
||||
"file": "app/plugins/builtins/automation/skill_routes.py"
|
||||
},
|
||||
{
|
||||
"method": "POST",
|
||||
"path": "/",
|
||||
@@ -293,6 +328,16 @@
|
||||
"path": "/{agent_id}",
|
||||
"file": "app/plugins/builtins/automation/agent_routes.py"
|
||||
},
|
||||
{
|
||||
"method": "GET",
|
||||
"path": "/{agent_id}/ai-use-case",
|
||||
"file": "app/plugins/builtins/automation/agent_routes.py"
|
||||
},
|
||||
{
|
||||
"method": "PATCH",
|
||||
"path": "/{agent_id}/ai-use-case",
|
||||
"file": "app/plugins/builtins/automation/agent_routes.py"
|
||||
},
|
||||
{
|
||||
"method": "DELETE",
|
||||
"path": "/{agent_id}",
|
||||
@@ -328,6 +373,11 @@
|
||||
"path": "/{id}/send-message",
|
||||
"file": "app/plugins/builtins/automation/agent_routes.py"
|
||||
},
|
||||
{
|
||||
"method": "POST",
|
||||
"path": "/{id}/stream",
|
||||
"file": "app/plugins/builtins/automation/agent_routes.py"
|
||||
},
|
||||
{
|
||||
"method": "GET",
|
||||
"path": "/folders",
|
||||
@@ -673,6 +723,51 @@
|
||||
"path": "/{mail_id}",
|
||||
"file": "app/plugins/builtins/mail/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "GET",
|
||||
"path": "/articles",
|
||||
"file": "app/plugins/builtins/wiki/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "POST",
|
||||
"path": "/articles",
|
||||
"file": "app/plugins/builtins/wiki/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "GET",
|
||||
"path": "/articles/{article_id}",
|
||||
"file": "app/plugins/builtins/wiki/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "PATCH",
|
||||
"path": "/articles/{article_id}",
|
||||
"file": "app/plugins/builtins/wiki/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "DELETE",
|
||||
"path": "/articles/{article_id}",
|
||||
"file": "app/plugins/builtins/wiki/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "GET",
|
||||
"path": "/articles/{article_id}/versions",
|
||||
"file": "app/plugins/builtins/wiki/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "POST",
|
||||
"path": "/articles/{article_id}/versions/{version}/restore",
|
||||
"file": "app/plugins/builtins/wiki/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "GET",
|
||||
"path": "/categories",
|
||||
"file": "app/plugins/builtins/wiki/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "POST",
|
||||
"path": "/categories",
|
||||
"file": "app/plugins/builtins/wiki/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "GET",
|
||||
"path": "/{task_id}",
|
||||
@@ -698,6 +793,31 @@
|
||||
"path": "/{task_id}/status",
|
||||
"file": "app/plugins/builtins/tasks/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "POST",
|
||||
"path": "/{task_id}/subtasks",
|
||||
"file": "app/plugins/builtins/tasks/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "GET",
|
||||
"path": "/{task_id}/subtasks",
|
||||
"file": "app/plugins/builtins/tasks/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "POST",
|
||||
"path": "/{task_id}/dependencies",
|
||||
"file": "app/plugins/builtins/tasks/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "DELETE",
|
||||
"path": "/{task_id}/dependencies/{depends_on}",
|
||||
"file": "app/plugins/builtins/tasks/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "POST",
|
||||
"path": "/{task_id}/decompose",
|
||||
"file": "app/plugins/builtins/tasks/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "GET",
|
||||
"path": "/calendar/entries",
|
||||
@@ -928,6 +1048,26 @@
|
||||
"path": "/{report_id}/download",
|
||||
"file": "app/plugins/builtins/report_generator/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "POST",
|
||||
"path": "/extract",
|
||||
"file": "app/plugins/builtins/knowledge/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "POST",
|
||||
"path": "/ask",
|
||||
"file": "app/plugins/builtins/knowledge/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "GET",
|
||||
"path": "/review",
|
||||
"file": "app/plugins/builtins/knowledge/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "POST",
|
||||
"path": "/review/{extraction_id}",
|
||||
"file": "app/plugins/builtins/knowledge/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "POST",
|
||||
"path": "/files/{file_id}/link",
|
||||
@@ -1198,36 +1338,6 @@
|
||||
"path": "/tools",
|
||||
"file": "app/plugins/builtins/ai_assistant/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "GET",
|
||||
"path": "/sessions",
|
||||
"file": "app/plugins/builtins/ai_assistant/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "POST",
|
||||
"path": "/sessions",
|
||||
"file": "app/plugins/builtins/ai_assistant/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "PUT",
|
||||
"path": "/sessions/{session_id}",
|
||||
"file": "app/plugins/builtins/ai_assistant/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "DELETE",
|
||||
"path": "/sessions/{session_id}",
|
||||
"file": "app/plugins/builtins/ai_assistant/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "GET",
|
||||
"path": "/sessions/{session_id}/messages",
|
||||
"file": "app/plugins/builtins/ai_assistant/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "POST",
|
||||
"path": "/sessions/{session_id}/stream",
|
||||
"file": "app/plugins/builtins/ai_assistant/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "GET",
|
||||
"path": "/folders",
|
||||
@@ -1250,17 +1360,12 @@
|
||||
},
|
||||
{
|
||||
"method": "POST",
|
||||
"path": "/sessions/{session_id}/attachments",
|
||||
"path": "/conversations/{conversation_id}/stream",
|
||||
"file": "app/plugins/builtins/ai_assistant/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "GET",
|
||||
"path": "/sessions/{session_id}/attachments",
|
||||
"file": "app/plugins/builtins/ai_assistant/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "GET",
|
||||
"path": "/attachments/{attachment_id}/download",
|
||||
"path": "/conversations/{conversation_id}/messages",
|
||||
"file": "app/plugins/builtins/ai_assistant/routes.py"
|
||||
},
|
||||
{
|
||||
@@ -1362,6 +1467,66 @@
|
||||
"method": "GET",
|
||||
"path": "/online-users",
|
||||
"file": "app/plugins/builtins/ai_ui_control/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "POST",
|
||||
"path": "/signals/collect",
|
||||
"file": "app/plugins/builtins/self_improvement/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "GET",
|
||||
"path": "/signals",
|
||||
"file": "app/plugins/builtins/self_improvement/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "POST",
|
||||
"path": "/patterns/detect",
|
||||
"file": "app/plugins/builtins/self_improvement/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "GET",
|
||||
"path": "/patterns",
|
||||
"file": "app/plugins/builtins/self_improvement/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "POST",
|
||||
"path": "/proposals",
|
||||
"file": "app/plugins/builtins/self_improvement/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "GET",
|
||||
"path": "/proposals",
|
||||
"file": "app/plugins/builtins/self_improvement/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "GET",
|
||||
"path": "/proposals/{proposal_id}",
|
||||
"file": "app/plugins/builtins/self_improvement/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "POST",
|
||||
"path": "/proposals/{proposal_id}/evaluate",
|
||||
"file": "app/plugins/builtins/self_improvement/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "POST",
|
||||
"path": "/proposals/{proposal_id}/request-approval",
|
||||
"file": "app/plugins/builtins/self_improvement/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "POST",
|
||||
"path": "/proposals/{proposal_id}/activate",
|
||||
"file": "app/plugins/builtins/self_improvement/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "POST",
|
||||
"path": "/proposals/{proposal_id}/rollback",
|
||||
"file": "app/plugins/builtins/self_improvement/routes.py"
|
||||
},
|
||||
{
|
||||
"method": "POST",
|
||||
"path": "/proposals/{proposal_id}/measure",
|
||||
"file": "app/plugins/builtins/self_improvement/routes.py"
|
||||
}
|
||||
],
|
||||
"issues": [
|
||||
@@ -1395,6 +1560,11 @@
|
||||
"issue": "No manifest.py",
|
||||
"severity": "HIGH"
|
||||
},
|
||||
{
|
||||
"plugin": "wiki",
|
||||
"issue": "No manifest.py",
|
||||
"severity": "HIGH"
|
||||
},
|
||||
{
|
||||
"plugin": "tests",
|
||||
"issue": "No manifest.py",
|
||||
@@ -1445,6 +1615,11 @@
|
||||
"issue": "No manifest.py",
|
||||
"severity": "HIGH"
|
||||
},
|
||||
{
|
||||
"plugin": "knowledge",
|
||||
"issue": "No manifest.py",
|
||||
"severity": "HIGH"
|
||||
},
|
||||
{
|
||||
"plugin": "entity_links",
|
||||
"issue": "No manifest.py",
|
||||
@@ -1484,6 +1659,11 @@
|
||||
"plugin": "ai_ui_control",
|
||||
"issue": "No manifest.py",
|
||||
"severity": "HIGH"
|
||||
},
|
||||
{
|
||||
"plugin": "self_improvement",
|
||||
"issue": "No manifest.py",
|
||||
"severity": "HIGH"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user