-
Notifications
You must be signed in to change notification settings - Fork 8
[DEPLOY] v1.0.0 #228
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
[DEPLOY] v1.0.0 #228
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
카카오 로그인, 카카오 로그인 후 로직 구현
refactor: 함수 이름 변경
refactor: 배포 서버 연결 확인 페이지 수정
fix: 테스트 실패 에러 해결
feat: 회원가입 구현
feat: 로그아웃 구현
feat: 회원 탈퇴 구현
feat: 이미지 업로드 기능 구현
* refactor: 대학 uri 복수형으로 수정 * refactor: 개발 환경 테스트 데이터 추가 * refactor: 사용자 정보 uri 수정 * chore: 의미 없는 throws 제거 * refactor: 위시 학교 추가, 삭제 api 분리 * chore: 사용하지 않은 의존성 제거
* fix: 사용자 인증이 선택적으로 필요한 곳을 명시하도록 * fix: 만료된 토큰 객체가 아니라 토큰 자체를 사용하도록 * test: 인증된 사용자 리졸버 테스트 보강 * chore: 작업하며 발견한 개선이 필요한 부분 표시
* refactor: 지원서 uri 복수형으로 변경
* refactor: 게시판 uri 변경
- communities -> boards
* refactor: 게시글 uri 변경
- communities/{code}/posts -> posts
* fix: 영속성 컨텍스트 때문에 동작하지 않는 부분 해결
* refactor: 댓글 uri 변경
* fix: 영속성 컨텍스트 때문에 동작하지 않는 부분 해결
* refactor: 댓글 uri 변경
* fix: 영속성 컨텍스트로 인한 문제 해결
* chore: 잘못 추가한 라인 삭제
* feat: details 컬럼 길이 500 → 1000 확장 * feat: Flyway 마이그레이션 스크립트 추가
[RELEASE] 250215 릴리즈
* fix: 인증/인가 실패 예외 처리 핸들러 추가 * fix: 인증/인가 실패 핸들러 적용 및 필터 순서 변경 * refactor: ExceptionHandlerFilter 인가 예외 처리 제거
[RELEASE] 250215 릴리즈
* fix: 커뮤니티 글 목록 토큰 없이 안보이도록 수정 * chore: submodule 업데이트
* chore: stage용 CD 추가 * chore: 기존 릴리즈 cd를 stage와 확실히 구분되게 수정 * fix: syntax 에러 수정 * chore: 스테이지 서버 배포 테스트가 prod에 영향을 주지 않도록
[RELEASE] 250216 릴리즈
* chore: stage profile 변경 * chore: 서브모듈 업데이트 * chore: 서브모듈 업데이트
- 캐시 키를 단일화하여 관리 - 지원서 등록 시 캐시 자동 삭제 로직 추가
* chore: spring profile을 docker file에서 지정하지 않도록 * chore: docker compose 파일 prod, stage 분리 * chore: cd에서 환경에 맞는 docker-compse를 쓰도록 * chore: 서브모듈 업데이트
[RELEASE] 250217 릴리즈
[RELEASE] 250217-2 릴리즈
nayonsoso
approved these changes
Feb 18, 2025
wibaek
approved these changes
Feb 18, 2025
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.
git flow 를 적용한 이후, master 브랜치에 처음으로 머지되는 PR입니다.