trustgraph/trustgraph-flow/trustgraph/tables
cybermaggedon 29d3100c46
fix: IAM bootstrap atomicity and bootstrapper startup ordering (#935)
IAM auto-bootstrap could get permanently stuck in a half-done state:
_seed_tables wrote the workspace first, so any_workspace_exists()
returned true on restart even when user/key/signing-key creation had
failed.  Remove workspace creation from _seed_tables (WorkspaceInit
handles it) and use any_signing_key_exists() as the completion check
since the signing key is the last thing written.

Run pre-service initialisers (PulsarTopology) in start() before
opening pub/sub connections, breaking the chicken-and-egg where the
bootstrapper needed Pulsar namespaces that it was responsible for
creating.  Guard against empty cluster list when broker isn't ready.
2026-05-18 22:08:12 +01:00
..
__init__.py knowledge service (#367) 2025-05-06 23:44:10 +01:00
cassandra_async.py Better proc group logging and concurrency (#810) 2026-04-15 14:52:01 +01:00
config.py Recent fixes -> release/v2.4 (#891) 2026-05-08 19:48:12 +01:00
iam.py fix: IAM bootstrap atomicity and bootstrapper startup ordering (#935) 2026-05-18 22:08:12 +01:00
knowledge.py CLI auth migration, document embeddings core lifecycle (#913) 2026-05-14 10:30:21 +01:00
library.py Recent fixes -> release/v2.4 (#891) 2026-05-08 19:48:12 +01:00