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

Rework user management. #20298

Merged
merged 12 commits into from
Nov 13, 2022
Merged

Conversation

mshima
Copy link
Member

@mshima mshima commented Nov 13, 2022

We currently have complicated logics to define when the User entity should be written and when user management should be written.
We can simplify it by using 2 variables:

  • generateUserManagement to generate the user management code
  • generateBuiltInUserEntity to generate the User entity and related implementations for user management and/or user relationships.
  • generateBuiltInAuthorityEntity cassandra doesn't implements Authority entity.

Please make sure the below checklist is followed for Pull Requests.

When you are still working on the PR, consider converting it to Draft (below reviewers) and adding skip-ci label, you can still see CI build result at your branch.

@mshima mshima marked this pull request as ready for review November 13, 2022 12:46
@DanielFran DanielFran merged commit e95e5fd into jhipster:main Nov 13, 2022
@mshima mshima deleted the skip_ci-user_management branch November 13, 2022 18:53
@DanielFran DanielFran added this to the 8.0.0-beta.1 milestone Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants