Conversation
- `festivals/universities`에서 `/organizations/festivals/search`로 API 엔드포인트를 수정했습니다. - API 변경에 따라 `universityName` 쿼리 파라미터를 `keyword`로 변경했습니다.
API 명세 변경에 따라, `FestivalResponse`, `UniversityResponse`, `RegisteredFestivalNotificationResponse` 모델의 `universityName` 필드를 `organizationName`으로 수정했습니다.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
- CI 워크플로우에서 `IMAGE_BASE_URL`과 `IMAGE_BASE_URL_DEV`를 `local.properties` 파일에 추가하도록 수정했습니다.
oungsi2000
approved these changes
Feb 15, 2026
`build.gradle.kts` 파일에서 개발용(`_DEV`) 속성을 가져올 때, 속성이 누락된 경우 출력되는 에러 메시지를 보다 명확하게 수정했습니다
CI 워크플로우에서 `local.properties` 파일을 생성할 때, `BASE_URL`과 `BASE_URL_DEV` 환경 변수 할당 방식에 있던 불필요한 따옴표를 제거하여 다른 변수들과 형식을 통일했습니다.
CI 워크플로우에서 `local.properties` 파일을 생성하는 스크립트의 오류를 수정했습니다. - `BASE_URL`과 `IMAGE_BASE_URL`을 파일에 쓸 때, 기존 내용을 덮어쓰는(`>`) 대신 추가하도록(`>>`) 변경했습니다.
API 명세 변경에 따라, `FestivalNotificationRepositoryTest`에서 사용하는 `RegisteredFestivalNotificationResponse`의 테스트 데이터를 수정했습니다. - `universityName` 필드를 `organizationName`으로 변경했습니다. - `festivalName` 필드에 테스트 값을 추가했습니다.
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.
#️⃣ 이슈 번호
🛠️ 작업 내용
🙇🏻 중점 리뷰 요청