uatuko / ruek

🔐 Lightning fast, global scale authorization service without the overhead of a yet another DSL.
Apache License 2.0
94 stars 6 forks source link

Change Resources service to use tuples instead of records #88

Closed uatuko closed 6 months ago

uatuko commented 6 months ago

Since authorisation records are now stored in tuples (#77), we need to update Resources gRPC endpoints to use tuples instead of records.

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 84.21053% with 9 lines in your changes are missing coverage. Please review.

Project coverage is 93.33%. Comparing base (a8cc563) to head (7475d91).

Files Patch % Lines
src/svc/resources.cpp 84.21% 6 Missing and 3 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #88 +/- ## ========================================== - Coverage 93.95% 93.33% -0.62% ========================================== Files 20 20 Lines 1207 1245 +38 Branches 113 123 +10 ========================================== + Hits 1134 1162 +28 - Misses 60 67 +7 - Partials 13 16 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.