-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feature/1077 different db users v2 #1123
base: main
Are you sure you want to change the base?
Conversation
be0495f
to
edd0dee
Compare
401b58b
to
58b8c27
Compare
22e0350
to
b9be875
Compare
b9be875
to
ca39cd9
Compare
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.
Hab mir mal die Freiheit genommen einen Blick darüber zu werfen, folgendes ist mir aufgefallen:
- es hat noch einige Log-Statements mit dem
error
-Level, welche nicht viel mit Errors zu tun haben - Enum ist nicht nach Java Convention benannt
Sonst sieht alles OK aus für mich. Die Kommentare sind super, sie helfen extrem beim Verständnis! Auf der Datenbank habe ich kurz die Berechtigungen für die Schemas getestet, scheint auch alles zu funktionieren.
backend/src/main/java/ch/puzzle/okr/multitenancy/TenantConfigProvider.java
Outdated
Show resolved
Hide resolved
backend/src/main/java/ch/puzzle/okr/multitenancy/FlywayMultitenantMigrationInitializer.java
Outdated
Show resolved
Hide resolved
backend/src/main/java/ch/puzzle/okr/multitenancy/HibernateContext.java
Outdated
Show resolved
Hide resolved
backend/src/main/java/ch/puzzle/okr/multitenancy/HibernateContext.java
Outdated
Show resolved
Hide resolved
backend/src/main/java/ch/puzzle/okr/multitenancy/HibernateContext.java
Outdated
Show resolved
Hide resolved
backend/src/main/java/ch/puzzle/okr/multitenancy/TenantConfigProvider.java
Outdated
Show resolved
Hide resolved
backend/src/test/java/ch/puzzle/okr/multitenancy/HibernateContextTest.java
Outdated
Show resolved
Hide resolved
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.
Very Nice!
No description provided.