Commit Graph

11 Commits

Author SHA1 Message Date
52a975b66d feat: add OIDC authentication for server mode 2026-04-01 19:33:15 +02:00
7292751ef7 feat: add remote NodeService client backed by the HTTP API
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-01 13:18:31 +02:00
3dfc46c3ff feat: add ax serve command with JSON API backed by NodeService
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-01 13:04:29 +02:00
6288879468 refactor: unify tags and edges into single rels table 2026-04-01 12:50:45 +02:00
4a2e868150 refactor: bind NodeService to a user and expose User() on the interface
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-31 23:18:36 +02:00
cb16bda200 refactor: simplify service interface to use tags/rels for all node properties
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-31 23:10:56 +02:00
8d831d131b refactor: clean up NodeService interface; move all integrity logic behind it 2026-03-31 15:55:47 +02:00
ed9117951f refactor: introduce store.Store graph interface with SQLite implementation 2026-03-31 15:38:06 +02:00
dadd3d9e13 refactor: add tag and relation methods to node to enforce integrity 2026-03-29 23:16:44 +02:00
4ebcb88628 refactor: remove db package and move database logic to service layer 2026-03-29 21:28:27 +02:00
13b4c4b651 Fix assignee filter bug in List 2026-03-29 18:58:34 +02:00