Closed Mark90 closed 1 month ago
Attention: Patch coverage is 94.64286%
with 6 lines
in your changes missing coverage. Please review.
Project coverage is 83.54%. Comparing base (
2e06d00
) to head (67ef015
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
orchestrator/graphql/loaders/subscriptions.py | 94.62% | 3 Missing and 2 partials :warning: |
orchestrator/graphql/schema.py | 85.71% | 0 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Reduce DB queries performed in GQL resolver for subscriptions by 50%:
subscription.product
(N+1)inUseBySubscriptions
/dependsOnSubscriptions
query the subscription ids through a dataloader (N+1)Other:
custom_context_getter
parameter toregister_graphql()
to allow defining a custom context in Orchestrator implementationsorchestrator.graphql.schema
,get_context
has been renamed todefault_context_getter
Bump version from 2.7.5 to 2.7.6rc1