Conversation
Available PR Commands
See: https://github.com/tahminator/codebloom/wiki/CI-Commands |
Title873: migrate session to use optional PR TypeEnhancement Description
Diagram Walkthroughflowchart LR
A["Session.java (Model)"] --> B["SessionRepository.java (Interface)"]
B --> C["SessionSqlRepository.java (Implementation)"]
B --> D["AuthController.java"]
B --> E["CustomAuthenticationSuccessHandler.java"]
B --> F["Protector.java"]
A --> G["SessionDto.java"]
|
| Relevant files | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Enhancement | 7 files
| ||||||||||||||
| Tests | 4 files
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
...n/java/org/patinanetwork/codebloom/api/auth/security/CustomAuthenticationSuccessHandler.java
Outdated
Show resolved
Hide resolved
src/main/java/org/patinanetwork/codebloom/common/security/Protector.java
Outdated
Show resolved
Hide resolved
Title873: migrate session to use optional PR TypeEnhancement Description
Diagram Walkthroughflowchart LR
A[Old Session Model] --> B{Refactor ID to Optional};
B --> C[New Session Model];
C --> D{Update Session Repository};
D --> E{Update Auth Controllers & Services};
E --> F[Update Tests];
|
| Relevant files | |||||||||
|---|---|---|---|---|---|---|---|---|---|
| Enhancement | |||||||||
| Data model refactoring | 1 files
| ||||||||
| Interface refactoring | 1 files
| ||||||||
| Implementation refactoring | 1 files
| ||||||||
| Data transfer object update | 1 files
| ||||||||
| Tests | 4 files
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
...n/java/org/patinanetwork/codebloom/api/auth/security/CustomAuthenticationSuccessHandler.java
Show resolved
Hide resolved
Title873: migrate session to use optional PR TypeEnhancement, Tests Description
|
| Relevant files | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Enhancement | 7 files
| ||||||||||||||
| Tests | 4 files
| ||||||||||||||
| Dependencies | 1 files
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
|
Failed to generate code suggestions for PR |
|
Failed to generate code suggestions for PR |
|
Failed to generate code suggestions for PR |
873
Description of changes
Migrate SessionRepository to use optional
Checklist before review
Screenshots
Dev
Staging