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

feat: support BatchAdapter #16

Merged
merged 1 commit into from
Nov 16, 2022
Merged

Conversation

imp2002
Copy link
Member

@imp2002 imp2002 commented Nov 16, 2022

Fix: #15

Implements BatchAdapter then it will be execute sync with Enforce.

@casbin-bot
Copy link

@tangyang9464 please review

@codecov
Copy link

codecov bot commented Nov 16, 2022

Codecov Report

Base: 59.09% // Head: 59.09% // No change to project coverage 👍

Coverage data is based on head (1bf6fb4) compared to base (bbe12d2).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #16   +/-   ##
=======================================
  Coverage   59.09%   59.09%           
=======================================
  Files           3        3           
  Lines         132      132           
  Branches       26       26           
=======================================
  Hits           78       78           
  Misses         37       37           
  Partials       17       17           
Impacted Files Coverage Δ
src/main/java/org/casbin/adapter/RedisAdapter.java 62.22% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@hsluoyz hsluoyz merged commit f310041 into jcasbin:master Nov 16, 2022
@hsluoyz
Copy link
Member

hsluoyz commented Nov 16, 2022

🎉 This PR is included in version 1.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

the performance can be further improved for addPolicies()
3 participants