omnigraph/crates/omnigraph-server
Ragnor Comerford 4950f74fad
test(server): server must reject remote graph entries (red)
omnigraph-server serves embedded graphs only (RFC-002 §3); a graph with
`server:` or a remote `http(s)://` `uri:` must be refused at config load. These
four boot tests (multi `server:`, multi remote `uri:`, single positional URI,
single named remote via server.graph) are RED today: load_server_settings
returns Ok for a remote entry — it builds a `Single`/`Multi { uri: "https://…" }`
and only fails later at `Omnigraph::open`. The next commit gates this.
2026-06-03 17:34:06 +02:00
..
examples feat: inline query strings in CLI and HTTP server (#110) 2026-05-29 13:41:54 +02:00
src style: apply rustfmt across the workspace 2026-06-03 15:48:47 +02:00
tests test(server): server must reject remote graph entries (red) 2026-06-03 17:34:06 +02:00
Cargo.toml refactor: extract omnigraph-api-types crate from omnigraph-server 2026-06-03 11:14:19 +02:00