Skip to content
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

[배포] v0.3.0(PR#55, PR#57) #58

Merged
merged 11 commits into from
Aug 27, 2023
Merged

[배포] v0.3.0(PR#55, PR#57) #58

merged 11 commits into from
Aug 27, 2023

Conversation

le2sky
Copy link
Owner

@le2sky le2sky commented Aug 27, 2023

구현 요약

  • 예약 상세 조회 기능을 구현했습니다.
  • Cors에 의해 Location 헤더가 노출되지 않는 문제를 해결하기 위해 Location 헤더를 노출 설정했습니다.
  • 신규 기능 구현으로 인해 애플리케이션 버전이 0.2.0에서 0.3.0으로 증가했습니다.

연관 이슈

close #56
close #54

@le2sky le2sky added deployment 해치웠나? run: ci ci 과정 실행 해줘~ labels Aug 27, 2023
@le2sky le2sky self-assigned this Aug 27, 2023
@github-actions
Copy link

Test Results

150 tests   150 ✔️  27s ⏱️
  37 suites      0 💤
  37 files        0

Results for commit fd4bff4.

@codecov
Copy link

codecov bot commented Aug 27, 2023

Codecov Report

Merging #58 (fd4bff4) into main (8a9b0a7) will decrease coverage by 0.84%.
Report is 17 commits behind head on main.
The diff coverage is 85.36%.

@@             Coverage Diff              @@
##               main      #58      +/-   ##
============================================
- Coverage     94.90%   94.07%   -0.84%     
- Complexity      190      206      +16     
============================================
  Files            43       46       +3     
  Lines           471      506      +35     
  Branches         25       25              
============================================
+ Hits            447      476      +29     
- Misses           12       18       +6     
  Partials         12       12              
Files Changed Coverage Δ
...tary/reservation/domain/reservation/Reservation.kt 93.58% <50.00%> (-3.75%) ⬇️
...ervation/domain/reservation/ReservationLineItem.kt 80.00% <50.00%> (-14.12%) ⬇️
...tion/adapter/input/web/GetReservationController.kt 100.00% <100.00%> (ø)
...tion/application/port/input/ReservationResponse.kt 100.00% <100.00%> (ø)
...ation/application/service/GetReservationService.kt 100.00% <100.00%> (ø)
...ence/SpringDataJpaReservationPersistenceAdapter.kt 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@github-actions
Copy link

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

@le2sky le2sky merged commit a4f62b4 into main Aug 27, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployment 해치웠나? run: ci ci 과정 실행 해줘~
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[설정] Location 헤더 노출 설정 [기능 구현] 예약 상세 조회 기능 구현
1 participant