-
Notifications
You must be signed in to change notification settings - Fork 0
Release user-service-v0.0.1-beta-stable #181
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
Merged
Merged
Conversation
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
* test: 사용자 등록, 사용자 세션 체크, 사용자 권한 요청 테스트 정의 * test: User register integration test * test: Status 수정 * chore: v0.0.1 alpha -> beta * fix: Register api가 public auth였던 버그 픽스 * fix: Bad request 시 응답 메세지가 너무 많은 정보를 포함하던 문제 exception message가 모두 노출, 필요한 메세지만 출력하도록 변경 * test: Register 실패 테스트 rest api documentation
* docs: RandomPasswordGenerator docs * docs: DuplicateDataException java doc
Changes to be committed: modified: src/main/java/site/icebang/common/exception/DuplicateDataException.java modified: src/main/java/site/icebang/common/utils/RandomPasswordGenerator.java
feat: javadoc 작성
* fix: Workflow history mapper javadoc fix * chore: ci에 javadoc 추가
* docs: workflow 관련 javadoc 작성 * refactor: Code Formating
* test: e2e test 시 각 요청마다 cookie 유지 * test: 로그인이 진행되는 테스트에 cookie support 추가
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.
No description provided.