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

merge: (#109) 비밀번호 초기화 변경 사항 #113

Merged
merged 1 commit into from
Oct 14, 2022

Conversation

khcho0125
Copy link
Member

@khcho0125 khcho0125 commented Oct 14, 2022

작업 내용 설명

  • 비밀번호 초기화 변경사항 수정

주요 변경 사항

  • endpoint /users/password/initialization → /commons/password 변경
  • permitAll 적용

체크리스트

  • 어플리케이션 구동(혹은 테스트)시 오류는 없나요?
  • 생성된 코드에 Javadoc 주석을 추가 하였나요?
  • 생성된 코드에 대한 테스트 코드가 작성 되었나요?

관련 이슈

@khcho0125 khcho0125 added the refactor 코드 리팩토링 할 경우 label Oct 14, 2022
@khcho0125 khcho0125 self-assigned this Oct 14, 2022
@khcho0125 khcho0125 changed the title refactor: (#103) 비밀번호 초기화 변경사항 merge: (#103) 비밀번호 초기화 변경 사항 Oct 14, 2022
@sonarcloud
Copy link

sonarcloud bot commented Oct 14, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented Oct 14, 2022

Codecov Report

Merging #113 (1f2be50) into main (337be12) will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #113   +/-   ##
=========================================
  Coverage     39.02%   39.02%           
  Complexity      186      186           
=========================================
  Files           132      132           
  Lines          1071     1071           
  Branches         31       31           
=========================================
  Hits            418      418           
  Misses          650      650           
  Partials          3        3           
Impacted Files Coverage Δ
...am/comit/simtong/global/security/SecurityConfig.kt 0.00% <0.00%> (ø)
...tlin/team/comit/simtong/common/WebCommonAdapter.kt 0.00% <0.00%> (ø)
...n/kotlin/team/comit/simtong/user/WebUserAdapter.kt 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 337be12...1f2be50. Read the comment docs.

@khcho0125 khcho0125 changed the title merge: (#103) 비밀번호 초기화 변경 사항 merge: (#109) 비밀번호 초기화 변경 사항 Oct 14, 2022
@khcho0125 khcho0125 merged commit d85853e into main Oct 14, 2022
@khcho0125 khcho0125 deleted the refactor/103-reset-password branch October 14, 2022 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor 코드 리팩토링 할 경우
Projects
None yet
Development

Successfully merging this pull request may close these issues.

비밀번호 초기화 수정
2 participants