Skip to content

Commit c0f8238

Browse files
committed
feat(router): added a simple wrapper around background tasks
feat(router): added a mechanism to store per-request context using req.extensions feat(router): jwt authentication config feat(config): added jwt config fix(config): load references files relative to the config directory, or current if not specified chore: added e2e test setup and testkit ok getting there fix clippy fixes fix docs added forwarding testing
1 parent c1ce181 commit c0f8238

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2615
-346
lines changed

.cargo/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ dev = "run --package qp-dev-cli"
55
subgraphs = "run --package subgraphs"
66
test_all = "test --workspace"
77
test_qp = "test --package hive-router-query-planner -- --nocapture"
8+
test_e2e = "test --package e2e -- --nocapture"
89
test_qpe = "test --package hive-router-plan-executor -- --nocapture"
910
"clippy:fix" = "clippy --all --fix --allow-dirty --allow-staged"
1011
"router-config" = "run --release -p hive-router-config router-config.schema.json"

0 commit comments

Comments
 (0)