Commit Graph

21 Commits

Author SHA1 Message Date
Sacha Al Himdani
7be92defcc Add missing resources to CLI, MCP, and n8n surfaces
Audit all three API surfaces against the console GraphQL schema and add
missing resources: asset, audit, datum, dpia, evidence upload, measure,
obligation, processing activity, rights request, snapshot, task, tia,
trust center (with references/files), and vendor management CLI
commands; MCP tools for deletes, rights requests, trust center, vendor
contacts/services, and compliance external URLs; n8n nodes for
obligation, finding, task, evidence, processing activity, dpia, tia,
rights request, snapshot, audit log, access review, organization
context, trust center, and additional control/measure/vendor operations.

Include MCP e2e test infrastructure (testutil MCP client with API key
auth and JSON-RPC session management) and tests covering all new MCP
tools.

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2026-04-22 19:02:22 +02:00
Sacha Al Himdani
6c5c1fa818 Remove meeting feature
Drop meetings and meeting_attendees tables, remove all meeting-related
code across GraphQL, MCP, CLI, N8N, webhooks, frontend, and e2e tests.

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2026-04-20 15:37:39 +02:00
Sacha Al Himdani
9c9c60d0eb Add webhook subscription MCP tools and N8N operations
Expose webhook subscription CRUD and event listing through the MCP API
(list, get, create, update, delete subscriptions + list events) and add
a new webhook resource to the N8N node with matching operations.

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2026-04-17 13:14:49 +02:00
Sacha Al Himdani
c635492f75 SOA as document: replace export with publish workflow
Statements of Applicability are no longer exported as one-off PDFs.
Instead, each SOA owns a persistent document that accumulates versions
over time, following the same publish/approve lifecycle as authored
documents.

Publishing without approvers publishes immediately; publishing with
approvers creates a draft pending approval via the existing quorum
system. SOAs can also store default approvers that are pre-populated in
the publish dialog.

The SOA is removed from the snapshot system — applicability statements
are now queried directly (snapshot_id IS NULL) rather than through
snapshot copies.

A standalone migration script (cmd/migrate-soa-snapshots-to-documents)
converts existing SOA snapshots into documents with proper ProseMirror
content, preserving version history and approval decisions.

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2026-04-16 00:01:13 +02:00
Sacha Al Himdani
d40b114f0f Add document resource to n8n node and MCP sendSigningNotifications tool
Add a complete document resource to the n8n node with 21 operations
covering documents, versions, and signatures — matching the MCP
specification. Also add the sendSigningNotifications tool to the MCP
API for triggering pending signature reminders.

n8n operations: create, get, getAll, update, delete, archive,
unarchive, getVersion, getAllVersions, createDraftVersion,
updateVersion, deleteDraftVersion, publishMajorVersion,
publishMinorVersion, requestApproval, voidApproval, getSignature,
getAllSignatures, requestSignature, cancelSignature,
sendSigningNotifications.

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2026-04-13 17:31:06 +02:00
Sacha Al Himdani
851e585b9b Add ISC license headers to Go, TypeScript, and SQL files
Add ISC license headers to all .go, .ts, .tsx, and .sql files
using each file's git history to determine the correct copyright
year or year range. Trademarked icons (brand logos, vendor logos,
compliance framework logos) are excluded.

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2026-03-31 13:31:30 +02:00
Émile Ré
0e8f65c553 Reimplement n8n
Signed-off-by: Émile Ré <emile@getprobo.com>
2026-02-19 16:13:01 +04:00
Sacha Al Himdani
25a6d4170c Add audit nodes
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2026-02-18 10:06:25 +01:00
Bryan Frimin
96a62e9ada Add member n8n actions
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2026-02-06 11:46:00 +01:00
Sacha Al Himdani
a7fc04e44e Add risks to n8n
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2025-12-11 18:09:01 +01:00
Sacha Al Himdani
ba1c884f4a Add people to n8n
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2025-12-09 16:04:53 +01:00
Bryan Frimin
1e4813c9d7 Add vendor operations
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2025-12-03 12:04:19 +01:00
Bryan Frimin
45abd2a57f Add meeting operations
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2025-12-02 15:58:51 +01:00
Bryan Frimin
ba4c229ef1 Add organization operations
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2025-12-02 15:01:09 +01:00
Bryan Frimin
d710f5af73 Fix style
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2025-12-02 14:12:58 +01:00
Bryan Frimin
c26b0d8423 Add datum operations
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2025-12-02 11:00:08 +01:00
Bryan Frimin
be0a67a0f8 Add asset operations
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2025-12-02 11:00:08 +01:00
Bryan Frimin
0d94dd8fc6 Add control operations
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2025-12-02 11:00:07 +01:00
Bryan Frimin
e7c4c36e56 Add framework operations
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2025-12-02 11:00:07 +01:00
Bryan Frimin
c6276ebe73 Add measure operations
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2025-12-02 11:00:07 +01:00
Bryan Frimin
871ce23dc8 Add query action
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2025-12-02 10:58:03 +01:00