-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
UserWithPermissions extends BaseEntity and new UserWithPermissions.withPerm static method #682
Conversation
Codecov Report
@@ Coverage Diff @@
## v1-8-0 #682 +/- ##
==========================================
- Coverage 99.64% 99.41% -0.24%
==========================================
Files 94 70 -24
Lines 1700 1192 -508
Branches 399 302 -97
==========================================
- Hits 1694 1185 -509
- Misses 6 7 +1
Continue to review full report at Codecov.
|
@@ -13,7 +13,7 @@ services: | |||
MYSQL_DATABASE: "test" | |||
|
|||
mariadb: | |||
image: "mariadb:10.1.16" | |||
image: "mariadb:10.3.22" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue
Resolves #656
Resolves #637
Solution and steps
UserWithPermissions
withBaseEntity
UserWithPermissions.withPerm
Permission
,Group
andUserWithPermissions
tests with several databasesChecklist