-
Notifications
You must be signed in to change notification settings - Fork 18
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
chore: Add integration tests for project erasure (DEV-3681) #3289
chore: Add integration tests for project erasure (DEV-3681) #3289
Conversation
seakayone
commented
Jun 17, 2024
- Inline OntologyResponderV2 trait and add test for deleting an ontology graph during project erasing
- Add test for administrative permissions
- Add test for daop cleanup
.../scala/org/knora/webapi/slice/admin/repo/service/DefaultObjectAccessPermissionRepoLive.scala
Outdated
Show resolved
Hide resolved
...main/scala/org/knora/webapi/slice/admin/domain/model/DefaultObjectAccessPermissionRepo.scala
Outdated
Show resolved
Hide resolved
… into the companion object and extract fold method.
) extends EntityWithId[PermissionIri] | ||
|
||
object DefaultObjectAccessPermission { | ||
enum ForWhat { |
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.
Wouldn't ForWhat be like a SubjectEntity or something? (Entity being sort of a stand-in for a tuple.)
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.
I also noticed that you named it after the forProject
.
I guess you can resolve this and merge, if you so please.