-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
handle portal user lifecycle #546
Merged
Merged
Conversation
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
Quality Gate failedFailed conditions 0.0% Coverage on New Code (required ≥ 80%) |
github-actions
bot
added
the
status: planned
This issue is planned in a milestone and won't be touched by stale bot.
label
Mar 25, 2024
derTobsch
force-pushed
the
feature/handle-portal-user-lifecycle
branch
from
March 25, 2024 07:48
014e68d
to
470c775
Compare
Quality Gate failedFailed conditions |
derTobsch
force-pushed
the
feature/handle-portal-user-lifecycle
branch
from
May 24, 2024 11:35
470c775
to
4124ca4
Compare
grafjo
force-pushed
the
feature/handle-portal-user-lifecycle
branch
2 times, most recently
from
June 15, 2024 19:27
3e6a881
to
047e02b
Compare
grafjo
force-pushed
the
feature/handle-portal-user-lifecycle
branch
2 times, most recently
from
June 16, 2024 13:18
fa3f5db
to
39af8eb
Compare
bseber
force-pushed
the
feature/handle-portal-user-lifecycle
branch
from
June 21, 2024 13:13
39af8eb
to
9d53845
Compare
bseber
reviewed
Jun 21, 2024
...usshift/zeiterfassung/integration/portal/user/PortalUserRabbitmqConfigurationProperties.java
Show resolved
Hide resolved
bseber
reviewed
Jun 21, 2024
src/main/java/de/focusshift/zeiterfassung/tenancy/user/TenantUserService.java
Show resolved
Hide resolved
bseber
reviewed
Jun 21, 2024
src/main/java/de/focusshift/zeiterfassung/tenancy/user/TenantUserCreatorAndUpdater.java
Outdated
Show resolved
Hide resolved
bseber
reviewed
Jun 21, 2024
src/main/java/de/focusshift/zeiterfassung/tenancy/user/TenantUser.java
Outdated
Show resolved
Hide resolved
bseber
reviewed
Jun 21, 2024
bseber
reviewed
Jun 21, 2024
.../de/focusshift/zeiterfassung/integration/portal/user/PortalUserEventHandlerRabbitmqTest.java
Show resolved
Hide resolved
grafjo
force-pushed
the
feature/handle-portal-user-lifecycle
branch
from
June 21, 2024 14:37
9d53845
to
f98577d
Compare
bseber
force-pushed
the
feature/handle-portal-user-lifecycle
branch
from
June 26, 2024 19:01
f8ea41f
to
4be6eef
Compare
bseber
reviewed
Jun 26, 2024
src/main/java/de/focusshift/zeiterfassung/security/OAuth2TenantUserService.java
Outdated
Show resolved
Hide resolved
bseber
force-pushed
the
feature/handle-portal-user-lifecycle
branch
2 times, most recently
from
June 26, 2024 19:59
04376b2
to
6d5df4d
Compare
github-actions
bot
added
status: new
Initial state for every issue / pullrequest
status: planned
This issue is planned in a milestone and won't be touched by stale bot.
and removed
status: planned
This issue is planned in a milestone and won't be touched by stale bot.
status: new
Initial state for every issue / pullrequest
labels
Jun 28, 2024
* introduce tenant user status to be active / deactivated / deleted / unknown
bseber
force-pushed
the
feature/handle-portal-user-lifecycle
branch
from
June 28, 2024 07:59
6d5df4d
to
45d69c7
Compare
Quality Gate failedFailed conditions |
2 tasks
derTobsch
added a commit
that referenced
this pull request
Jul 5, 2024
Updating user permissions is handled by `ReloadAuthenticationAuthoritiesFilter` on next request so the user has not to logout and login again. This action has to run with tenant context, too now since #546 Here are some things you should have thought about: **Multi-Tenancy** - ~~[ ] Extended new entities with `AbstractTenantAwareEntity`?~~ - [x] New entity added to `TenantAwareDatabaseConfiguration`? - [x] Tested with `dev-multitenant` profile? <!-- Thanks for contributing to the zeiterfassung. Please review the following notes before submitting you pull request. Please look for other issues or pull requests which already work on this topic. Is somebody already on it? Do you need to synchronize? # Security Vulnerabilities 🛑 STOP! 🛑 If your contribution fixes a security vulnerability, please do not submit it. Instead, please write an E-Mail to [email protected] with all the information to recreate the security vulnerability. # Describing Your Changes If, having reviewed the notes above, you're ready to submit your pull request, please provide a brief description of the proposed changes. If they: 🐞 fix a bug, please describe the broken behaviour and how the changes fix it. Please label with 'type: bug' and 'status: new' 🎁 make an enhancement, please describe the new functionality and why you believe it's useful. Please label with 'type: enhancement' and 'status: new' If your pull request relates to any existing issues, please reference them by using the issue number prefixed with #. -->
github-actions
bot
added
status: new
Initial state for every issue / pullrequest
status: planned
This issue is planned in a milestone and won't be touched by stale bot.
and removed
status: planned
This issue is planned in a milestone and won't be touched by stale bot.
status: new
Initial state for every issue / pullrequest
labels
Jul 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here are some things you should have thought about:
Multi-Tenancy
AbstractTenantAwareEntity
?TenantAwareDatabaseConfiguration
?dev-multitenant
profile?TODOs: