Skip to content

[MAIN] 메인 충돌 해결#56

Merged
sengjun0624 merged 7 commits intodevelopfrom
main
Jun 4, 2025
Merged

[MAIN] 메인 충돌 해결#56
sengjun0624 merged 7 commits intodevelopfrom
main

Conversation

@sengjun0624
Copy link
Contributor

@sengjun0624 sengjun0624 commented Jun 4, 2025

📍 PR 타입 (하나 이상 선택)

  • 기능 추가
  • 버그 수정
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트
  • 기타 사소한 수정

❗️ 관련 이슈 링크

Close #

📌 개요

  • main 수정 내용을 dev에 반영해야 이후 충돌이 안납니다!

🔁 변경 사항

📸 스크린샷 (선택)

👀 기타 더 이야기해볼 점 (선택)

💬 리뷰 요구사항 (선택)

✅ 체크 리스트

  • PR 템플릿에 맞추어 작성했어요.
  • 변경 내용에 대한 테스트를 진행했어요.
  • 프로그램이 정상적으로 동작해요.
  • PR에 적절한 라벨을 선택했어요.
  • 불필요한 코드는 삭제했어요.

sengjun0624 and others added 7 commits May 28, 2025 20:02
* ♻️ refactor: Update CorsFilter (#40)

* ✨ Feat: Add Unified Log Service (#42)

* ✨ feat: Add Unified Log Service

* ♻️ refactor: Modify DateTime Type

* ♻️ refactor: Add UnifiedLogResponseDto (#44)
* REFACTOR: admin -> admin-api 수정 및 TransactionType 추가 (#51)

* ♻️ refactor: HealthCheck Controller가 Security에 안걸리게 수정 (#54)

---------

Co-authored-by: 조윤주 <155442976+iamyuunzo@users.noreply.github.com>
@sengjun0624 sengjun0624 self-assigned this Jun 4, 2025
@sengjun0624 sengjun0624 added the CHORE 빌드, 설정 등 기타 작업 label Jun 4, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR resolves merge conflicts by integrating changes from the main branch into the development branch. Key changes include:

  • Adding a production server configuration for Swagger API documentation.
  • Updating security rules to permit specific admin API endpoints.
  • Minor formatting adjustments in CORS configuration.

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
src/main/java/dev/admin/global/config/SwaggerConfig.java Added a production server entry to the OpenAPI servers list
src/main/java/dev/admin/global/config/SecurityConfig.java Updated permitted endpoints and restructured security matchers for admin API endpoints
src/main/java/dev/admin/global/config/CorsConfig.java Formatting update with an extra blank line
Comments suppressed due to low confidence (2)

src/main/java/dev/admin/global/config/SwaggerConfig.java:48

  • The production server is currently labeled as 'Local development server'. Consider updating the description to 'Production server' to avoid confusion.
.description("Local development server");

src/main/java/dev/admin/global/config/SecurityConfig.java:46

  • [nitpick] Review the ordering of security rules: ensure that the authenticated matcher for '/admin-api/**' does not inadvertently override the earlier permitAll rules for the specified endpoints.
.requestMatchers("/admin-api/me", "/admin-api/**").authenticated()

Copy link
Contributor

@iamyuunzo iamyuunzo left a comment

Choose a reason for hiding this comment

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

고생했어요!!! 고마워여🥹

@sengjun0624 sengjun0624 merged commit 8225058 into develop Jun 4, 2025
1 of 3 checks passed
sengjun0624 added a commit that referenced this pull request Jun 4, 2025
* ♻️ refactor: HealthCheck Controller가 Security에 안걸리게 수정 (#54)

* [MAIN] 메인 충돌 해결 (#56)

* [DEPLOY] v1.0.1 (#45)

* ♻️ refactor: Update CorsFilter (#40)

* ✨ Feat: Add Unified Log Service (#42)

* ✨ feat: Add Unified Log Service

* ♻️ refactor: Modify DateTime Type

* ♻️ refactor: Add UnifiedLogResponseDto (#44)

* REFACTOR: admin -> admin-api 수정 및 TransactionType 추가 (#51) (#52)

* [DEPLOY] v1.0.4 (#55)

* REFACTOR: admin -> admin-api 수정 및 TransactionType 추가 (#51)

* ♻️ refactor: HealthCheck Controller가 Security에 안걸리게 수정 (#54)

---------

Co-authored-by: 조윤주 <155442976+iamyuunzo@users.noreply.github.com>

---------

Co-authored-by: 조윤주 <155442976+iamyuunzo@users.noreply.github.com>

* 🐛 fix: HealthCheck Controller가 고정 URL 이던 부분 수정 (#58)

---------

Co-authored-by: 조윤주 <155442976+iamyuunzo@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CHORE 빌드, 설정 등 기타 작업

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants