-
Notifications
You must be signed in to change notification settings - Fork 0
fix: github actions main-cd 수정 #15
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
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
* RINGUS-10 feat: 멤버 엔티티 구현 * RINGUS-10 chore: stacktrace 포함 never 변경 * RINGUS-10 chore: gradle 설정 추가 * RINGUS-10 chore: 세션 인증을 위한 SecurityConfig 파일 추가 * RINGUS-10 feat: 회원가입 API 구현 * RINGUS-10 refactor: 멤버 Service 비즈니스 로직 수정 * RINGUS-10 refactor: 회원가입 반환 DTO 필드 및 컨트롤러 반환 엔티티 수정 * RINGUS-10 feat: 전역 핸들링 및 회원가입 커스텀 에러 핸들링 구현 * RINGUS-10 chore: redis, smtp 사용을 위한 초기 문서 설정 * RINGUS-10 feat: 이메일 인증번호 전송 및 인증 기능 구현 * RINGUS-10 refactor: 로그인 Controller HTTP 상태 반환하도록 수정 * RINGUS-10 feat: login 시 인증 및 인가 담당 Service 구현
* RINGUS-25 feat: 멘토, 멘티 프로필 등록 * RINGUS-25 feat: 서비스 약관 동의 여부 API 구현 * RINGUS-25 feat: swagger 적용 및 Auth 관련 API 적용
* RINGUS-25 feat: 멘토, 멘티 프로필 등록 * RINGUS-25 feat: 서비스 약관 동의 여부 API 구현 * RINGUS-25 feat: swagger 적용 및 Auth 관련 API 적용 * RINGUS-25 feat: 이메일 인증 시 쿠키 지급 * RINGUS-25 feat: 회원가입 및 로그인 시 쿠키 지급 기능 구현 * RINGUS-25 feat: 학교 이메일 여부 판별 기능 추가 * RINGUS-25 feat: 멤버 로그아웃 기능 추가 * RINGUS-25 refactor: 정적 변수 값을 환경변수로 분리 * RINGUS-25 feat: 로그인 이후 API 요청시 세션 검증 기능 구현 * RINGUS-25 feat: 세션 검증 API 구현
* fix: .env 및 mysql 버전 최신버전으로 변경 * fix: 대학 도메인 txt 대신 enum 으로 변경 * fix: swaggerUI 도메인 세션처리 예외 적용 * fix: 예외 발생 시 스택 트레이스 출력 처리
* fix: dev.sh 권한 추가 및 mysql 버전 변경 * refactor: ringus 도메인 cors 허용 * refactor: WebConfig 엔드포인트 모두 허용 * refactor: http에서도 세션 유지 설정 * fix: redis 포트 바인딩 설정 --------- Co-authored-by: Ubuntu <[email protected]>
* fix: dev.sh 권한 추가 및 mysql 버전 변경 * refactor: ringus 도메인 cors 허용 * refactor: WebConfig 엔드포인트 모두 허용 * refactor: http에서도 세션 유지 설정 * fix: redis 포트 바인딩 설정 * fix: https에서만 쿠키 허용 --------- Co-authored-by: Ubuntu <[email protected]>
RINGUS-30 feat: 프로필 이미지 및 파일 업로드 api 개발
Fix/main cd
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.
✨ 구현한 기능
📢 논의하고 싶은 내용
🎸 기타