-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: entity and temporal handlers before adding support for dist…
…Ops (#1219) * refactor: introduce business oriented packaging (temporal/entities/discovery/common) * refactor: rename EntityPayloadService -> EntityService * refactor: rename EntityPayload to Entity and TemporalEntityAttribute to Attribute * refactor: entity and temporal handlers * fix(authz): delete user entities before deleting the user (if the user no longer exists, it fails because of access rights checks) * refactor: remove service logic from EntityOperationHandler (except upsert separation between create and update) * refactor: upsert logic in service --------- Co-authored-by: Thomas BOUSSELIN <[email protected]>
- Loading branch information
1 parent
a740e14
commit 7d9c62f
Showing
117 changed files
with
4,648 additions
and
5,447 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...earch/authorization/EntityAccessRights.kt → ...authorization/model/EntityAccessRights.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...egm/stellio/search/authorization/Group.kt → ...ellio/search/authorization/model/Group.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...earch/authorization/SubjectAccessRight.kt → ...authorization/model/SubjectAccessRight.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...earch/authorization/SubjectReferential.kt → ...authorization/model/SubjectReferential.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../egm/stellio/search/authorization/User.kt → ...tellio/search/authorization/model/User.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...rch/authorization/AuthorizationService.kt → ...orization/service/AuthorizationService.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...orization/DisabledAuthorizationService.kt → ...n/service/DisabledAuthorizationService.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...horization/EnabledAuthorizationService.kt → ...on/service/EnabledAuthorizationService.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 5 additions & 2 deletions
7
...uthorization/SubjectReferentialService.kt → ...tion/service/SubjectReferentialService.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.