You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(client): use regex for host:port parsing to avoid bare IPv6 misparse
- Replace rsplit(":",1) with _HOST_PORT_RE regex in AsyncCoordinodeClient.__init__
- Add _cypher_param_name() to sanitise property keys before use as Cypher $params
- Push ignore_rels filter into Cypher WHERE so LIMIT applies after filtering
- Use uuid suffix for test node names to prevent collision on retry
- Remove internal GAPS.md reference from xfail reason; set strict=True
- Run uv sync before make proto (grpcio-tools must be installed first)
- Pin all GitHub Actions refs to immutable commit SHAs
- Verify gRPC port 7080 is up alongside HTTP :7084 in CI health wait
Closes#1
0 commit comments