feat: 위스키 lookup API 추가#613
Open
Whale0928 wants to merge 1 commit into
Open
Conversation
951f51a to
8209a23
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
배경
source=DATABASE경로도 남겨 다음 k6 세션에서 Redis I/O와 DB I/O를 같은 조건으로 비교할 수 있게 했습니다.변경사항
GET /api/v1/alcohols/lookup추가GET /admin/api/v1/alcohols/lookup추가AlcoholLookupService추가API
GET /api/v1/alcohols/lookupGET /admin/api/v1/alcohols/lookupkeyword: 다중 키워드 AND 매칭categoryregionIddistilleryIdsource:REDIS,DATABASEcursorpageSize성능 검증 준비
REDIS와DATABASEsource를 모두 제공해 다음 k6 플랜에서 동일 API/동일 조건으로 비교할 수 있습니다.브랜치 정리
origin/main8209a23d feat: 위스키 lookup API 추가1개codex/aws-sdk-v2-migration계열 커밋은 PR diff에서 제거했습니다.git.environment-variables변경은 작업과 무관하여 커밋에 포함하지 않았습니다.검증
./gradlew :bottlenote-mono:compileJava :bottlenote-product-api:compileJava :bottlenote-admin-api:compileKotlin./gradlew :bottlenote-mono:test --tests '*AlcoholLookupServiceTest*'./gradlew :bottlenote-product-api:asciidoctor :bottlenote-admin-api:test./gradlew check_rule_test unit_test integration_test admin_integration_test :bottlenote-admin-api:test asciidoctor