Skip to content

Feat: add buffer file grpc #27

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

Merged
merged 13 commits into from
Mar 31, 2025

feat: improve handling of successful login and logout with cookies an…

01e0a75
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Feat: add buffer file grpc #27

feat: improve handling of successful login and logout with cookies an…
01e0a75
Select commit
Loading
Failed to load commit list.
GitHub Actions / Checkstyle completed Mar 31, 2025 in 0s

Checkstyle Source Code Analyzer report

56 violation(s) found

Annotations

Check warning on line 14 in common-service/src/main/java/com/blubin/commonservice/config/CorsConfig.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Extra separation in import group before 'java.util.List'

Check warning on line 14 in common-service/src/main/java/com/blubin/commonservice/config/CorsConfig.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer'.

Check warning on line 52 in common-service/src/main/java/com/blubin/commonservice/config/CorsConfig.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck

Distance between variable 'source' declaration and its first usage is 6, but allowed 3.  Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).

Check warning on line 6 in common-service/src/main/java/com/blubin/commonservice/utils/MessagesUtils.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Extra separation in import group before 'java.util.Locale'

Check warning on line 6 in common-service/src/main/java/com/blubin/commonservice/utils/MessagesUtils.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.Locale' import. Should be before 'org.slf4j.helpers.MessageFormatter'.

Check warning on line 7 in common-service/src/main/java/com/blubin/commonservice/utils/MessagesUtils.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.MissingResourceException' import. Should be before 'org.slf4j.helpers.MessageFormatter'.

Check warning on line 8 in common-service/src/main/java/com/blubin/commonservice/utils/MessagesUtils.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.ResourceBundle' import. Should be before 'org.slf4j.helpers.MessageFormatter'.

Check warning on line 3 in identity-service/src/main/java/com/blubin/identityservice/model/SiteUser.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck

Using the '.*' form of import should be avoided - jakarta.persistence.*.

Check warning on line 13 in identity-service/src/main/java/com/blubin/identityservice/model/SiteUser.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Extra separation in import group before 'java.time.LocalDateTime'

Check warning on line 13 in identity-service/src/main/java/com/blubin/identityservice/model/SiteUser.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.time.LocalDateTime' import. Should be before 'org.springframework.security.core.userdetails.UserDetails'.

Check warning on line 14 in identity-service/src/main/java/com/blubin/identityservice/model/SiteUser.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.Collection' import. Should be before 'org.springframework.security.core.userdetails.UserDetails'.

Check warning on line 15 in identity-service/src/main/java/com/blubin/identityservice/model/SiteUser.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.security.core.userdetails.UserDetails'.

Check warning on line 16 in identity-service/src/main/java/com/blubin/identityservice/model/SiteUser.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.UUID' import. Should be before 'org.springframework.security.core.userdetails.UserDetails'.

Check warning on line 49 in identity-service/src/main/java/com/blubin/identityservice/model/SiteUser.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck

',' is not followed by whitespace.

Check warning on line 16 in identity-service/src/main/java/com/blubin/identityservice/model/CustomOidcUserService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Extra separation in import group before 'java.util.HashMap'

Check warning on line 16 in identity-service/src/main/java/com/blubin/identityservice/model/CustomOidcUserService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.springframework.stereotype.Service'.

Check warning on line 17 in identity-service/src/main/java/com/blubin/identityservice/model/CustomOidcUserService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.springframework.stereotype.Service'.

Check warning on line 18 in identity-service/src/main/java/com/blubin/identityservice/model/CustomOidcUserService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.Optional' import. Should be before 'org.springframework.stereotype.Service'.

Check warning on line 3 in identity-service/src/main/java/com/blubin/identityservice/model/RefreshToken.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck

Using the '.*' form of import should be avoided - jakarta.persistence.*.

Check warning on line 8 in identity-service/src/main/java/com/blubin/identityservice/model/RefreshToken.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Extra separation in import group before 'java.time.LocalDateTime'

Check warning on line 8 in identity-service/src/main/java/com/blubin/identityservice/model/RefreshToken.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.time.LocalDateTime' import. Should be before 'org.hibernate.annotations.CreationTimestamp'.

Check warning on line 9 in identity-service/src/main/java/com/blubin/identityservice/model/RefreshToken.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.UUID' import. Should be before 'org.hibernate.annotations.CreationTimestamp'.

Check warning on line 28 in identity-service/src/main/java/com/blubin/identityservice/model/RefreshToken.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck

',' is not followed by whitespace.

Check warning on line 32 in identity-service/src/main/java/com/blubin/identityservice/model/RefreshToken.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck

',' is not followed by whitespace.

Check warning on line 32 in identity-service/src/main/java/com/blubin/identityservice/model/RefreshToken.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck

',' is preceded with whitespace.