Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReBAC: graph strategy for checking relations #101

Merged
merged 8 commits into from
May 18, 2024

Conversation

uatuko
Copy link
Owner

@uatuko uatuko commented May 17, 2024

Introduce graph strategy for checking relations between two entities. The implementation uses a BFS graph traversal to derive relations if no direct relation is found.

@uatuko uatuko mentioned this pull request May 17, 2024
14 tasks
Copy link

codecov bot commented May 17, 2024

Codecov Report

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

Project coverage is 93.11%. Comparing base (0eb3099) to head (15904cf).

Files Patch % Lines
src/svc/relations.cpp 94.23% 2 Missing and 4 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #101      +/-   ##
==========================================
+ Coverage   93.05%   93.11%   +0.06%     
==========================================
  Files          18       18              
  Lines        1209     1307      +98     
  Branches      146      161      +15     
==========================================
+ Hits         1125     1217      +92     
- Misses         62       64       +2     
- Partials       22       26       +4     

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

@uatuko uatuko marked this pull request as ready for review May 17, 2024 20:06
@uatuko uatuko merged commit 323e266 into main May 18, 2024
4 checks passed
@uatuko uatuko deleted the feature/rebac-graph-strategy branch May 18, 2024 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants