Skip to content

fix(auth): require explicit GraphQL authorization - #2074

Merged
Eli Bosley (elibosley) merged 3 commits into
mainfrom
fix/graphql-authorization-default-deny
Sep 5, 2026
Merged

fix(auth): require explicit GraphQL authorization#2074
Eli Bosley (elibosley) merged 3 commits into
mainfrom
fix/graphql-authorization-default-deny

test(lint): allow ESLint config startup under CI load

b2976ce
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 5, 2026 in 1s

53.33% (+0.17%) compared to 97f639f

View this Pull Request on Codecov

53.33% (+0.17%) compared to 97f639f

Details

Codecov Report

❌ Patch coverage is 77.57009% with 48 lines in your changes missing coverage. Please review.
✅ Project coverage is 53.33%. Comparing base (97f639f) to head (b2976ce).

Files with missing lines Patch % Lines
.../resolvers/notifications/notifications.resolver.ts 53.84% 18 Missing ⚠️
...-api/graph/resolvers/settings/settings.resolver.ts 76.00% 6 Missing ⚠️
...i/graph/resolvers/info/network/network.resolver.ts 33.33% 4 Missing ⚠️
...raid-api/graph/resolvers/rclone/rclone.resolver.ts 33.33% 4 Missing ⚠️
...src/unraid-api/graph/resolvers/ups/ups.resolver.ts 75.00% 4 Missing ⚠️
...src/unraid-api/graph/resolvers/vms/vms.resolver.ts 33.33% 4 Missing ⚠️
...unraid-api/graph/resolvers/disks/disks.resolver.ts 66.66% 2 Missing ⚠️
...ph/resolvers/flash-backup/flash-backup.resolver.ts 60.00% 2 Missing ⚠️
.../resolvers/info/versions/core-versions.resolver.ts 60.00% 2 Missing ⚠️
...graph/resolvers/info/versions/versions.resolver.ts 71.42% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2074      +/-   ##
==========================================
+ Coverage   53.16%   53.33%   +0.17%     
==========================================
  Files        1041     1043       +2     
  Lines       72455    72664     +209     
  Branches     8358     8388      +30     
==========================================
+ Hits        38523    38758     +235     
+ Misses      33805    33779      -26     
  Partials      127      127              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.