-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat: 태그 메인 페이지 api 요청 #636
The head ref may contain hidden characters: "582-\uD0DC\uADF8-\uBA54\uC778-\uD398\uC774\uC9C0-api-\uC694\uCCAD"
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
그렇다면 rebase 또는 cherry-pick 기능을 사용해 커밋 둘만 남겨보는 방법을 추천드립니다. git cherry-pick
참고자료git rebase --onto <새 base 커밋> <시작 커밋> <끝 커밋>
Warning 수정: 마지막 줄에 실수가 있었습니다. rebase시 HEAD 브랜치 이전 커밋만 가져왔기 때문에, 현재 detached HEAD 상태(HEAD가 branch가 아닌 commit 위에 있음)이므로 - git branch -m 582-태그-메인-페이지-api-요청
+ git switch -c 582-태그-메인-페이지-api-요청 참고 링크 |
오... 지금 봤네요. 이후에 커밋 5개가 추가되었으니 7개 항목에 대해 cherry pick하면 되는 거겠죠? |
넵 7개 항목에 대해 cherry picking을 하는 방식이 가장 간단할 것 같습니다. |
성공했다면 제가 추가한 커밋들만 나와야 할텐데... 계속 시도해보다 점심 때까지 안 되면 dm으로 여쭤봐도 될까요? |
d6e06fe
to
0c51f2a
Compare
0c51f2a
to
1aa20a7
Compare
메인 페이지에서 사용할 super, default 태그 뷰 생성
메인 페이지 용 태그 조회 API 추가
메인 페이지 용 태그 조회 컨트롤러 추가
메인 페이지 용 태그 조회 서비스 추가
메인 페이지 용 태그 조회 레포지토리 함수 추가
1aa20a7
to
70a7a94
Compare
view entity expression 구성할 때 createQueryBuilder 대신 raw query 사용
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
개요
태그 메인 페이지 API 추가
작업 사항