-
Notifications
You must be signed in to change notification settings - Fork 8
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
[All] 배포 자동화 테스트 #105
Merged
Merged
[All] 배포 자동화 테스트 #105
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
* refactor: 초기 데이터 수정 * config: CORS 설정
* style: globalStyle 적용 Co-authored-by: 강다빈 <[email protected]> Co-authored-by: 최진실 <[email protected]> * feat: 해커톤 기능 구현 완료 Co-authored-by: 강다빈 <[email protected]> Co-authored-by: 최진실 <[email protected]> --------- Co-authored-by: 강다빈 <[email protected]> Co-authored-by: 최진실 <[email protected]>
* fix: 서버 MSW 적용되도록 수정 * fix: 반복문의 key 값 설정
* feat: Room 엔티티내 외래키 제거 * feat: 예외 타입 추가, 동적 메시지 추가 * feat: RoomResponse 생성 부분 TODO 해결 * feat: RoomController RequestMapping 으로 그룹화 * feat: 방에 참가하는 기능 구현 * feat: 인증 기능 구현 * feat: 방에 참가하는 기능 요청-응답 기능 구현 * feat: 문서 관련 변수 설정 * feat: LoginMemberArgumentResolver WebConfig 에 추가 * feat: Logging 레벨 수정, 명세 추가 * style: 개행 수정
* feat: 방 상태 알려주는 기능 구현 * feat: 문자열 -> 배열, 배열 -> 문자열 변환하는 Converter 추가 * feat: Room Entity 내 키워드 배열로 변경 * feat: 방 상세정보 조회중 참여중인지 여부 추가 * feat: 유저 정보가 없을 시, 익명 유저 반환하게 변경 * style: 개행 정리 * refactor: ANONYMOUS public 으로 변경 * feat: String.join 으로 변경 * style: 개행 수정, 불필요한 파일 삭제 * style: 메소드 시그니처 변경, 불필요한 개행 제거 --------- Co-authored-by: HyunJoong Kim <[email protected]>
* chore: 절대경로 플러그인 설치 * fix: 스토리북에서 절대경로 설정 * fix: theme 적용을 위한 decorator 추가 * feat: IconButton 공통 컴포넌트 생성 * style: esmodule로 변경 * feat: button cursor를 global 스타일로 분리 * style: cursor 삭제 * feat: Button 컴포넌트 생성 * refactor: 불필요한 코드 제거 * fix: 스토리북에 react import
* feat: auto-pull-request workflow 추가 * feat: pr edit 부분 repository 지정 * feat: reviewer 부분 합침 * feat: 누락된 "" 추가 * feat: response 로그 추가 * feat: 최종본으로 수정 * feat: 주석 부분 제거 * style: 재생성 금지 확인용 변경 * feat: 리뷰어 배정 부분 제거 * feat: PR 멀티 템플릿 제거 * feat: all,fe 템플릿 제거 --------- Co-authored-by: youngsu5582 <[email protected]>
Co-authored-by: jinsil <[email protected]>
* config: react query 사용을 위한 설정 * fix: 이미지 URL 의 오타 수정 * style: 버튼 padding 크기 변경 * refactor: API 요청을 요구사항에 맞춰 변경 * config: 서버 주소를 루프백 주소로 변경 * fix: a 태그가 2중 중첩이 되어 발생하는 에러 해결 * feat: 변경된 요구사항에 맞춰 API 요청 코드 변경 및 react query 적용 * fix: 깃허브 액션 동작 안하는 문제 해결 * refactor: a 태그와 div 태그 하나로 합침 * refactor: querykey 의 prefix get 제거 --------- Co-authored-by: Lee sang Yeop <[email protected]>
* feat: 리뷰 도메인,레포지토리 추가 * feat: 매치 결과에 리뷰 완료 상태로 변경하는 로직 추가 * feat: 리뷰 완료 기능 구현 * feat: 컨트롤러 구현 * feat: 백엔드 CI 내 types 변경 * refactor: DTO 클래스명 변경 * feat: 피드백 반영 수정 * feat: 2차 피드백 반영 --------- Co-authored-by: youngsu5582 <[email protected]>
* style: theme으로 지정한 xSmall의 line-height값 수정 * feat: 날 문자열을 포맷팅하는 formatDateString 유틸함수 생성 * design: Label 컴포넌트 border 수정 * refactor: RoomCard 컴포넌트 수정된 디자인에 맞게 수정 및 스토리북 테스트 코드 추가 * design: RoomCard 컴포넌트 반응형 디자인 --------- Co-authored-by: 00kang <[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.
📌 관련 이슈
✨ PR 세부 내용
배포 자동화 테스트 용 PR