-
Notifications
You must be signed in to change notification settings - Fork 1
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
hotfix: Basic Auth 환경변수 속성 이름 수정 #260
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
uwoobeat
changed the title
fix: Basic Auth 환경변수 속성 이름 수정
hotfix: Basic Auth 환경변수 속성 이름 수정
Mar 5, 2024
Sangwook02
added a commit
that referenced
this pull request
Mar 8, 2024
* hotfix: 이메일 정규식에 언더스코어를 허용하도록 수정 (#205) * fix: 언더스코어 허용하도록 변경 * refactor: 테스트 접근제어자 제거 * hotfix: Basic Auth 환경변수 속성 이름 수정 (#260) * fix: 환경변수 속성 이름 오타 수정 * refactor: Basic Auth 환경변수 이름 재수정 * hotfix: 학과 쿼리 메서드 수정 --------- Co-authored-by: Jaehyun Ahn <[email protected]>
Sangwook02
added a commit
that referenced
this pull request
Mar 8, 2024
* hotfix: 이메일 정규식에 언더스코어를 허용하도록 수정 (#205) * fix: 언더스코어 허용하도록 변경 * refactor: 테스트 접근제어자 제거 * hotfix: Basic Auth 환경변수 속성 이름 수정 (#260) * fix: 환경변수 속성 이름 오타 수정 * refactor: Basic Auth 환경변수 이름 재수정 * hotfix: 학과 쿼리 메서드 수정 (#282) * style: spotless 적용 --------- Co-authored-by: Jaehyun Ahn <[email protected]>
Sangwook02
added a commit
that referenced
this pull request
Aug 1, 2024
* hotfix: 이메일 정규식에 언더스코어를 허용하도록 수정 (#205) * fix: 언더스코어 허용하도록 변경 * refactor: 테스트 접근제어자 제거 * hotfix: Basic Auth 환경변수 속성 이름 수정 (#260) * fix: 환경변수 속성 이름 오타 수정 * refactor: Basic Auth 환경변수 이름 재수정 * hotfix: 학과 쿼리 메서드 수정 (#282) * style: spotless 적용 --------- Co-authored-by: Jaehyun Ahn <[email protected]>
Sangwook02
added a commit
that referenced
this pull request
Aug 1, 2024
* hotfix: 이메일 정규식에 언더스코어를 허용하도록 수정 (#205) * fix: 언더스코어 허용하도록 변경 * refactor: 테스트 접근제어자 제거 * hotfix: Basic Auth 환경변수 속성 이름 수정 (#260) * fix: 환경변수 속성 이름 오타 수정 * refactor: Basic Auth 환경변수 이름 재수정 * hotfix: 학과 쿼리 메서드 수정 (#282) * hotfix: spotless 적용 (#283) style: spotless 적용 --------- Co-authored-by: Jaehyun Ahn <[email protected]>
uwoobeat
added a commit
that referenced
this pull request
Aug 26, 2024
* hotfix: 이메일 정규식에 언더스코어를 허용하도록 수정 (#205) * fix: 언더스코어 허용하도록 변경 * refactor: 테스트 접근제어자 제거 * hotfix: Basic Auth 환경변수 속성 이름 수정 (#260) * fix: 환경변수 속성 이름 오타 수정 * refactor: Basic Auth 환경변수 이름 재수정 * hotfix: 학과 쿼리 메서드 수정 (#282) * hotfix: spotless 적용 (#283) style: spotless 적용 * fix: 추가 파라미터에서 리다이렉트 URI로 수정 --------- Co-authored-by: Cho Sangwook <[email protected]> Co-authored-by: 이한비 <[email protected]>
Sangwook02
added a commit
that referenced
this pull request
Aug 28, 2024
* hotfix: 이메일 정규식에 언더스코어를 허용하도록 수정 (#205) * fix: 언더스코어 허용하도록 변경 * refactor: 테스트 접근제어자 제거 * hotfix: Basic Auth 환경변수 속성 이름 수정 (#260) * fix: 환경변수 속성 이름 오타 수정 * refactor: Basic Auth 환경변수 이름 재수정 * hotfix: 학과 쿼리 메서드 수정 (#282) * hotfix: spotless 적용 (#283) style: spotless 적용 * hotfix: 소셜 로그인 리다이렉트 URI가 작동하지 않는 문제 수정 (#689) fix: 추가 파라미터에서 리다이렉트 URI로 수정 * fix: 디스코드 id 배치 예외 처리 * fix: 로그 수정 --------- Co-authored-by: Jaehyun Ahn <[email protected]> Co-authored-by: 이한비 <[email protected]>
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.
📌 작업 내용 및 특이사항
SWAGGER_USER
->SWAGGER_USERNAME
으로 수정BASIC_AUTH_USERNAME
및BASIC_AUTH_PASSWORD
로 수정📝 참고사항
📚 기타