Skip to content

fix/#144: 프로젝트 관련 이름 neki로 변경#145

Merged
koosco merged 1 commit intostagingfrom
fix/#144
Feb 19, 2026
Merged

fix/#144: 프로젝트 관련 이름 neki로 변경#145
koosco merged 1 commit intostagingfrom
fix/#144

Conversation

@Darren4641
Copy link
Member

Description

  • 초기에 서비스이름이 정해지지 않아 Yapp2App 으로 정한 이름을 Neki와 관련되도록 Claude와 같이 일괄 변경 진행

@Darren4641 Darren4641 self-assigned this Feb 18, 2026
@Darren4641 Darren4641 linked an issue Feb 18, 2026 that may be closed by this pull request
@github-actions
Copy link

Code Format Check ✅ PASSED

Spotless Check: success

✨ All code formatting checks passed!


Pushed by: @Darren4641, Action: pull_request

@github-actions
Copy link

Test ✅ PASSED

Test Result: success

✨ All tests passed!


Pushed by: @Darren4641, Action: pull_request

@Darren4641 Darren4641 requested a review from koosco February 18, 2026 09:07
@gemini-code-assist
Copy link

Summary of Changes

Hello @Darren4641, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request implements a comprehensive rebranding of the project, changing its name from 'Yapp2App' to 'Neki'. This change was necessary due to the initial service name being provisional. The update involves a systematic refactoring of package names, file paths, configuration settings, and documentation to consistently reflect the new 'Neki' identity. The primary goal is to align the project's internal and external representation with its definitive service name.

Highlights

  • Project Name Change: The project name has been updated from 'Yapp2App' to 'Neki' across the entire codebase and documentation.
  • Package Renaming: All Kotlin package declarations have been refactored from 'com.yapp2app' to 'com.neki'.
  • File Structure Update: Numerous source and test files have been renamed to align with the new 'com.neki' package structure.
  • Configuration and Build Updates: Build scripts (Gradle), application configuration (YAML), logging settings (Logback), and Terraform files have been modified to reflect the new project and package names.
  • Documentation Alignment: Internal documentation files (e.g., Claude-related markdown files) have been updated to use the new project name and package references.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • .claude/CLAUDE.md
    • Updated project overview from 'Yapp' to 'Neki'.
    • Updated package references from 'com.yapp2app' to 'com.neki'.
  • .claude/docs/API_PATTERNS.md
    • Updated package references from 'com.yapp2app' to 'com.neki'.
  • .claude/docs/ARCHITECTURE.md
    • Updated package references from 'com.yapp2app' to 'com.neki'.
  • .claude/docs/CONFIGURATION.md
    • Updated package references from 'com.yapp2app' to 'com.neki'.
  • .claude/docs/OBSERVABILITY.md
    • Updated package references from 'com.yapp2app' to 'com.neki'.
  • .claude/docs/TESTING.md
    • Updated package references from 'com.yapp2app' to 'com.neki'.
  • Makefile
    • Updated API server name from 'Yapp' to 'Neki'.
  • build.gradle.kts
    • Updated project group name from 'com.yapp2app' to 'com.neki'.
  • infra/terraform/aws/modules/s3/README.md
    • Updated project tags from 'YAPP' to 'Neki'.
  • infra/terraform/aws/staging/main.tf
    • Updated project tags from 'YAPP' to 'Neki'.
  • infra/terraform/aws/staging/provider.tf
    • Updated default project tags from 'YAPP' to 'Neki'.
  • settings.gradle.kts
    • Updated root project name from 'Yapp_APP_2_Sever' to 'Neki'.
  • src/main/kotlin/com/yapp2app/YappApp2SeverApplication.kt
    • Renamed file to 'NekiApplication.kt' and updated package and class names.
  • src/main/kotlin/com/yapp2app/auth/api/controller/AuthController.kt
    • Renamed file to 'AuthController.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/api/converter/AuthCommandConverter.kt
    • Renamed file to 'AuthCommandConverter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/api/converter/AuthResultConverter.kt
    • Renamed file to 'AuthResultConverter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/api/dto/AuthRequest.kt
    • Renamed file to 'AuthRequest.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/api/dto/AuthResponse.kt
    • Renamed file to 'AuthResponse.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/application/command/AuthCommand.kt
    • Renamed file to 'AuthCommand.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/application/contract/AuthCacheKeys.kt
    • Renamed file to 'AuthCacheKeys.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/application/contract/KakaoClientResponse.kt
    • Renamed file to 'KakaoClientResponse.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/application/port/AuthCachePort.kt
    • Renamed file to 'AuthCachePort.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/application/port/AuthTokenProviderPort.kt
    • Renamed file to 'AuthTokenProviderPort.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/application/port/NicknameGeneratorPort.kt
    • Renamed file to 'NicknameGeneratorPort.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/application/port/OidcTokenValidatorPort.kt
    • Renamed file to 'OidcTokenValidatorPort.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/application/result/GetAuthResult.kt
    • Renamed file to 'GetAuthResult.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/application/usecase/OauthLoginUseCase.kt
    • Renamed file to 'OauthLoginUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/application/usecase/RefreshTokenUseCase.kt
    • Renamed file to 'RefreshTokenUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/domain/Platform.kt
    • Renamed file to 'Platform.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/infra/oauth/OidcTokenValidator.kt
    • Renamed file to 'OidcTokenValidator.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/infra/oauth/helper/AppleOauthHelper.kt
    • Renamed file to 'AppleOauthHelper.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/infra/oauth/helper/KakaoOauthHelper.kt
    • Renamed file to 'KakaoOauthHelper.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/infra/oauth/helper/OauthHelper.kt
    • Renamed file to 'OauthHelper.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/infra/oauth/oidc/AppleOidc.kt
    • Renamed file to 'AppleOidc.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/infra/oauth/oidc/KakaoOidc.kt
    • Renamed file to 'KakaoOidc.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/infra/oauth/oidc/Oidc.kt
    • Renamed file to 'Oidc.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/infra/oauth/registry/OauthHelperRegistry.kt
    • Renamed file to 'OauthHelperRegistry.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/infra/oauth/registry/OidcRegistry.kt
    • Renamed file to 'OidcRegistry.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/infra/redis/AuthRedisCacheAdapter.kt
    • Renamed file to 'AuthRedisCacheAdapter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/infra/security/config/SecurityConfig.kt
    • Renamed file to 'SecurityConfig.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/infra/security/filter/AuthMdcFilter.kt
    • Renamed file to 'AuthMdcFilter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/infra/security/filter/JwtAuthenticationFilter.kt
    • Renamed file to 'JwtAuthenticationFilter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/infra/security/handler/CustomAccessDeniedHandler.kt
    • Renamed file to 'CustomAccessDeniedHandler.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/infra/security/handler/CustomAuthenticationEntryPoint.kt
    • Renamed file to 'CustomAuthenticationEntryPoint.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/infra/security/properties/OauthProperties.kt
    • Renamed file to 'OauthProperties.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/infra/security/token/AuthTokenProvider.kt
    • Renamed file to 'AuthTokenProvider.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/auth/infra/security/token/UserPrincipal.kt
    • Renamed file to 'UserPrincipal.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/common/annotation/UseCase.kt
    • Renamed file to 'UseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/common/api/config/ObjectMapperConfig.kt
    • Renamed file to 'ObjectMapperConfig.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/common/api/config/WebConfig.kt
    • Renamed file to 'WebConfig.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/common/api/document/RequiresSecurity.kt
    • Renamed file to 'RequiresSecurity.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/common/api/document/SwaggerConfig.kt
    • Renamed file to 'SwaggerConfig.kt' and updated package declaration.
    • Updated API document title from 'Yapp App Team2 API Document' to 'Neki API Document'.
  • src/main/kotlin/com/yapp2app/common/api/dto/BaseResponse.kt
    • Renamed file to 'BaseResponse.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/common/api/dto/ResultCode.kt
    • Renamed file to 'ResultCode.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/common/config/JasyptConfig.kt
    • Renamed file to 'JasyptConfig.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/common/config/RedisCacheConfig.kt
    • Renamed file to 'RedisCacheConfig.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/common/domain/BaseTimeEntity.kt
    • Renamed file to 'BaseTimeEntity.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/common/domain/vo/SortOrder.kt
    • Renamed file to 'SortOrder.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/common/exception/BusinessException.kt
    • Renamed file to 'BusinessException.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/common/exception/dto/ExceptionDto.kt
    • Renamed file to 'ExceptionDto.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/common/exception/handler/ExceptionHandler.kt
    • Renamed file to 'ExceptionHandler.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/common/filter/RequestLoggingFilter.kt
    • Renamed file to 'RequestLoggingFilter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/common/filter/RequestMdcFilter.kt
    • Renamed file to 'RequestMdcFilter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/common/filter/ServletFilterConfig.kt
    • Renamed file to 'ServletFilterConfig.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/common/infra/config/JpaAuditingConfig.kt
    • Renamed file to 'JpaAuditingConfig.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/common/infra/config/QueryDslConfig.kt
    • Renamed file to 'QueryDslConfig.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/common/infra/config/RestClientConfig.kt
    • Renamed file to 'RestClientConfig.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/common/properties/AppProperties.kt
    • Renamed file to 'AppProperties.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/common/transaction/TransactionRunner.kt
    • Renamed file to 'TransactionRunner.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/api/controller/MapController.kt
    • Renamed file to 'MapController.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/api/converter/MapCommandConverter.kt
    • Renamed file to 'MapCommandConverter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/api/converter/MapResultConverter.kt
    • Renamed file to 'MapResultConverter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/api/dto/MapRequest.kt
    • Renamed file to 'MapRequest.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/api/dto/MapResponse.kt
    • Renamed file to 'MapResponse.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/application/command/MapCommand.kt
    • Renamed file to 'MapCommand.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/application/contract/MapContract.kt
    • Renamed file to 'MapContract.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/application/port/BrandRepositoryPort.kt
    • Renamed file to 'BrandRepositoryPort.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/application/port/MapApiClientPort.kt
    • Renamed file to 'MapApiClientPort.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/application/port/MapSearchPort.kt
    • Renamed file to 'MapSearchPort.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/application/port/MediaClientPort.kt
    • Renamed file to 'MediaClientPort.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/application/port/PhotoBoothLocationRepositoryPort.kt
    • Renamed file to 'PhotoBoothLocationRepositoryPort.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/application/result/MapResult.kt
    • Renamed file to 'MapResult.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/application/usecase/CollectPhotoBoothLocationUseCase.kt
    • Renamed file to 'CollectPhotoBoothLocationUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/application/usecase/GetBrandUseCase.kt
    • Renamed file to 'GetBrandUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/application/usecase/GetPhotoBoothLocationUseCase.kt
    • Renamed file to 'GetPhotoBoothLocationUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/domain/entity/Brand.kt
    • Renamed file to 'Brand.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/domain/entity/PhotoBoothLocation.kt
    • Renamed file to 'PhotoBoothLocation.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/domain/vo/MapVO.kt
    • Renamed file to 'MapVO.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/infra/client/MapMediaClient.kt
    • Renamed file to 'MapMediaClient.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/infra/client/fake/FakeMapApiClientConfig.kt
    • Renamed file to 'FakeMapApiClientConfig.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/infra/client/kakao/KakaoApiRateLimitProperties.kt
    • Renamed file to 'KakaoApiRateLimitProperties.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/infra/client/kakao/KakaoLocalSearchResult.kt
    • Renamed file to 'KakaoLocalSearchResult.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/infra/client/kakao/KakaoMapSearchAdapter.kt
    • Renamed file to 'KakaoMapSearchAdapter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/infra/client/kakao/MapApiClientAdapter.kt
    • Renamed file to 'MapApiClientAdapter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/infra/client/kakao/MapApiClientConfig.kt
    • Renamed file to 'MapApiClientConfig.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/infra/persist/BrandRepositoryAdapter.kt
    • Renamed file to 'BrandRepositoryAdapter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/infra/persist/PhotoBoothLocationRepositoryAdapter.kt
    • Renamed file to 'PhotoBoothLocationRepositoryAdapter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/infra/persist/jpa/JpaBrandRepository.kt
    • Renamed file to 'JpaBrandRepository.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/infra/persist/jpa/JpaPhotoBoothLocationRepository.kt
    • Renamed file to 'JpaPhotoBoothLocationRepository.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/map/infra/persist/jpa/PhotoBoothLocationQueryRepository.kt
    • Renamed file to 'PhotoBoothLocationQueryRepository.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/api/controller/FileController.kt
    • Renamed file to 'FileController.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/api/controller/MediaController.kt
    • Renamed file to 'MediaController.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/api/controller/MediaTestController.kt
    • Renamed file to 'MediaTestController.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/api/converter/FileCommandConverter.kt
    • Renamed file to 'FileCommandConverter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/api/converter/FileResultConverter.kt
    • Renamed file to 'FileResultConverter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/api/converter/MediaCommandConverter.kt
    • Renamed file to 'MediaCommandConverter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/api/converter/MediaResultConverter.kt
    • Renamed file to 'MediaResultConverter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/api/dto/UploadTicketRequest.kt
    • Renamed file to 'UploadTicketRequest.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/api/dto/UploadTicketResponse.kt
    • Renamed file to 'UploadTicketResponse.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/application/command/MediaCommand.kt
    • Renamed file to 'MediaCommand.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/application/contract/UploadTicket.kt
    • Renamed file to 'UploadTicket.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/application/dto/MediaRef.kt
    • Renamed file to 'MediaRef.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/application/port/DistributedLockPort.kt
    • Renamed file to 'DistributedLockPort.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/application/port/ExternalImageFetchPort.kt
    • Renamed file to 'ExternalImageFetchPort.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/application/port/MediaBinaryCachePort.kt
    • Renamed file to 'MediaBinaryCachePort.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/application/port/MediaRepositoryPort.kt
    • Renamed file to 'MediaRepositoryPort.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/application/port/MediaStoragePort.kt
    • Renamed file to 'MediaStoragePort.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/application/result/MediaResult.kt
    • Renamed file to 'MediaResult.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/application/usecase/ConfirmMediaUploadedUseCase.kt
    • Renamed file to 'ConfirmMediaUploadedUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/application/usecase/DeleteMediaUseCase.kt
    • Renamed file to 'DeleteMediaUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/application/usecase/GenerateUploadTicketUseCase.kt
    • Renamed file to 'GenerateUploadTicketUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/application/usecase/GetImageByKeyUseCase.kt
    • Renamed file to 'GetImageByKeyUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/application/usecase/GetMediaStorageInfoUseCase.kt
    • Renamed file to 'GetMediaStorageInfoUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/application/usecase/GetMediaStorageInfosUseCase.kt
    • Renamed file to 'GetMediaStorageInfosUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/application/usecase/GetMediasUseCase.kt
    • Renamed file to 'GetMediasUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/domain/MediaKey.kt
    • Renamed file to 'MediaKey.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/domain/MediaType.kt
    • Renamed file to 'MediaType.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/domain/entity/Media.kt
    • Renamed file to 'Media.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/infra/cache/fake/FakeMediaBinaryCacheAdapter.kt
    • Renamed file to 'FakeMediaBinaryCacheAdapter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/infra/cache/redis/MediaRedisCacheKey.kt
    • Renamed file to 'MediaRedisCacheKey.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/infra/cache/redis/RedisMediaBinaryCacheAdapter.kt
    • Renamed file to 'RedisMediaBinaryCacheAdapter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/infra/lock/fake/FakeDistributedLockAdapter.kt
    • Renamed file to 'FakeDistributedLockAdapter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/infra/lock/redis/DistributedLockProperties.kt
    • Renamed file to 'DistributedLockProperties.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/infra/lock/redis/RedisDistributedLockAdapter.kt
    • Renamed file to 'RedisDistributedLockAdapter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/infra/persist/MediaRepositoryAdapter.kt
    • Renamed file to 'MediaRepositoryAdapter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/infra/persist/jpa/JpaMediaRepository.kt
    • Renamed file to 'JpaMediaRepository.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/infra/storage/fake/FakeMediaStorageConfig.kt
    • Renamed file to 'FakeMediaStorageConfig.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/infra/storage/fake/FakeS3MediaStorage.kt
    • Renamed file to 'FakeS3MediaStorage.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/infra/storage/s3/S3InMemoryBucketInitializer.kt
    • Renamed file to 'S3InMemoryBucketInitializer.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/infra/storage/s3/S3MediaStorageAdapter.kt
    • Renamed file to 'S3MediaStorageAdapter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/infra/storage/s3/S3MediaStorageConfig.kt
    • Renamed file to 'S3MediaStorageConfig.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/media/infra/storage/s3/S3Properties.kt
    • Renamed file to 'S3Properties.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/api/controller/FavoritePhotoController.kt
    • Renamed file to 'FavoritePhotoController.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/api/controller/FolderController.kt
    • Renamed file to 'FolderController.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/api/controller/PhotoController.kt
    • Renamed file to 'PhotoController.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/api/converter/FavoritePhotoCommandConverter.kt
    • Renamed file to 'FavoritePhotoCommandConverter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/api/converter/FolderCommandConverter.kt
    • Renamed file to 'FolderCommandConverter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/api/converter/FolderResultConverter.kt
    • Renamed file to 'FolderResultConverter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/api/converter/PhotoImageCommandConverter.kt
    • Renamed file to 'PhotoImageCommandConverter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/api/converter/PhotoImageResultConverter.kt
    • Renamed file to 'PhotoImageResultConverter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/api/dto/FolderRequest.kt
    • Renamed file to 'FolderRequest.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/api/dto/FolderResponse.kt
    • Renamed file to 'FolderResponse.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/api/dto/PhotoImageRequest.kt
    • Renamed file to 'PhotoImageRequest.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/api/dto/PhotoImageResponse.kt
    • Renamed file to 'PhotoImageResponse.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/application/command/FolderCommand.kt
    • Renamed file to 'FolderCommand.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/application/command/PhotoImageCommand.kt
    • Renamed file to 'PhotoImageCommand.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/application/contract/FolderWithStats.kt
    • Renamed file to 'FolderWithStats.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/application/contract/MediaContract.kt
    • Renamed file to 'MediaContract.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/application/contract/PhotoWithFavorite.kt
    • Renamed file to 'PhotoWithFavorite.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/application/port/FavoriteImageRepositoryPort.kt
    • Renamed file to 'FavoriteImageRepositoryPort.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/application/port/FolderRepositoryPort.kt
    • Renamed file to 'FolderRepositoryPort.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/application/port/MediaClientPort.kt
    • Renamed file to 'MediaClientPort.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/application/port/PhotoImageRepositoryPort.kt
    • Renamed file to 'PhotoImageRepositoryPort.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/application/result/FolderResult.kt
    • Renamed file to 'FolderResult.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/application/result/GetPhotosResult.kt
    • Renamed file to 'GetPhotosResult.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/application/usecase/CreateFolderUseCase.kt
    • Renamed file to 'CreateFolderUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/application/usecase/DeleteFoldersUseCase.kt
    • Renamed file to 'DeleteFoldersUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/application/usecase/DeletePhotosUseCase.kt
    • Renamed file to 'DeletePhotosUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/application/usecase/GetFavoritePhotosUseCase.kt
    • Renamed file to 'GetFavoritePhotosUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/application/usecase/GetFavoriteSummaryUseCase.kt
    • Renamed file to 'GetFavoriteSummaryUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/application/usecase/GetFoldersUseCase.kt
    • Renamed file to 'GetFoldersUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/application/usecase/GetPhotoUseCase.kt
    • Renamed file to 'GetPhotoUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/application/usecase/GetPhotosUseCase.kt
    • Renamed file to 'GetPhotosUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/application/usecase/RemovePhotosFromFolderUseCase.kt
    • Renamed file to 'RemovePhotosFromFolderUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/application/usecase/UpdateFolderUseCase.kt
    • Renamed file to 'UpdateFolderUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/application/usecase/UpdatePhotoFavoriteUseCase.kt
    • Renamed file to 'UpdatePhotoFavoriteUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/application/usecase/UpdatePhotoUseCase.kt
    • Renamed file to 'UpdatePhotoUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/application/usecase/UploadPhotosUseCase.kt
    • Renamed file to 'UploadPhotosUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/domain/entity/FavoritePhoto.kt
    • Renamed file to 'FavoritePhoto.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/domain/entity/Folder.kt
    • Renamed file to 'Folder.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/domain/entity/PhotoImage.kt
    • Renamed file to 'PhotoImage.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/infra/client/PhotoMediaClient.kt
    • Renamed file to 'PhotoMediaClient.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/infra/persist/FavoriteImageRepositoryAdapter.kt
    • Renamed file to 'FavoriteImageRepositoryAdapter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/infra/persist/FolderRepositoryAdapter.kt
    • Renamed file to 'FolderRepositoryAdapter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/infra/persist/PhotoImageRepositoryAdapter.kt
    • Renamed file to 'PhotoImageRepositoryAdapter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/infra/persist/jpa/FavoritePhotoQueryRepository.kt
    • Renamed file to 'FavoritePhotoQueryRepository.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/infra/persist/jpa/FolderQueryRepository.kt
    • Renamed file to 'FolderQueryRepository.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/infra/persist/jpa/JpaFavoriteImageRepository.kt
    • Renamed file to 'JpaFavoriteImageRepository.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/infra/persist/jpa/JpaFolderRepository.kt
    • Renamed file to 'JpaFolderRepository.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/infra/persist/jpa/JpaPhotoImageRepository.kt
    • Renamed file to 'JpaPhotoImageRepository.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/photo/infra/persist/jpa/PhotoImageQueryRepository.kt
    • Renamed file to 'PhotoImageQueryRepository.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/api/controller/PoseController.kt
    • Renamed file to 'PoseController.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/api/controller/ScrapPoseController.kt
    • Renamed file to 'ScrapPoseController.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/api/converter/PoseCommandConverter.kt
    • Renamed file to 'PoseCommandConverter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/api/converter/PoseResultConverter.kt
    • Renamed file to 'PoseResultConverter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/api/converter/ScrapPoseCommandConverter.kt
    • Renamed file to 'ScrapPoseCommandConverter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/api/converter/ScrapPoseResultConverter.kt
    • Renamed file to 'ScrapPoseResultConverter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/api/dto/PoseRequest.kt
    • Renamed file to 'PoseRequest.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/api/dto/PoseResponse.kt
    • Renamed file to 'PoseResponse.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/application/command/PoseCommand.kt
    • Renamed file to 'PoseCommand.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/application/contract/MediaAvailability.kt
    • Renamed file to 'MediaAvailability.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/application/contract/PoseWithScrap.kt
    • Renamed file to 'PoseWithScrap.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/application/port/MediaClientPort.kt
    • Renamed file to 'MediaClientPort.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/application/port/PoseRepositoryPort.kt
    • Renamed file to 'PoseRepositoryPort.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/application/port/RandomGeneratorPort.kt
    • Renamed file to 'RandomGeneratorPort.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/application/port/ScrapPoseRepositoryPort.kt
    • Renamed file to 'ScrapPoseRepositoryPort.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/application/result/GetPosesResult.kt
    • Renamed file to 'GetPosesResult.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/application/usecase/GetPoseUseCase.kt
    • Renamed file to 'GetPoseUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/application/usecase/GetPosesUseCase.kt
    • Renamed file to 'GetPosesUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/application/usecase/GetScrapPosesUseCase.kt
    • Renamed file to 'GetScrapPosesUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/application/usecase/RandomPoseUseCase.kt
    • Renamed file to 'RandomPoseUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/application/usecase/UpdatePoseScrapUseCase.kt
    • Renamed file to 'UpdatePoseScrapUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/application/usecase/UploadPosesUseCase.kt
    • Renamed file to 'UploadPosesUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/domain/HeadCount.kt
    • Renamed file to 'HeadCount.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/domain/entity/Pose.kt
    • Renamed file to 'Pose.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/domain/entity/ScrapPose.kt
    • Renamed file to 'ScrapPose.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/infra/RandomGeneratorAdapter.kt
    • Renamed file to 'RandomGeneratorAdapter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/infra/client/PoseMediaClient.kt
    • Renamed file to 'PoseMediaClient.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/infra/persist/PoseRepositoryAdapter.kt
    • Renamed file to 'PoseRepositoryAdapter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/infra/persist/ScrapPoseRepositoryAdapter.kt
    • Renamed file to 'ScrapPoseRepositoryAdapter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/infra/persist/jpa/JpaPoseRepository.kt
    • Renamed file to 'JpaPoseRepository.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/infra/persist/jpa/JpaScrapPoseRepository.kt
    • Renamed file to 'JpaScrapPoseRepository.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/pose/infra/persist/jpa/PosesQueryRepository.kt
    • Renamed file to 'PosesQueryRepository.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/term/api/controller/TermController.kt
    • Renamed file to 'TermController.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/term/api/converter/TermCommandConverter.kt
    • Renamed file to 'TermCommandConverter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/term/api/converter/TermResultConverter.kt
    • Renamed file to 'TermResultConverter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/term/api/dto/TermRequest.kt
    • Renamed file to 'TermRequest.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/term/api/dto/TermResponse.kt
    • Renamed file to 'TermResponse.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/term/application/command/TermCommand.kt
    • Renamed file to 'TermCommand.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/term/application/port/TermRepositoryPort.kt
    • Renamed file to 'TermRepositoryPort.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/term/application/port/UserTermAgreementRepositoryPort.kt
    • Renamed file to 'UserTermAgreementRepositoryPort.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/term/application/result/TermResult.kt
    • Renamed file to 'TermResult.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/term/application/usecase/CheckLatestTermsAgreementUseCase.kt
    • Renamed file to 'CheckLatestTermsAgreementUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/term/application/usecase/CreateTermAgreementsUseCase.kt
    • Renamed file to 'CreateTermAgreementsUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/term/application/usecase/GetTermsUseCase.kt
    • Renamed file to 'GetTermsUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/term/domain/entity/Term.kt
    • Renamed file to 'Term.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/term/domain/entity/UserTermAgreement.kt
    • Renamed file to 'UserTermAgreement.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/term/domain/enums/TermType.kt
    • Renamed file to 'TermType.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/term/infra/persist/TermRepositoryAdapter.kt
    • Renamed file to 'TermRepositoryAdapter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/term/infra/persist/UserTermAgreementRepositoryAdapter.kt
    • Renamed file to 'UserTermAgreementRepositoryAdapter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/term/infra/persist/jpa/JpaTermRepository.kt
    • Renamed file to 'JpaTermRepository.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/term/infra/persist/jpa/JpaUserTermAgreementRepository.kt
    • Renamed file to 'JpaUserTermAgreementRepository.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/user/api/controller/UserController.kt
    • Renamed file to 'UserController.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/user/api/converter/UserCommandConverter.kt
    • Renamed file to 'UserCommandConverter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/user/api/converter/UserResultConverter.kt
    • Renamed file to 'UserResultConverter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/user/api/dto/GetUserResponse.kt
    • Renamed file to 'GetUserResponse.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/user/api/dto/UserRequest.kt
    • Renamed file to 'UserRequest.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/user/application/command/UserCommand.kt
    • Renamed file to 'UserCommand.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/user/application/contract/MediaAvailability.kt
    • Renamed file to 'MediaAvailability.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/user/application/port/MediaClientPort.kt
    • Renamed file to 'MediaClientPort.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/user/application/port/TermClientPort.kt
    • Renamed file to 'TermClientPort.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/user/application/port/UserRepositoryPort.kt
    • Renamed file to 'UserRepositoryPort.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/user/application/result/GetUserResult.kt
    • Renamed file to 'GetUserResult.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/user/application/usecase/DeleteMeUseCase.kt
    • Renamed file to 'DeleteMeUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/user/application/usecase/GetUserInfoUseCase.kt
    • Renamed file to 'GetUserInfoUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/user/application/usecase/UpdateMeUseCase.kt
    • Renamed file to 'UpdateMeUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/user/application/usecase/UpdateUserProfileImageUseCase.kt
    • Renamed file to 'UpdateUserProfileImageUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/user/domain/entity/User.kt
    • Renamed file to 'User.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/user/domain/enums/ProviderType.kt
    • Renamed file to 'ProviderType.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/user/domain/enums/RoleType.kt
    • Renamed file to 'RoleType.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/user/infra/client/UserMediaClient.kt
    • Renamed file to 'UserMediaClient.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/user/infra/client/UserTermClient.kt
    • Renamed file to 'UserTermClient.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/user/infra/generator/NicknameGenerator.kt
    • Renamed file to 'NicknameGenerator.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/user/infra/persist/UserRepositoryAdapter.kt
    • Renamed file to 'UserRepositoryAdapter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/user/infra/persist/jpa/UserRepository.kt
    • Renamed file to 'UserRepository.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/version/api/controller/VersionController.kt
    • Renamed file to 'VersionController.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/version/api/converter/AppVersionCommandConverter.kt
    • Renamed file to 'AppVersionCommandConverter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/version/api/converter/AppVersionResultConverter.kt
    • Renamed file to 'AppVersionResultConverter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/version/api/dto/GetAppVersionResponse.kt
    • Renamed file to 'GetAppVersionResponse.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/version/api/dto/UpdateAppVersionRequest.kt
    • Renamed file to 'UpdateAppVersionRequest.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/version/application/command/GetAppVersionCommand.kt
    • Renamed file to 'GetAppVersionCommand.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/version/application/port/AppVersionRepositoryPort.kt
    • Renamed file to 'AppVersionRepositoryPort.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/version/application/result/GetAppVersionResult.kt
    • Renamed file to 'GetAppVersionResult.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/version/application/usecase/GetAppVersionUseCase.kt
    • Renamed file to 'GetAppVersionUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/version/application/usecase/UpdateAppVersionUseCase.kt
    • Renamed file to 'UpdateAppVersionUseCase.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/version/domain/entity/AppVersion.kt
    • Renamed file to 'AppVersion.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/version/domain/enums/Platform.kt
    • Renamed file to 'Platform.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/version/infra/persist/AppVersionRepositoryAdapter.kt
    • Renamed file to 'AppVersionRepositoryAdapter.kt' and updated package declaration.
  • src/main/kotlin/com/yapp2app/version/infra/persist/jpa/JpaAppVersionRepository.kt
    • Renamed file to 'JpaAppVersionRepository.kt' and updated package declaration.
  • src/main/resources/application.yaml
    • Updated application name from 'Yapp_APP_2_Sever' to 'Neki'.
  • src/main/resources/logback-spring.xml
    • Updated application name from 'yapp' to 'neki'.
    • Updated logger names from 'com.yapp2app' to 'com.neki'.
  • src/test/kotlin/com/yapp2app/JasyptTest.kt
    • Renamed file to 'JasyptTest.kt' and updated package declaration.
  • src/test/kotlin/com/yapp2app/YappApp2SeverApplicationTests.kt
    • Renamed file to 'NekiApplicationTests.kt' and updated package and class names.
  • src/test/kotlin/com/yapp2app/auth/infra/security/filter/AuthMdcFilterTest.kt
    • Renamed file to 'AuthMdcFilterTest.kt' and updated package declaration.
  • src/test/kotlin/com/yapp2app/common/api/config/ObjectMapperConfigTest.kt
    • Renamed file to 'ObjectMapperConfigTest.kt' and updated package declaration.
  • src/test/kotlin/com/yapp2app/common/filter/RequestMdcFilterTest.kt
    • Renamed file to 'RequestMdcFilterTest.kt' and updated package declaration.
  • src/test/kotlin/com/yapp2app/e2e/E2ETestBase.kt
    • Renamed file to 'E2ETestBase.kt' and updated package declaration.
  • src/test/kotlin/com/yapp2app/e2e/auth/AuthE2ETest.kt
    • Renamed file to 'AuthE2ETest.kt' and updated package declaration.
  • src/test/kotlin/com/yapp2app/e2e/file/GetImageConcurrencyE2ETest.kt
    • Renamed file to 'GetImageConcurrencyE2ETest.kt' and updated package declaration.
  • src/test/kotlin/com/yapp2app/e2e/file/GetImageE2ETest.kt
    • Renamed file to 'GetImageE2ETest.kt' and updated package declaration.
  • src/test/kotlin/com/yapp2app/e2e/map/GetBrandE2ETest.kt
    • Renamed file to 'GetBrandE2ETest.kt' and updated package declaration.
  • src/test/kotlin/com/yapp2app/e2e/map/GetPhotoBoothsByPointE2ETest.kt
    • Renamed file to 'GetPhotoBoothsByPointE2ETest.kt' and updated package declaration.
  • src/test/kotlin/com/yapp2app/e2e/map/GetPhotoBoothsByPolygonE2ETest.kt
    • Renamed file to 'GetPhotoBoothsByPolygonE2ETest.kt' and updated package declaration.
  • src/test/kotlin/com/yapp2app/e2e/map/MapE2ETestBase.kt
    • Renamed file to 'MapE2ETestBase.kt' and updated package declaration.
  • src/test/kotlin/com/yapp2app/e2e/media/GenerateUploadTicketE2ETest.kt
    • Renamed file to 'GenerateUploadTicketE2ETest.kt' and updated package declaration.
  • src/test/kotlin/com/yapp2app/e2e/media/MediaE2ETestBase.kt
    • Renamed file to 'MediaE2ETestBase.kt' and updated package declaration.
  • src/test/kotlin/com/yapp2app/e2e/media/MediaToPhotoIntegrationE2ETest.kt
    • Renamed file to 'MediaToPhotoIntegrationE2ETest.kt' and updated package declaration.
  • src/test/kotlin/com/yapp2app/e2e/photo/folder/CreateFolderE2ETest.kt
    • Renamed file to 'CreateFolderE2ETest.kt' and updated package declaration.
  • src/test/kotlin/com/yapp2app/e2e/photo/folder/DeleteFoldersE2ETest.kt
    • Renamed file to 'DeleteFoldersE2ETest.kt' and updated package declaration.
  • src/test/kotlin/com/yapp2app/e2e/photo/folder/FolderCoverAutoUpdateE2ETest.kt
    • Renamed file to 'FolderCoverAutoUpdateE2ETest.kt' and updated package declaration.
Activity
  • No human activity has been recorded on this pull request yet.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

프로젝트 이름을 Yapp2App에서 Neki로 변경하는 대규모 리팩토링이네요. 전반적으로 변경 사항이 꼼꼼하게 잘 적용된 것 같습니다. 다만, 몇몇 부분에 이전 이름인 'yapp'이 남아있는 것을 발견했습니다. 일관성을 위해 이 부분들도 수정이 필요한지 확인해보시면 좋을 것 같습니다.

  • Terraform 설정: S3 버킷 이름 예시(yapp-public-images-staging 등)와 백엔드 설정(yapp-terraform-state-staging)에 이전 이름이 남아있습니다. (infra/terraform/aws/modules/s3/README.md, infra/terraform/aws/staging/provider.tf)
  • CORS 설정: application.yaml 파일의 allowed-originsdev-yapp-admin.suitestudy.com과 같은 이전 도메인이 포함되어 있습니다.
  • API 문서: AuthController.kt의 KDoc에 포함된 카카오 리다이렉트 URI 예시에도 이전 도메인(dev-yapp.suitestudy.com)이 사용되고 있습니다.

이러한 부분들이 의도된 것이 아니라면, 이번 PR에 함께 수정하여 리팩토링의 완성도를 높이는 것을 추천합니다. 그 외에 변경된 코드에서는 특별한 이슈를 찾지 못했습니다.

Copy link
Member

@koosco koosco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@koosco koosco merged commit c9bb419 into staging Feb 19, 2026
2 checks passed
@koosco koosco deleted the fix/#144 branch February 19, 2026 18:17
Darren4641 added a commit that referenced this pull request Feb 24, 2026
* chore: spotless plugin 추가

* feat: build, format make 명령어 추가

* chore: makefile PHONY에 stop 명령어 추가

* chore: jpa, flyway 의존성 추가

* fix: make run, start SPRING_PROFILES 인자 추가

* feat: clear-h2 명령어 추가

* chore: app url, version 설정 추가

* chore: swagger config 추가

* feat: test용 controller 추가

* chore : swagger 메서드 파라미터 오타 수정

* Revert "feat: test용 controller 추가"

This reverts commit 7efaebe.

* Revert "chore : swagger 메서드 파라미터 오타 수정"

This reverts commit bf91a99.

* Revert "feat: test용 controller 추가"

* chore: jdbc 의존성 제거 및 r2dbc 의존성 추가

* chore: local 개발용 postgres docker compose 추가

* chore: make h2-clear 명령어 삭제

* infra : terraform s3 module 추가

* infra : terraform aws provider 추가

* infra : terraform staging workspace 추가

* feat/#9 -> staging: Squash Merge

* feat: User Entity 생성 및 UserPrincipal 세팅

* feat: ExceptionHandler 및 BaseResponse 세팅

* feat: Swagger 403/500 이슈 해결 및 auth 패키지 분리

* fix: spotlessApply

* fix: @repository 제거

* fix: security 관련 설정 user 패키지로 이동

* fix: User Entity 및 repository 관련 파일 user 패키지로 이동

* fix: spotless 적용

---------

Co-authored-by: darren <darren@darrenui-MacBookPro.local>

* fix: Referer 보안 이슈 방지를 위해 Ip 기반 조건 설정

* apply code formatter

* fix: s3 private preset versioning 비활성화

* fix: S3 public access 제거

* feat: transactionRunner 추가

* chore: S3 의존성 추가

* chore: local s3 test용 local stack container 추가

* feat: image storage 인터페이스 추가

* feat: S3 storage 구현체 추가

* feat: Cors 설정 추가

* test: local test용 object CRD API 추가

* fix: S3 초기화 로그 제거

* ref: cors 중복 설정 제거

* chore: api 계층으로 cors 설정 이동

* chore: code quality check pipeline 추가

* feat: 폴더, 포토 이미지 엔티티 추가

* feat: Jpa Auditing 설정 추가

* feat: Usecase 식별용 annotation 추가

* feat: jpa folder 영속성 Port 추가

* feat: folder 기본 API

* docs: file API swagger schema 추가

* feat/#14 -> staging mrege commit

* feat: User Entity 생성 및 UserPrincipal 세팅

* feat: ExceptionHandler 및 BaseResponse 세팅

* feat: Swagger 403/500 이슈 해결 및 auth 패키지 분리

* fix: spotlessApply

* fix: @repository 제거

* fix: security 관련 설정 user 패키지로 이동

* fix: User Entity 및 repository 관련 파일 user 패키지로 이동

* fix: spotless 적용

* feat: Jasypt 설정 추가

* fix: application jasypt 적용

* fix: 암호화 알고리즘 변경 및 JasyptUtil 클래스 제거

* fix: spotlessApply

---------

Co-authored-by: darren <darren@darrenui-MacBookPro.local>

* feat: 로컬 회원가입 api

* fix: UserPrincipal 사용자 id 추가

* feat: PasswordEncoder config

* chore: SecurityConfig 네이밍 변경

* feat: 로그인, 토큰 발급 api

* feat: folder api converter 추가

* chore: 폴더명 변경 photobooth -> photo

* apply spotless

* feat: E2E Test용 Base 클래스

* feat: Folder E2E Test용 Base 클래스

* fix: test jasypt 설정 제거

* feat: test Media 구현체 추가

* ref: application layer에 맞게 Folder Port 메서드 시그니처 수정

* fix: 폴더 생성 중복 검사 로직

* fix: 폴더명 변경 중복 검사

* fix: 폴더 목록 조회 메서드 시그니처 변경

* fix: 폴더 목록 삭제 원자성 검증

* fix: 폴더 생성 응답 추가

* fix: 폴더 jpa 조회 메서드 추가

* fix: 일관성을 위해 ExceptionDto code 변수명 resultCode로 변경

* test: Folder API E2E Test 추가

* feat: 폴더 conflict code 추가

* fix: JasyptTest Spring 의존성 제거

* fix: r2dbc 설정 제거

* fix: jasypt 환경변수를 생성자 주입으로 변경

* chore: Media Aggregate 분리

* fix: DeleteFolder n+1 문제 해결

* fix: RequiresSecurity class Target 추가

* fix: Media 엔티티 추가

* Feat/#7 (#18)

* feat: User Entity 생성 및 UserPrincipal 세팅

* feat: ExceptionHandler 및 BaseResponse 세팅

* feat: Swagger 403/500 이슈 해결 및 auth 패키지 분리

* fix: spotlessApply

* fix: @repository 제거

* fix: security 관련 설정 user 패키지로 이동

* fix: User Entity 및 repository 관련 파일 user 패키지로 이동

* fix: spotless 적용

* feat: Jasypt 설정 추가

* feat: kakao oauth idToken 발급 로직 추가 (테스트용)

* fix: UseCase 어노테이션 추가 및 디렉토리 구조 변경

* feat: kakao oauth oidc 추출

* feat: k3s 배포를 위한 Dockerfile 생성

* feat: 카카오 OIDC 회원가입 기능 구현

* feat: 예외 addMessage 메서드 제거

* refactor: signup -> register 네이밍 변경

* fix: transactionRunner 추가

* fix: spotless 적용

* fix: login 기능 구현 1차

* fix: refreshToken 발행 추가

* fix: refreshToken을 통해 accessToken 갱신 API 추가

* fix: JasyptConfig profile 지정

* feat: CustomerUserDetailService 제거 (불필요)

* feat: spotless 적용

* feat: converter 적용

* feat: E2E TEST 코드 추가

* feat: E2E TEST 코드 추가

* fix: JasyptTest 테스트코드 yml 의존성 제거

* feat: ci discord 알림 추가

* ci: 빌드 최적화

* ci: k3s 강제 재시작 적용

* fix: kakao oauth nativeID로 변경

* ci: 배포후 downtime 0로 변경  (health check 추가)

* fix: app.version 공통 application.yaml로 이동

* fix: JasyptUtil 파일 제거

* fix: RestClientConfig 파일 infra 디렉토리로 이동

* fix: OIDCPublicKeysResponse 변수 var -> val 변경

* fix: KakaoClientResponse 주석 제거

* fix: Valid 어노테이션 @field로 변경

* fix: contract 디렉토리 생성 후 response 이동

* fix: ci yaml staging 브랜치로 변경

* fix: spotlessApply 적용

---------

Co-authored-by: darren <darren@darrenui-MacBookPro.local>

* fix: oauth로그인 정책 변경

* fix: login관련 e2e 테스트코드 제거

* fix: spotless 적용

* fix: test코드 임시 제거

* test: HttpStatus 변경

* fix: acceess, refresh Token 만료 시간 변경

* chore: querydsl 설정

* chore: flyway 비활성화

* Feat/#23 (#24)

* chore: logstach encoder 의존성

* chore: logback 설정

* feat: 요청 MDC Filter

* feat: 인증 MDC Filter

* chore: SecurityFilterChain MDC Filter 추가

* fix: RequestMdcFilter가 가장 먼저 오도록 순서 보장

* fix: AuthMdcFilter name 대신 userId 로깅

* fix: 로그에 Ip 정보 추가

* fix: 로그에 Ip 정보 삭제

* Fix/#44 카카오 OIDC 공개키 캐싱 처리 (#46)

* fix: 카카오 OIDC PublicKey Cache 적용

* fix: spotless 적용

* fix: Cache 관련 클래스 Adapter 적용

* fix: spotless 적용

* refactor: cachePort 도메인 하위 infra 레이어로 이동

* fix: spotless 적용

---------

Co-authored-by: darren <darren@darrenui-MacBookPro.local>

* fix: AuthFilter Authentication type 변경, 테스트 수정

* feat/#28 -> staging merge commit

* feat: base time entity

* feat: photo domain entity 추가

* feat: jpa auditing config 추가

* feat: PhotoImage UseCase 추가

* feat: PhotoImage persist jpa 구현체 추가

* feat: Local Media Client 구현체 추가

* feat: Media UseCase 추가

* feat: Media infra 계층 구현체 추가

* feat: RequiresSecurity class level target 추가

* feat: file upload fail result code 추가

* feat: usecase 애노테이션 추가

* feat: folder, photo, media flyway schema

* chore: S3 구현체를 infra/storage/s3로 분리

* fix: jasypt config test profile 비활성화

* test: test profile 지정

* fix: S3 presigned 만료시간, contentType 추가

* test: PhotoImage E2E Test 추가

* fix: PhotoController bean validation 추가

* test: PhotoImageE2ETestBase 추가

* chore: rest assured 의존성 추가

* fix: AuthTokenProvider jwt에 providerType String을 저장하도록 수정

* feat: FakeMediaStorage 구현체 추가

* feat: JpaPhotoImage 목록 조회 구현

* fix: Jwt 검증 실패시에도 계속 진행되도록 수정

* fix: mediaId null이 0으로 casting되는 오류 수정

* docs: media swagger 추가

* chore: GenerateUploadTicketUseCase 불필요 주석 삭제

* fix: DeleteMediaUseCase cache 무효화 로직 추가

* ref: DeleteFolder 검증 로직 개선

* fix: testcode resultCode 수정

* fix: 401 E2ETest 삭제

* fix: memo 추가

* apply spotless

* chore: 사용하지 않는 메서드 제거

* fix: UploadPhotoE2ETest memo 추가

* feat: photoImage Patch API

* ref: 사진 목록 조회 paging 처리

* ref: Folder 삭제 query를 querydsl로 변경

* chore: 사용하지 않는 메서드 정리

* ref: photo domain contract 파일 분리

* feat: PhotoImage dynamic update 추가

* fix: 사진 등록 후 INITIAL media를 포함하여 조회

* test: 사진 업로드 e2e test

* fix: 사진 extension이 저장되지 않는 문제 수정

* fix: photo 저장 실패시 롤백

* chore: staging S3 bucket 변경

* fix: 이미지 조회 contentType 필드 추가

* feat/#47 -> staging merge commit

* feat: Apple OIDC 로그인 추가

* fix: staging merge

* fix: 스웨거 주석 수정

* fix: oidc 검증 로직 Port로 분리

* fix: Port 제거 후 infra Layer에서 interface로 타입 통일

* fix: User엔티티 email Unique 제거

* fix: BaseResponse 공통 규격화

* fix: oauth 최초 로그인시만 DB저장

---------

Co-authored-by: darren <darren@darrenui-MacBookPro.local>

* test: e2e 테스트 코드 BaseResponse success 체킹 제거

* feat/#56 -> staging merge commit

* docs: CLAUDE.md 추가

* docs: TESTING.md 추가

* chore: 사용하지 않는 문서 제거

* feat/#59 -> staging merge commit

* fix: AppProperties를 common 패키지로 이동

* fix: photo image 조회시 url을 내려주도록 수정

* feat: 이미지 조회 endpoint 추가

* test: 이미지 조회 endpoint 테스트

* chore: 클로드가 하위 문서를 반드시 읽도록 CLAUDE.md 수정

* fix/#29 -> staging merge commit

fix: 폴더명 validation 적용

* feat/#43 -> merge commit

* fix: 카카오맵 기반 위경도 수집 API 1차 개발 완료 (리펙토링 전)

* fix: 애플로그인으로 인핸 oid Type String 으로 변경

* fix: 그리드방식으로 좌표 수집

* fix: Port, Adapter 적용

* fix: API 제한을 방지한 Delay 코드 추가

* fix: 내 위치기준 부스 조회, 다각형 내 부스 조회 개발 (브랜드 필터링은 추후 추가)

* fix: 부스 위치 조회(다각형, 내위치) brandId 별 필터링 추가

* feat: Brand 조회 API 추가

* test: E2E Test 코드 추가

* fix: spotless 적용

* fix: 클래스명 변경 KakaoApiClient -> MapApiClient

* fix: media queryDsl 제거

* fix: MediaType LOGO 추가

* fix: collectPhotoBooths API 컨벤션

* fix: collectPhotoBooths API Hidden 처리

* fix: 메서드명 변경 kakaoSearchByKeyword -> searchByKeyword

* fix: SQL code formatter 적용

* fix: MapApiClient 구조 Clean Architecture 적용

* fix: postgis docker-compose 실행 추가

* fix: MapContract 클래스 Kakao 네이밍 hidden 처리

* fix: 한국 위경도 domain layer vo로 이동

* fix: CollectPhotoBoothLocationUseCase 트랜잭션 분리

* refactor: CollectPhotoBoothLocationUseCase 로직 분리

* refactor: 이미지 경로 Converter 수행

* fix: MediaClientPort 추가

* refactor: VO 클래스 수정

* refactor: MapVo 리펙토링

* refactor: 클래스명 명확화

* fix: KakaoApiRateLimitConfig -> KakaoApiRateLimitProperties 클래스명 수정

* fix: 부스 조회 API Coordinate 타입으로 변경

* fix: spotless 적용

* fix: 네이밍에 VO 키워드 제거

* fix: jasyptGeneratTest -> jasyptGenerateTest 오타 수정

---------

Co-authored-by: darren <darren@darrenui-MacBookPro.local>

* feat/#35 -> staging merge commit

* feat: 즐겨찾기 기능 및 페이징/정렬 구현

- 사진 즐겨찾기 추가/삭제/조회 API 구현
- 사진 목록 페이징 처리
- 정렬 순서(ASC/DESC) 지원
- E2E 테스트 추가

* fix: CLAUDE.md success 필드 삭제

* feat: 즐겨찾기 summary API 추가

* fix: 사진 삭제시 즐겨찾기 사진도 함께 삭제

* docs: CLAUDE.md batch delete에 대한 지침 추가

* docs: test base와 tear down 지침 추가

* fix: photo image command 페이징 기본값 삭제

* fix: 즐겨찾기 중복 저장 멱등성 로직 수정

* chore: apply spotlessApp

* chore/#63 -> staging merge commit

fix: entity 테이블명 대문자로 변경

* fix/#66 -> staging merge commit

* fix: 부스 위치 조회 Paging 삭제

* fix: getPhotoBoothsByPoint API 좌표 nullable 기본값=강남역

* fix: 지도 응답 변수명 수정 brandId -> brandName, name -> branchName

* fix: test 코드 Page 관련 변수 제거

* fix: Native Query 테이블명 대문자로 수정

* fix: getPhotoBoothsByPoint API Default 값 Converter에서 수행

* feat/#58 -> staging merge commit

* ref: Media api Dto 파일 통합

* test : 사진 여러 장 업로드 테스트

* feat : Media application dto

* ref : presigned upload ticket api 통합

* ref : UploadTicket 계약을 별도 파일로 분리

* test : 벌크 presigned e2e test 단일 테스트로 통합

* ref : PhotoImage 생성 로직 통합 (개별 + 벌크)

* fix : UploadTicket test 변수명 동기화

* fix : 사진 생성시 하나의 folderId만 받도록 수정

* ref : 통합된 UploadTicket 결과 반환 방식 수정

* refactor : media upload 엔드포인트 수정

* ref : ConfirmMediaUploadedUseCase 벌크 처리로 수정

* ref : GenerateUploadTicketUseCase.kt transactional 애노테이션 추가

* chore: github-ci 추가, deploy 단계 test 제거

* feat/#74 -> staging merge commit

* feat: 사진 상세 조회 API

* fix : 이미지 목록 조회 folderId 삭제

* ref : 사진 목록 조회 쿼리 개선

* chore: code formatter

* chore: 즐겨찾기용 조회 dto 추가

* feat: PhotoMediaClient 미디어 단건 조회 메서드 추가

* fix: 사진 상세 순환 호출 문제 수정

* test : 사진 상세 조회 api e2e test 추가

* ref : PhotoImageQueryRepository.kt query 개선

* fix : 사진 업로드 시 폴더 소유권 검사

* fix/#65 -> staging merge commit

* ref/#69-> staging merge commit

* fix: Json 날짜 포맷 통일

* ref: 사진 삭제 API 통합 (단건, 다중)

* ref: 폴더 삭제 API 통합 (단건, 다중)

* fix : 사용하지 않는 folder delete 관련 메서드 제거

* fix : folder 삭제시 image의 folder_id null 처리

* fix : photo 도메인 usecase 이름을 복수형으로 수정

* docs : 사용하지 않는 DeleteMediaUseCase.kt 주석 추가

* docs/#71 -> staging merge commit

* docs: Swagger 공통 예외 문구 수정

* docs: Swagger 공통 예외 문구 수정 (500 Code 문서 제거)

* fix: Response 값 @Schema 어노테이션 추가

* fix: Response 값 @Schema 어노테이션 추가

* fix: Spotless 적용

* fix: 토큰 MISSING 예외 처리 및 EntryPoint 컴포넌트 클래스 생성, ObjectMapper 사용하여 Error메시지 반환

---------

Co-authored-by: darren <darren@darrenui-MacBookPro.local>

* fix/#77 -> staging merge commit

* fix: Validate 검증 활성화를 위해 Request 객체 ? 인자 추가

* fix: security handler 추가

* fix: TestCode 수정사항 반영

* fix: TestCode 수정사항 반영

---------

Co-authored-by: darren <darren@darrenui-MacBookPro.local>

* fix/#83 -> staging merge commit

* chore: UpdatePhotoFavoriteRequest.kt 파일 통합

* fix : 폴더 목록 API에 사진 개수, 커버 사진 포함

* fix : 사진 삭제, 생성 시 폴더 커버 사진 업데이트

* chore : 폴더 커버 flyway schema 반영

* fix : 사진 목록 조회시 폴더 조건 추가

* ref : 폴더 목록 조회 쿼리 개선

* test : 폴더 커버 갱신 test 추가

* docs: presigned url 주석의 api endpoint 수정

* fix: folder 커버 이미지 생성 시간 제거

* fix: 조회 시점에 앨범 커버 이미지를 조인하도록 수정

* fix: 사용하지 않는 메서드 제거

* fix: 즐겨찾기 이미지 url을 usecase에서 분리

* fix: Folder storageKey 변수명 통일

* fix: PhotoImageQueryRepository.kt 미사용 코드 제거

* fix/#82-> staging merge commit

* feat: Pose 업로드 (ADMIN 권한 체크)

* feat: MediaType POSE 항목 추가

* feat: 포즈 목록 API 개발

* feat: 인원수 필터링 추가

* fix: 이미지 업로드 시 userId 필수로 설정

* feat: 포즈 스크랩 기능 개발

* feat: 포즈 스크랩 기능 개발 Swagger desc 추가

* feat: 포즈 상세보기 기능 개발

* feat: 랜덤 포즈 기능 개발

* refactor: rollbackIfFailed private method 분리

* test: 포즈 관련 E2E 테스트 코드 작성

* feature: 개발 admin cors 추가

* fix: ScrapPoseController 주석 name 변경

* fix: 변수명 수정 isScrap -> isScraped

* fix: PoseMediaClient 주석 이름 수정

* fix: Pose 어그거트에서 사용할 Media Contract 생생

* fix: flyway TB_SCRAP_POSE DDL 쿼리 추가

* fix: UseCase Random추출 메서드 분리

* fix: Pose DTO 파일명 수정 GetPoseResponse

* fix: upload만 admin 권한

* fix: toGetPoseResponse 객체 재사용

---------

Co-authored-by: darren <darren@darrenui-MacBookPro.local>

* fix/#92 -> staging merge commit

* fix: 즐겨찾기 요약이 즐겨찾기한 최근 사진을 조회하도록 수정

* ref: 폴더 목록 조회 쿼리 개선

* ref: 폴더 목록 조회 쿼리 롤백

* feat/#84 -> staging merge commit

* chore: UpdatePhotoFavoriteRequest.kt 파일 통합

* fix : 폴더 목록 API에 사진 개수, 커버 사진 포함

* fix : 사진 삭제, 생성 시 폴더 커버 사진 업데이트

* chore : 폴더 커버 flyway schema 반영

* fix : 사진 목록 조회시 폴더 조건 추가

* ref : 폴더 목록 조회 쿼리 개선

* test : 폴더 커버 갱신 test 추가

* docs: presigned url 주석의 api endpoint 수정

* fix: folder 커버 이미지 생성 시간 제거

* feat: 폴더에서 사진 제외 기능 추가

* fix: 사용하지 않는 메서드 제거

* test: 사진 삭제 후 조회 시점에서 커버 사진을 확인하도록 테스트 수정

* ref: 폴더 삭제시 사진을 삭제하지 않는 경우 분기 처리

* feat/#89 -> staging merge commit

* feat: 앱 버전 관리 API 기능 개발

* feat: 클래스 주석 추가

* fix: spotless 적용

* feat/#93 -> staging merge commit

* fix: 포즈 추천시 인원수 필터링

* test: test 코드 수정

* feat: 1차 작업

* fix: 포즈 스크랩 오동작 수정 및 포즈 스크랩 목록 조회 개발

---------

Co-authored-by: darren <darren@darrenui-MacBookPro.local>

* feat/#85 -> staging merge commit

* chore: user domain dto 패키지명 통일

* feat: media domain 이미지 조회 후 업로드 usecase 추가

* feat: 사용자 정보 갱신 API

* feat: 회원가입시 임의 닉네임 생성

* fix: 이미지 업로드 제거

* fix: 사용자 정보 조회 API 프로필 이미지 포함

* docs: user 도메인 swagger 스키마 추가

* fix: 사용자 프로필 이미지 검증 로직 추가

* fix: 사용자 프로필 이미지가 storageKey를 사용하게 수정

* fix: 기본 프로필 이미지 설정 추가

* docs: 사용자 정보 갱신 swagger docs 수정

* feat#/97 -> staging merge commit

* feat#/96 -> staging merge commit

* feat: application-prod.yaml 생성 및 flyway 싱크

* fix: user 테이블 email, oid nullable flyway 적용 및 code formmater 적용

* fix/#100 -> staging merge commit

* chore: local profile kakak api key 추가

* chore: user domain request 파일 병합

* chore: 사용하지 않는 메서드, 파일 삭제

* fix: 사용자 정보 수정, 프로필 이미지 수정 API 분리

* fix: 사용자 프로필 기본 이미지 설정 로직 추가

* fix: 사용자 프로필 수정 멱등성 반영

* test: 사용자 프로필 변경 테스트 추가

* fix/#102 -> staging merge commit

* fix: 소셜로그인 providerType 타입 String으로 변경 (대소문자 모두 허용을 위해)

* fix: enum클래스 from 메서드 추가

* fix: staging flyway 활성화

* fix/#106 -> staging merge commit

* fix: 카카오 로그인 시 platform 파람 추가 할당

* fix: 프론트 검증을 위해 임시 배포

* fix: spotless 적용

* fix: 엑세스, 리프레쉬 토큰 expiry 변경

* fix: deploy-staging.yml fix/#106 브랜치 제거

* fix: auth Platform enum으로 타입 세이프

---------

Co-authored-by: darren <darren@darrenui-MacBookPro.local>

* fix/#109 -> staging merge commit

fix: Brand 목록조회 id 오름차순으로 변경

* chore/#104 -> staging merge commit

* chore: Prod 환경 자동화 배포 추가

* chore: 프로메테우스 적용

* feat: cors 추가

* fix: deploy-prod.yml chore/#104 브런치 제거

* fix: healchcheck 인증된 사용자만 상세 정보 확인

* fix: actuator 사용하는 경로만 허용

* fix: deploy-prod.yml chore/#104 브랜치 제거

* fix/#105 -> staging merge commit

* fix: 사용자 닉네임 최대 글자 수정

* fix: 사용자 닉네임 제약 조건 추가

* fix: 닉네임 제약 조건 메시지 수정

* chore: 닉네임 flyway 제약 조건 버전 추가

* feat: 포즈목록 조회시 scrap 여부 반환

* fix/#116 -> staging merge commit

* feat: 약관 목록 및 약관 동의 개발

* fix: 약관 목록 조회시 버전 컬럼 제거

* fix: Gemini 성능 개선 반영

* fix: 중복 정렬 코드 제거

* fix/#119 -> staging merge commit

* fix: 랜덤포즈 조회시 excludeIds 추가

* fix: 랜덤포즈 조회할 포즈 없을 시 문구 수정

* test: 테스트 코드 수정

* chore/#122 -> staging merge commit

Co-authored-by: darren <darren@darrenui-MacBookPro.local>

* fix/#125 -> staging merge commit

* fix: media 생성시 width, height 입력 받기

* fix: 포즈 상세 및 랜덤포즈 오동작 문제 해결 (관리자 계정만 동작했었음)

---------

Co-authored-by: darren <darren@darrenui-MacBookPro.local>

* fix/#128 -> staging merge commit

fix: : presignedURL 업로드 시 media 엔티티 size 추가 저장 (#129)

* chore/#130 -> staging merge commit

chore: iOS 개발/상용 키 분리 (#131)

* feat/#120 -> staging merge commit

* feat: 이미지 조회를 위한 분산락 추가

* feat: redis media 캐시 어댑터 추가

* ref: 메서드 시그니처 변경에 따른 media fake 구현체 메서드 수정

* chore: 사용하지 않는 클래스 제거

* feat: media 조회 usecase 분산락 추가

* feat: redis binary template 추가

* feat: async config 추가

* fix: Redis 분산락 test profile 추가

* fix: media S3 fallback 후 cache 재확인

* fix: RedisMediaBinaryCacheAdapter nullable type 수정

* fix: media 캐시 ttl 만료 전 expire로 갱신하도록 수정

* fix: async 설정 제거

* fix: media type별 캐시 ttl 적용

* fix: 분산락 single-flight 제거

* fix/#127 -> staging merge commit

* fix: 폴더 목록 limit 추가

* fix: 이미지 추가에 따른 폴더 정렬

* fix: 폴더 목록 bean validation 추가

* fix/#138 -> staging merge commit

fix: photo 업로드 멱등성

* fix/#135 -> staging merge commit

* fix: 폴더명 글자수 제한 10자로 수정

* fix: bean validation 메시지 수정

* chore: 폴더명 제약 flyway schema에 추가

* fix/#139 -> staging merge commit

fix: 사진 등록 즐겨찾기 필드 추가

* fix/#141 -> staging merge commit

* fix: android 개발/상용 키 분리

* fix: 버전 1.0.0

* fix/#145 -> staging merge commit

* chore/#147 -> staging merge commit

* chore: archunit 의존성 추가

* test: 계층간 의존 관계 설정

* chore: claude code spotless, test hook 추가

* chore: infra 계층 dto 네이밍을 payload로 통일

* ref: 중복되는 테스트 parameterized test로 통합

* fix/#150 -> staging merge commit

fix: 네컷사진 삭제 시 Soft Delete 로 변경

---------

Co-authored-by: Koo <koosco136@gmail.com>
Co-authored-by: Teahyung Koo <150074724+koosco@users.noreply.github.com>
Co-authored-by: darren <darren@darrenui-MacBookPro.local>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: 패키지명 변경

2 participants