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: Add other APIs and testing #72

Merged
merged 11 commits into from
Oct 22, 2023
Merged

feat: Add other APIs and testing #72

merged 11 commits into from
Oct 22, 2023

Conversation

WindyDante
Copy link
Contributor

Add other APIs and testing

Slimmed down the files starting with Casdoor, removed the corresponding toString method, and changed the permission modifier to public.
# Conflicts:
#	src/test/java/org/casbin/casdoor/ApplicationServiceTest.java
#	src/test/java/org/casbin/casdoor/OrganizationServiceTest.java
#	src/test/java/org/casbin/casdoor/PermissionServiceTest.java
#	src/test/java/org/casbin/casdoor/ProvierServiceTest.java
#	src/test/java/org/casbin/casdoor/RecordServiceTest.java
#	src/test/java/org/casbin/casdoor/ResourceServiceTest.java
#	src/test/java/org/casbin/casdoor/RoleServiceTest.java
#	src/test/java/org/casbin/casdoor/SessionServiceTest.java
#	src/test/java/org/casbin/casdoor/TokenServiceTest.java
#	src/test/java/org/casbin/casdoor/UserServiceTest.java
Added entity classes and service methods for enforcer, group, model, and payment and wrote corresponding test methods to test them.
Added methods for adding, deleting and retrieving other test objects
Add other APIs and testing
@casbin-bot
Copy link

@seriouszyx @ComradeProgrammer @Resulte please review

@WindyDante WindyDante changed the title Add other APIs and testing feat: Add other APIs and testing Oct 22, 2023
@codecov
Copy link

codecov bot commented Oct 22, 2023

Codecov Report

Merging #72 (d8a46b0) into master (15052b6) will not change coverage.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##           master     #72    +/-   ##
=======================================
  Coverage    0.00%   0.00%            
=======================================
  Files          55      81    +26     
  Lines         846    1132   +286     
  Branches       29      29            
=======================================
- Misses        846    1132   +286     
Files Coverage Δ
...va/org/casbin/casdoor/service/ResourceService.java 0.00% <ø> (ø)
.../org/casbin/casdoor/util/PermissionOperations.java 0.00% <ø> (ø)
...n/java/org/casbin/casdoor/util/RoleOperations.java 0.00% <ø> (ø)
...n/java/org/casbin/casdoor/util/UserOperations.java 0.00% <ø> (ø)
...in/java/org/casbin/casdoor/entity/AccountItem.java 0.00% <0.00%> (ø)
...c/main/java/org/casbin/casdoor/entity/MfaItem.java 0.00% <0.00%> (ø)
...in/java/org/casbin/casdoor/entity/TableColumn.java 0.00% <0.00%> (ø)
...main/java/org/casbin/casdoor/entity/ThemeData.java 0.00% <0.00%> (ø)
...va/org/casbin/casdoor/service/ProviderService.java 0.00% <0.00%> (ø)
...in/java/org/casbin/casdoor/service/SmsService.java 0.00% <0.00%> (ø)
... and 36 more

@hsluoyz hsluoyz merged commit 8bc9350 into casdoor:master Oct 22, 2023
5 of 6 checks passed
@github-actions
Copy link

🎉 This PR is included in version 1.22.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.

3 participants