-
Notifications
You must be signed in to change notification settings - Fork 0
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
WeatherService Unit Test #23
Merged
Merged
Conversation
This file contains 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
- find - findOne
- response에서 password 제거
- 비밀번호는 암호화하여 데이터베이스에 저장 - 비밀번호 규칙 적용
This reverts commit b3eeda3.
This reverts commit ae451a8.
This reverts commit 3ecd739.
This reverts commit 3459eda.
This reverts commit 539387e.
This reverts commit e967623.
This reverts commit ac0137a.
This reverts commit 6324c83.
This reverts commit fbc4c59.
This reverts commit 4d53526.
This reverts commit caaddf4.
This reverts commit 3f0e3c4.
This reverts commit f717899.
- find - findOne
- response에서 password 제거
- 비밀번호는 암호화하여 데이터베이스에 저장 - 비밀번호 규칙 적용
- password를 body에 포함시키도록 수정
- 주석 보충 - 불필요한 파일 제거 - 불필요한 import 제거
- 날씨 정보를 Weather API로부터 fecth 하는지 검증 - 날씨 정보를 저장 성공 검증
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.
Topic
WeatherService Unit Test #18
Description