-
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
deploy: v1.0.0 #70
Merged
deploy: v1.0.0 #70
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
feat: Member, Bundle 도메인 엔티티 추가
* fix: Data config kt 파일로 변경 * feat: #2 질문, 질문 신고, 건의, 태그, 질문-태그 엔티티 생성
* fix: Data config kt 파일로 변경 * feat: #2 질문, 질문 신고, 건의, 태그, 질문-태그 엔티티 생성 * feat: entity에 column 명시 * feat: Base 엔티티 추가 * feat: #2 question 생성 기능 구현 * feat: #2 question answer 생성 추가 * fix: ApiResponse 리턴하도록 수정 * feat: #2 question 내용 수정 추가 * feat: #2 question copy 구현 * feat: 태그 조회 추가 * feat: question 검색 추가 * fix: post -> create 이름 수정 * fix: add -> increase 이름 수정 * fix: 엔티티 컬럼명 수정
feat: claim 작성 구현
* fix: 엔티티 setter 접근제어자 private -> protected * feat: controller 설계 * feat: PageCondition 정의 * fix: id 타입 수정 * feat: 컨트롤러 설계 * feat: create, get 구현 * feat: update, delete 구현 * fix: tag content -> name 으로 수정 * fix: create 버그 수정 * feat: Bundle.ShareType validate 추가 * feat: question add, remove 구현 * feat: BundleGetResponse questions 응답 필드 추가 * fix: Questions 생성자 shareStatus 매개변수 제거 * fix: Question copy shareStatus public으로 * fix: question consturct shareStatus default value 할당 * fix: ClaimController ApiResponse import 수정 * chore
* feat: 내 꾸러미 목록 조회 기능 구현 * fix: create 메서드 응답 상태코드 201로 가도록 수정 * feat: 내 꾸러미 목록 조회 기능 구현 * refactor: infra-queryDsl 모듈 제거 및 의존성 data로 이동 * feat: 꾸러미 search jpa 버전 api 구현 * fix: jpaQueryFactory 네이밍 수정
…ler 추가 (#19) * refactor: customRepository switch문 리팩터링 * feat: 꾸러미 상세 조회 - 내가 작성한 질문만 보기 필터 추가 * fix: 질문 copy 시 originId 체킹 먼저 하도록 * chore: 추천순 정렬 주석 처리 * feat: 꾸러미 스크랩 기능 구현 * refactor: bundle shareCount -> scrapeCount * refactor: 꾸러미 get 로직 분리 * fix: bundle create, get, update 버그 fix * fix: questions CUD 꾸러미 연동 및 수정 * feat: @Valid 어노테이션 추가 * fix: question create bug fix * fix: scrape, update bug fix * chore * feat: CustomException 정의 * feat: validation exceptionHandler 추가 * refactor: exception custom -> api * feat: IllegalException handler 추가
* chore: #18 시큐리티 모듈 추가 * feat: #18 기본 security 설정 추가 * feat: #18 jwt token provider 추가 * feat: #18 filter 추가 * feat: #18 access denied handler, authentication entry point 추가 * feat: oauth2 추가 * feat: #18 add oauth2 service * fix: #18 oauth2 로그인 버그 수정 * feat: redis refresh token 저장 추가 * feat: 현재 로그인 member 정보 조회 추가 * feat: #18 auth 기능 - 로그아웃, 토큰 재발급 추가 * fix: #18 authorities 타입 수정 * feat: #18 test 제거 * fix: 예외처리 수정 * feat: #18 security 예외 처리 추가 * docs: 회원, 인증 docs 추가 * fix: #18 피드백 반영
* feat: member bundleOrder 컬럼 추가 * feat: bundle 스크랩 시 questionOrder도 copy * feat: 질문 생성 시 questionOrder update * feat: 꾸러미 순서 변경 api * fix: createQuestion questionOrder 버그 수정 * feat: 꾸러미 생성 시 update bundleOrder, 내 꾸러미 목록 조회 custom 정렬 추가 * refactor: 꾸러미 순서 변경 api 위치 bundleController로 이동 * hotfix: origin 지정 * refactor: 오타 수정 --------- Co-authored-by: Kyunghun Kim <[email protected]>
* fix: 질문 선택해서 추가하는 api 여러 꾸러미 선택 가능하도록 수정 * refactor: 번들 순서 변경 함수 위치 변경
* feat: #59 권한 path 추가 * feat: #59 닉네임 중복 검사 추가, 일단 시큐리티 권한 설정 방치 --------- Co-authored-by: Hanna Lee <[email protected]>
KarmaPol
approved these changes
Mar 9, 2024
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.
No description provided.